#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include struct VirtualActionInvoker0 { 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 VirtualActionInvoker1 { 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 VirtualActionInvoker2 { 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 VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { 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 VirtualFuncInvoker2 { 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 VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t17D0D125440AC627FCF80F189C6CBCB02856063C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t27DD7BC6C615A002762F178DF4446D10EF4486A1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t129029582481E96143BD747690E92DB7E444261E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8E385BAD05584AB244D10E6FAAA2C60FB9BA5F64; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5BEEF2A5255EABD4830C281C55157170CD4D454C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t34D541B5FA7B648B0BA88CB13474D1CE66138B8D; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t3F2FECD4AC086FD3ABAE5D31881677BABA02B0D0; // System.Collections.Generic.List`1 struct List_1_tF7608B82384542DEB200F8E211D9D36AE02EAB58; // System.Collections.Generic.List`1 struct List_1_t482A311257D18A4422413FA15AD5893D1D5041D5; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_t58AF3D711DC0DE27975C30F2ADB022D669E3E1FB; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5E6BEDEB2CEF7A818BACE8D90DFE44BE5DAC4431; // System.WeakReference`1 struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tD59BF430101A4C2080228ED133FC9737B0A030EE; // System.Xml.Schema.BitSet[] struct BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Xml.Schema.CompiledIdentityConstraint[] struct CompiledIdentityConstraintU5BU5D_tA8E35C25853FEF33AAE27549EE1E30F039429D16; // System.Xml.Schema.ConstraintStruct[] struct ConstraintStructU5BU5D_t458142830D5B377A2FA722B963FC52291A795EFC; // System.Xml.Schema.DatatypeImplementation[] struct DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] struct SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60; // System.Xml.Schema.FacetsChecker/FacetsCompiler/Map[] struct MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A; // System.Xml.Schema.BaseValidator struct BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB; // System.Xml.Schema.BinaryFacetsChecker struct BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Xml.Schema.BitSet struct BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // System.Collections.CollectionBase struct CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; // System.Xml.Schema.ContentValidator struct ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE; // System.Globalization.CultureData struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF; // System.Xml.Schema.Datatype_ENUMERATION struct Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD; // System.Xml.Schema.Datatype_NMTOKEN struct Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329; // System.Xml.Schema.Datatype_QNameXdr struct Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0; // System.Xml.Schema.Datatype_anySimpleType struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA; // System.Xml.Schema.Datatype_char struct Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B; // System.Xml.Schema.Datatype_decimal struct Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4; // System.Xml.Schema.Datatype_double struct Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190; // System.Xml.Schema.Datatype_doubleXdr struct Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691; // System.Xml.Schema.Datatype_fixed struct Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614; // System.Xml.Schema.Datatype_float struct Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5; // System.Xml.Schema.Datatype_floatXdr struct Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A; // System.Xml.Schema.Datatype_nonNegativeInteger struct Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC; // System.Xml.Schema.Datatype_positiveInteger struct Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45; // System.Xml.Schema.Datatype_unsignedByte struct Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03; // System.Xml.Schema.Datatype_unsignedInt struct Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389; // System.Xml.Schema.Datatype_unsignedShort struct Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513; // System.Xml.Schema.Datatype_uuid struct Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7; // System.Xml.Schema.DateTimeFacetsChecker struct DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // System.Xml.Schema.DtdValidator struct DtdValidator_tF916F1805E2290242B688583602409378173CF17; // System.Xml.Schema.DurationFacetsChecker struct DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8; // System.Xml.HWStack struct HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; // System.Collections.ICollection struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Xml.IDtdParserAdapter struct IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311; // System.Collections.IEqualityComparer struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // System.Xml.IValidationEventHandling struct IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1; // System.Xml.Schema.IdRefNode struct IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D; // System.Xml.Schema.ListFacetsChecker struct ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Xml.Schema.MiscFacetsChecker struct MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862; // System.Xml.NameTable struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // System.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109; // System.Xml.Schema.Numeric2FacetsChecker struct Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9; // System.OverflowException struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C; // System.Xml.PositionInfo struct PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5; // System.Xml.Schema.QNameFacetsChecker struct QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0; // System.Xml.ReadContentAsBinaryHelper struct ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897; // System.Threading.ReaderWriterLock struct ReaderWriterLock_tBA6D275E19444C911C8681A576EB0CBB12B16B5B; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; // System.Text.RegularExpressions.RegexCode struct RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD; // System.Xml.Schema.SchemaEntity struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7; // System.Xml.Schema.SchemaInfo struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E; // System.Xml.Schema.SchemaNames struct SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F; // System.Xml.Schema.SchemaNamespaceManager struct SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1; // System.Collections.SortedList struct SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // System.Type struct Type_t; // System.Xml.Schema.UnionFacetsChecker struct UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; // System.UriParser struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A; // System.Xml.Schema.ValidationState struct ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.Xml.XmlAttribute struct XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18; // System.Xml.XmlDocument struct XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B; // System.Xml.XmlException struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C; // System.Xml.XmlName struct XmlName_t0704430D24D202146901D342E34D878246E14F33; // System.Xml.XmlNameTable struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F; // System.Xml.XmlParserContext struct XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9; // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA; // System.Xml.XmlResolver struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF; // System.Xml.Schema.XmlSchema struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4; // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0; // System.Xml.Schema.XmlSchemaContent struct XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9; // System.Xml.Schema.XmlSchemaContentModel struct XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B; // System.Xml.Schema.XmlSchemaExternal struct XmlSchemaExternal_tE9D9B3C1230563874B1A555C15F9BBE4707CA865; // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF; // System.Xml.Schema.XmlSchemaImport struct XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5; // System.Xml.Schema.XmlSchemaInference struct XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC; // System.Xml.Schema.XmlSchemaInferenceException struct XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388; // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1; // System.Xml.Schema.XmlSchemaSimpleContent struct XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A; // System.Xml.Schema.XmlSchemaSimpleContentExtension struct XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B; // System.Xml.XmlValidatingReaderImpl struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E; // System.Xml.Schema.DtdValidator/NamespaceManager struct NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E; // System.Text.RegularExpressions.Regex/CachedCodeEntry struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39; // System.Uri/UriInfo struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA; // System.Xml.XmlValidatingReaderImpl/ValidationEventHandling struct ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaWhiteSpace_t7D701212A7ED013BB6D0CDD4D169F44A3D4B55D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8; IL2CPP_EXTERN_C String_t* _stringLiteral00C7D781B228BE04E3344D0B2E3E72A1E1C171F5; IL2CPP_EXTERN_C String_t* _stringLiteral00E0BD705E1177CE462A988F739408E7F5C6AF9F; IL2CPP_EXTERN_C String_t* _stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A; IL2CPP_EXTERN_C String_t* _stringLiteral07151B3EC92A4E44F4AFB8ABD66C92EF421DAA1F; IL2CPP_EXTERN_C String_t* _stringLiteral075948A8C0753040C444E848F16212D733AC9673; IL2CPP_EXTERN_C String_t* _stringLiteral08D2535AB2EACFB3A5115259D8FB786FFEDF8BCA; IL2CPP_EXTERN_C String_t* _stringLiteral08F9B3BB1411F96E211A3A6106500E9115CDC765; IL2CPP_EXTERN_C String_t* _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72; IL2CPP_EXTERN_C String_t* _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7; IL2CPP_EXTERN_C String_t* _stringLiteral11D6C47463005746D6973142769F2E0B95E3B37C; IL2CPP_EXTERN_C String_t* _stringLiteral12A83DD385CD846A5BBC7455C31F329043250D10; IL2CPP_EXTERN_C String_t* _stringLiteral12AF3D3CC50D61C5E89DE59C86F7959395A0A4BE; IL2CPP_EXTERN_C String_t* _stringLiteral12CE2A4DA07ABE8B5BF2AE76D5E68472AC900A1D; IL2CPP_EXTERN_C String_t* _stringLiteral12D49FA60882D5CFDF801341AE3914DD88A7BF2F; IL2CPP_EXTERN_C String_t* _stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717; IL2CPP_EXTERN_C String_t* _stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428; IL2CPP_EXTERN_C String_t* _stringLiteral1A98A69DC7B47CA410F313E4CEE08F8C0A158385; IL2CPP_EXTERN_C String_t* _stringLiteral1AAAF2BAE979F9D6CE249CB6D05C96D34500A3CA; IL2CPP_EXTERN_C String_t* _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300; IL2CPP_EXTERN_C String_t* _stringLiteral1DFA39CAA8134F10E06F9A30DE95892476FCD04E; IL2CPP_EXTERN_C String_t* _stringLiteral200B9B34499FFB584586033EC918724CEB6CCBD0; IL2CPP_EXTERN_C String_t* _stringLiteral207F2FEE7234AE5642D733924FE6ABB2D01622F6; IL2CPP_EXTERN_C String_t* _stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D; IL2CPP_EXTERN_C String_t* _stringLiteral24917A18CD2A90B092F3C023CEF12C03CC04932A; IL2CPP_EXTERN_C String_t* _stringLiteral269204F6540F4BDB7627314E8D19ABFA7508E82E; IL2CPP_EXTERN_C String_t* _stringLiteral27F42A7AB3DD9AAF802BD4BC5674F9B9B13077A8; IL2CPP_EXTERN_C String_t* _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7; IL2CPP_EXTERN_C String_t* _stringLiteral2A486DC197306451E75968E53C9590536593FD9C; IL2CPP_EXTERN_C String_t* _stringLiteral2B4964CFA3C8E9FB1D36BE9E16E6278A152406BF; IL2CPP_EXTERN_C String_t* _stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100; IL2CPP_EXTERN_C String_t* _stringLiteral2D34C612BDAC2908AF207A8965EAB461BE4C70E3; IL2CPP_EXTERN_C String_t* _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE; IL2CPP_EXTERN_C String_t* _stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5; IL2CPP_EXTERN_C String_t* _stringLiteral3059EC6B80663BEF31F87DD05ECC50579915E54A; IL2CPP_EXTERN_C String_t* _stringLiteral31DBE0AD7D3D5C8F641FFAABD4D3BC3F9A672CD2; IL2CPP_EXTERN_C String_t* _stringLiteral32E4889152C0CAC8BB10E84B11517532D12C3C2A; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral38C8E8D0F2BD56DAC4BEC11B7BA7A34BB4EA48A9; IL2CPP_EXTERN_C String_t* _stringLiteral3A1CA7389CCE118046702191FBF4B512D215C885; IL2CPP_EXTERN_C String_t* _stringLiteral3A81F1D4E8F50186B6606F47CB9918363273A2A6; IL2CPP_EXTERN_C String_t* _stringLiteral3ADAAB999C40C872F1295FAF8822A6B94D90F345; IL2CPP_EXTERN_C String_t* _stringLiteral3C6892BF19623EDBA58A37D2914638028CC736F0; IL2CPP_EXTERN_C String_t* _stringLiteral3D827FE223F71987BAC6B4FADF396F048C7D80AD; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral49B0D0C8BFE732FD8049C73F75C19545AE4ED2A6; IL2CPP_EXTERN_C String_t* _stringLiteral49C1895A98102D214C1367612B0E447C8CC7C768; IL2CPP_EXTERN_C String_t* _stringLiteral50666A0FFA0E0E291FBDDA56CAA9FF90672BD763; IL2CPP_EXTERN_C String_t* _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6; IL2CPP_EXTERN_C String_t* _stringLiteral5086B883F6CCAF4F56BCC8D9E28A5B4D4414ACEC; IL2CPP_EXTERN_C String_t* _stringLiteral51C6279E31F7483126B79E3000116001A915B690; IL2CPP_EXTERN_C String_t* _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D; IL2CPP_EXTERN_C String_t* _stringLiteral5AFB6B79D10D114364FAEDA7D66F50729578635A; IL2CPP_EXTERN_C String_t* _stringLiteral5D32A0B5E0A81556583BC2BADFA2A97FA37D438E; IL2CPP_EXTERN_C String_t* _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6; IL2CPP_EXTERN_C String_t* _stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266; IL2CPP_EXTERN_C String_t* _stringLiteral6252DB04F65136932121AF1DB7D49847CA3221F0; IL2CPP_EXTERN_C String_t* _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80; IL2CPP_EXTERN_C String_t* _stringLiteral629A6D730EDE87BFE90E48D6277D895EFCC37A5C; IL2CPP_EXTERN_C String_t* _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB; IL2CPP_EXTERN_C String_t* _stringLiteral63CBFAF32B506F8EA636D9CD08CD2EDAA1756BDE; IL2CPP_EXTERN_C String_t* _stringLiteral649A8D4B77322EA0AAF595D20AA4705FCE2C926A; IL2CPP_EXTERN_C String_t* _stringLiteral65DDF617D3DC66703C8422DBDA7E6F371DF96C2B; IL2CPP_EXTERN_C String_t* _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367; IL2CPP_EXTERN_C String_t* _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1; IL2CPP_EXTERN_C String_t* _stringLiteral705F775464D90B6E0B367921DB5E8FE47B854710; IL2CPP_EXTERN_C String_t* _stringLiteral73E913462592E13D4EA9BE687BB56E706B1EC1A2; IL2CPP_EXTERN_C String_t* _stringLiteral7480D404E79A63CB6548576B5CBEC040092FF568; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral78E60D95D262A5BFB8B4DFAED3C7E69FCEACB75A; IL2CPP_EXTERN_C String_t* _stringLiteral7A544E3B319CBE0A9AD7B9C904DF95BADA23D0AF; IL2CPP_EXTERN_C String_t* _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D; IL2CPP_EXTERN_C String_t* _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C; IL2CPP_EXTERN_C String_t* _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3; IL2CPP_EXTERN_C String_t* _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06; IL2CPP_EXTERN_C String_t* _stringLiteral7CCB148F19EF67B9596C519AED6BEF3D37337A4E; IL2CPP_EXTERN_C String_t* _stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611; IL2CPP_EXTERN_C String_t* _stringLiteral84A2A5C37A5ED250D46054112A658B45CF84F1AB; IL2CPP_EXTERN_C String_t* _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88; IL2CPP_EXTERN_C String_t* _stringLiteral8623C9FF348551F1D51E1690F8445279F6B52EA9; IL2CPP_EXTERN_C String_t* _stringLiteral8673267EAB60C9C534D2F6AA1C92B402B697EA51; IL2CPP_EXTERN_C String_t* _stringLiteral87DA53E3BA3E1D17A5A15803EA0B917F455B822B; IL2CPP_EXTERN_C String_t* _stringLiteral8861DC5EDE03F5C7A0131AE798CE5160091E0F72; IL2CPP_EXTERN_C String_t* _stringLiteral887B3CCCFD2145EFD8D18F8529C7426B12B53788; IL2CPP_EXTERN_C String_t* _stringLiteral89073348DD59BC76420AF58A14AC3B2B40587E13; IL2CPP_EXTERN_C String_t* _stringLiteral891E10B4E4A0F7D0B992C6DC9E5466DCB4F7277F; IL2CPP_EXTERN_C String_t* _stringLiteral8B7CB641383CA08F1F8C08B6B80BCAF0840672AA; IL2CPP_EXTERN_C String_t* _stringLiteral8DCDACF0E7ABCEE5B96441E148796890677D803E; IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48; IL2CPP_EXTERN_C String_t* _stringLiteral9596E5523DE78154FE7D2F120B5259D589F47C5E; IL2CPP_EXTERN_C String_t* _stringLiteral96FCE68F4D81234C6361CD62E9BFF2931D181668; IL2CPP_EXTERN_C String_t* _stringLiteral970897FD6B76A5488F09C343E92A4931D87569F5; IL2CPP_EXTERN_C String_t* _stringLiteral97FE23532ED58564850249F5C720786A2D2559E3; IL2CPP_EXTERN_C String_t* _stringLiteral9A43F06E56325446396F6C1A9271E198604C9A12; IL2CPP_EXTERN_C String_t* _stringLiteral9B01F6D7068ED8EC056F45813426C2514779BF1A; IL2CPP_EXTERN_C String_t* _stringLiteral9C041A98BD74A82BFB39EEA5A017AFD7EF553D5A; IL2CPP_EXTERN_C String_t* _stringLiteral9C39B5DC37DD44C29D95C5A62382C1DCECC99903; IL2CPP_EXTERN_C String_t* _stringLiteral9C8776882DBF11FA5D7F6FD3AAA2D5BE741E2FEF; IL2CPP_EXTERN_C String_t* _stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9D081BD5C342EFDEF7CD4790B99C6D9D6D48CE93; IL2CPP_EXTERN_C String_t* _stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF; IL2CPP_EXTERN_C String_t* _stringLiteral9ED18B3B0DF5540E1FE4CD9E03C2E2342A6846A8; IL2CPP_EXTERN_C String_t* _stringLiteralA1C0BA432FCFDA52FC62977E92502435113F168E; IL2CPP_EXTERN_C String_t* _stringLiteralA30E470A3E0D549F6013586DAD70DE65EAE603E3; IL2CPP_EXTERN_C String_t* _stringLiteralA3926D4A66BA5812EB3764FA63A54DCE8BACA396; IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73; IL2CPP_EXTERN_C String_t* _stringLiteralA5C6350EB9F9B8E04835397A708BE88CCEB19460; IL2CPP_EXTERN_C String_t* _stringLiteralA8EE221577321D289FB58148F6AF7FC94FFCBE00; IL2CPP_EXTERN_C String_t* _stringLiteralAA5A9878BB762965068147AF089CB41E3EE29061; IL2CPP_EXTERN_C String_t* _stringLiteralABA9C2EDE2C913373F6B8CCF5567CD722EAB8430; IL2CPP_EXTERN_C String_t* _stringLiteralABFF22436A86FE2F790C197D8D60381EFD86A5A6; IL2CPP_EXTERN_C String_t* _stringLiteralAC15EC158E3CB29B6991C6F3B4F0EBC932163F68; IL2CPP_EXTERN_C String_t* _stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38; IL2CPP_EXTERN_C String_t* _stringLiteralAC3FA574F14497D2BDB7CFB23217B29FB51EEF3E; IL2CPP_EXTERN_C String_t* _stringLiteralAC61EA3AB5591EF69A92FB51AC12FCA79E8DEFE4; IL2CPP_EXTERN_C String_t* _stringLiteralB066765E972E19AF169B9F008EBD2E3A86B724B1; IL2CPP_EXTERN_C String_t* _stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F; IL2CPP_EXTERN_C String_t* _stringLiteralB1262908F21D5E2EC8115FBE3EDA5E89999B4B05; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB9F1EA7F38D0D03D737DAB52F1EDF18A4A1E9544; IL2CPP_EXTERN_C String_t* _stringLiteralBAE0BB2B2A8685B33904F4E7236439FE851EC296; IL2CPP_EXTERN_C String_t* _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B; IL2CPP_EXTERN_C String_t* _stringLiteralBEAB295DF09E019C149E74055FF54D3D23077940; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralBF81C9B4F771BA967AB2CD15240E6BB879B0ED49; IL2CPP_EXTERN_C String_t* _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944; IL2CPP_EXTERN_C String_t* _stringLiteralC705870A0B578E74F6E0EB3643FF37E25DC58995; IL2CPP_EXTERN_C String_t* _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780; IL2CPP_EXTERN_C String_t* _stringLiteralC95B0C5320B33377F2C89701A79228EC9B6382CB; IL2CPP_EXTERN_C String_t* _stringLiteralCA4F660895A9E19ABBAE88D7CC2CFDA69190063B; IL2CPP_EXTERN_C String_t* _stringLiteralD2FC2A2CF4F2F6AF0F8BBAB963EAFEA7C4E7130C; IL2CPP_EXTERN_C String_t* _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA; IL2CPP_EXTERN_C String_t* _stringLiteralD83A9763CEEA9684CE28E7A73089236FDE8FE861; IL2CPP_EXTERN_C String_t* _stringLiteralD84291434CBAB0F4C3F601B32DF53DF66D4C4662; IL2CPP_EXTERN_C String_t* _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7; IL2CPP_EXTERN_C String_t* _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142; IL2CPP_EXTERN_C String_t* _stringLiteralD8ED2E2F89D32B75E05E1386C1DAC4B814694E7C; IL2CPP_EXTERN_C String_t* _stringLiteralDA751FA684930DC9B13CD32144C7C1DD750DAE9B; IL2CPP_EXTERN_C String_t* _stringLiteralDAEE2DADCE17A8836F3DFFB5017F0C613E7AACED; IL2CPP_EXTERN_C String_t* _stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197; IL2CPP_EXTERN_C String_t* _stringLiteralDE97257095B37C08CF59F8CA5260B03E8DDE6441; IL2CPP_EXTERN_C String_t* _stringLiteralDEA236D4A37EA88A5EF5FA6AA30DFE2C1B3B624D; IL2CPP_EXTERN_C String_t* _stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F; IL2CPP_EXTERN_C String_t* _stringLiteralE0352827978F6A59AF8A656FE7BE8AA0F95A90F2; IL2CPP_EXTERN_C String_t* _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7; IL2CPP_EXTERN_C String_t* _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63; IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF; IL2CPP_EXTERN_C String_t* _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29; IL2CPP_EXTERN_C String_t* _stringLiteralE6CEFDB240638CCF328BF635B2FA02358E41BB24; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490; IL2CPP_EXTERN_C String_t* _stringLiteralEFE8642D2A116BA565342C6A9CF6E56343673A67; IL2CPP_EXTERN_C String_t* _stringLiteralF1D1CB7341605E178169F2F0337BEA05803798DB; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3CA4FACDA250818FD369EF3FD301D70C55173D6; IL2CPP_EXTERN_C String_t* _stringLiteralF4939603C24EC0FCCFC7C9514BA8753214A19218; IL2CPP_EXTERN_C String_t* _stringLiteralF5B8745ADAF42F18D83EE4209EBEAAD862F6DEBF; IL2CPP_EXTERN_C String_t* _stringLiteralF67C58DCF2F9016878B00431EC0CD8771ACD4BD9; IL2CPP_EXTERN_C String_t* _stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; IL2CPP_EXTERN_C String_t* _stringLiteralFB4BF4757ED37A7A5729A4C8E1272ED164AA576B; IL2CPP_EXTERN_C String_t* _stringLiteralFEE4613988B693DA6A4D82B4FB413453362FD0FD; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtdValidator_GenEntity_m45BADE44CABF8229CE592E04EB8EC7A141F2A3AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsChecker_ConstructRestriction_m7A6FAE83C48AAD026722E2B9FFE5E5B2183E0B59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileMaxExclusiveFacet_m5D76561BC87629AD3FA6A59861FA31AFAC0C0E85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileMaxInclusiveFacet_mCDF4857B6770BADDF03F5A5666B2E1D4C690365E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileMinExclusiveFacet_mA1635685867DDED9367BB3052E9C8045B36AFE14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileMinInclusiveFacet_mB45C7BBF19DE1E1622920FF7DE6A698C5C2BC84F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_FinishFacetCompile_m4AD1A69B7D7C9F1FCF20F4468B6352C10DA257EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_AddAttribute_m16634471E7CB598E3C55A35688C355F079A4F4FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_InferSchema1_mA3E395E17EB268B53F6F322221998AE217C68C5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_MakeExistingAttributesOptional_mDD869DB2C6C2E426F53B06E59C2C6EF1D1E1C677_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaInference_ProcessAttributes_mC625C7A1CAAA164F655A514C7D78A3D1053FAC8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_0_0_0_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40; struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1; struct MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #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_t129029582481E96143BD747690E92DB7E444261E : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tD59BF430101A4C2080228ED133FC9737B0A030EE* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t3F2FECD4AC086FD3ABAE5D31881677BABA02B0D0* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t5E6BEDEB2CEF7A818BACE8D90DFE44BE5DAC4431* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject { // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject* ____syncRoot_3; }; // System.Xml.Schema.BaseValidator struct BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB : public RuntimeObject { // System.Xml.Schema.XmlSchemaCollection System.Xml.Schema.BaseValidator::schemaCollection XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection_0; // System.Xml.IValidationEventHandling System.Xml.Schema.BaseValidator::eventHandling RuntimeObject* ___eventHandling_1; // System.Xml.XmlNameTable System.Xml.Schema.BaseValidator::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_2; // System.Xml.Schema.SchemaNames System.Xml.Schema.BaseValidator::schemaNames SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_3; // System.Xml.PositionInfo System.Xml.Schema.BaseValidator::positionInfo PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* ___positionInfo_4; // System.Xml.XmlResolver System.Xml.Schema.BaseValidator::xmlResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_5; // System.Uri System.Xml.Schema.BaseValidator::baseUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_6; // System.Xml.Schema.SchemaInfo System.Xml.Schema.BaseValidator::schemaInfo SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___schemaInfo_7; // System.Xml.XmlValidatingReaderImpl System.Xml.Schema.BaseValidator::reader XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader_8; // System.Xml.XmlQualifiedName System.Xml.Schema.BaseValidator::elementName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___elementName_9; // System.Xml.Schema.ValidationState System.Xml.Schema.BaseValidator::context ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context_10; // System.Text.StringBuilder System.Xml.Schema.BaseValidator::textValue StringBuilder_t* ___textValue_11; // System.String System.Xml.Schema.BaseValidator::textString String_t* ___textString_12; // System.Boolean System.Xml.Schema.BaseValidator::hasSibling bool ___hasSibling_13; // System.Boolean System.Xml.Schema.BaseValidator::checkDatatype bool ___checkDatatype_14; }; // System.Collections.CollectionBase struct CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F : public RuntimeObject { // System.Collections.ArrayList System.Collections.CollectionBase::_list ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____list_0; }; // System.Xml.Schema.ContentValidator struct ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE : public RuntimeObject { // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::contentType int32_t ___contentType_0; // System.Boolean System.Xml.Schema.ContentValidator::isOpen bool ___isOpen_1; // System.Boolean System.Xml.Schema.ContentValidator::isEmptiable bool ___isEmptiable_2; }; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 : public RuntimeObject { }; // System.Xml.HWStack struct HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5 : public RuntimeObject { // System.Object[] System.Xml.HWStack::stack ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___stack_0; // System.Int32 System.Xml.HWStack::growthRate int32_t ___growthRate_1; // System.Int32 System.Xml.HWStack::used int32_t ___used_2; // System.Int32 System.Xml.HWStack::size int32_t ___size_3; // System.Int32 System.Xml.HWStack::limit int32_t ___limit_4; }; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject { // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10; // System.Int32 System.Collections.Hashtable::_count int32_t ____count_11; // System.Int32 System.Collections.Hashtable::_occupancy int32_t ____occupancy_12; // System.Int32 System.Collections.Hashtable::_loadsize int32_t ____loadsize_13; // System.Single System.Collections.Hashtable::_loadFactor float ____loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version int32_t ____version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress bool ____isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::_keys RuntimeObject* ____keys_17; // System.Collections.ICollection System.Collections.Hashtable::_values RuntimeObject* ____values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject* ____syncRoot_20; }; // System.Xml.Schema.IdRefNode struct IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D : public RuntimeObject { // System.String System.Xml.Schema.IdRefNode::Id String_t* ___Id_0; // System.Int32 System.Xml.Schema.IdRefNode::LineNo int32_t ___LineNo_1; // System.Int32 System.Xml.Schema.IdRefNode::LinePos int32_t ___LinePos_2; // System.Xml.Schema.IdRefNode System.Xml.Schema.IdRefNode::Next IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* ___Next_3; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // System.Xml.PositionInfo struct PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5 : public RuntimeObject { }; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117 : public RuntimeObject { // System.Int32 System.Xml.Schema.RestrictionFacets::Length int32_t ___Length_0; // System.Int32 System.Xml.Schema.RestrictionFacets::MinLength int32_t ___MinLength_1; // System.Int32 System.Xml.Schema.RestrictionFacets::MaxLength int32_t ___MaxLength_2; // System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Patterns ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___Patterns_3; // System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Enumeration ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___Enumeration_4; // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.RestrictionFacets::WhiteSpace int32_t ___WhiteSpace_5; // System.Object System.Xml.Schema.RestrictionFacets::MaxInclusive RuntimeObject* ___MaxInclusive_6; // System.Object System.Xml.Schema.RestrictionFacets::MaxExclusive RuntimeObject* ___MaxExclusive_7; // System.Object System.Xml.Schema.RestrictionFacets::MinInclusive RuntimeObject* ___MinInclusive_8; // System.Object System.Xml.Schema.RestrictionFacets::MinExclusive RuntimeObject* ___MinExclusive_9; // System.Int32 System.Xml.Schema.RestrictionFacets::TotalDigits int32_t ___TotalDigits_10; // System.Int32 System.Xml.Schema.RestrictionFacets::FractionDigits int32_t ___FractionDigits_11; // System.Xml.Schema.RestrictionFlags System.Xml.Schema.RestrictionFacets::Flags int32_t ___Flags_12; // System.Xml.Schema.RestrictionFlags System.Xml.Schema.RestrictionFacets::FixedFlags int32_t ___FixedFlags_13; }; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B : public RuntimeObject { // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name_0; // System.String System.Xml.Schema.SchemaDeclBase::prefix String_t* ___prefix_1; // System.Boolean System.Xml.Schema.SchemaDeclBase::isDeclaredInExternal bool ___isDeclaredInExternal_2; // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::presence int32_t ___presence_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.SchemaDeclBase::schemaType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_5; // System.String System.Xml.Schema.SchemaDeclBase::defaultValueRaw String_t* ___defaultValueRaw_6; // System.Object System.Xml.Schema.SchemaDeclBase::defaultValueTyped RuntimeObject* ___defaultValueTyped_7; // System.Int64 System.Xml.Schema.SchemaDeclBase::maxLength int64_t ___maxLength_8; // System.Int64 System.Xml.Schema.SchemaDeclBase::minLength int64_t ___minLength_9; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaDeclBase::values List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___values_10; }; // System.Xml.Schema.SchemaEntity struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7 : public RuntimeObject { // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_0; // System.String System.Xml.Schema.SchemaEntity::url String_t* ___url_1; // System.String System.Xml.Schema.SchemaEntity::pubid String_t* ___pubid_2; // System.String System.Xml.Schema.SchemaEntity::text String_t* ___text_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::ndata XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ndata_4; // System.Int32 System.Xml.Schema.SchemaEntity::lineNumber int32_t ___lineNumber_5; // System.Int32 System.Xml.Schema.SchemaEntity::linePosition int32_t ___linePosition_6; // System.Boolean System.Xml.Schema.SchemaEntity::isParameter bool ___isParameter_7; // System.Boolean System.Xml.Schema.SchemaEntity::isExternal bool ___isExternal_8; // System.Boolean System.Xml.Schema.SchemaEntity::parsingInProgress bool ___parsingInProgress_9; // System.Boolean System.Xml.Schema.SchemaEntity::isDeclaredInExternal bool ___isDeclaredInExternal_10; // System.String System.Xml.Schema.SchemaEntity::baseURI String_t* ___baseURI_11; // System.String System.Xml.Schema.SchemaEntity::declaredURI String_t* ___declaredURI_12; }; // System.Xml.Schema.SchemaInfo struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDecls Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___elementDecls_0; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::undeclaredElementDecls Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___undeclaredElementDecls_1; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::generalEntities Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* ___generalEntities_2; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::parameterEntities Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* ___parameterEntities_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___docTypeName_4; // System.String System.Xml.Schema.SchemaInfo::internalDtdSubset String_t* ___internalDtdSubset_5; // System.Boolean System.Xml.Schema.SchemaInfo::hasNonCDataAttributes bool ___hasNonCDataAttributes_6; // System.Boolean System.Xml.Schema.SchemaInfo::hasDefaultAttributes bool ___hasDefaultAttributes_7; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::targetNamespaces Dictionary_2_t17D0D125440AC627FCF80F189C6CBCB02856063C* ___targetNamespaces_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::attributeDecls Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1* ___attributeDecls_9; // System.Int32 System.Xml.Schema.SchemaInfo::errorCount int32_t ___errorCount_10; // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType int32_t ___schemaType_11; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDeclsByType Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___elementDeclsByType_12; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::notations Dictionary_2_t27DD7BC6C615A002762F178DF4446D10EF4486A1* ___notations_13; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t* ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject { // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // System.Xml.XmlNameTable struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 : public RuntimeObject { }; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F : public RuntimeObject { // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* ___nsdecls_1; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_2; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_3; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___hashTable_5; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_6; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_7; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_8; }; // System.Xml.XmlNode struct XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF : public RuntimeObject { // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___parentNode_0; }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9 : public RuntimeObject { // 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; }; // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD : public RuntimeObject { }; // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD : public RuntimeObject { // System.Collections.Hashtable System.Xml.Schema.XmlSchemaCollection::collection Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___collection_0; // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaCollection::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_1; // System.Xml.Schema.SchemaNames System.Xml.Schema.XmlSchemaCollection::schemaNames SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_2; // System.Threading.ReaderWriterLock System.Xml.Schema.XmlSchemaCollection::wLock ReaderWriterLock_tBA6D275E19444C911C8681A576EB0CBB12B16B5B* ___wLock_3; // System.Int32 System.Xml.Schema.XmlSchemaCollection::timeout int32_t ___timeout_4; // System.Boolean System.Xml.Schema.XmlSchemaCollection::isThreadSafe bool ___isThreadSafe_5; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaCollection::validationEventHandler ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___validationEventHandler_6; // System.Xml.XmlResolver System.Xml.Schema.XmlSchemaCollection::xmlResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_7; }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D : public RuntimeObject { }; // System.Xml.Schema.XmlSchemaInference struct XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC : public RuntimeObject { // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaInference::rootSchema XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___rootSchema_21; // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaInference::schemaSet XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemaSet_22; // System.Xml.XmlReader System.Xml.Schema.XmlSchemaInference::xtr XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___xtr_23; // System.Xml.NameTable System.Xml.Schema.XmlSchemaInference::nametable NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* ___nametable_24; // System.String System.Xml.Schema.XmlSchemaInference::TargetNamespace String_t* ___TargetNamespace_25; // System.Xml.XmlNamespaceManager System.Xml.Schema.XmlSchemaInference::NamespaceManager XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___NamespaceManager_26; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaInference::schemaList ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___schemaList_27; // System.Xml.Schema.XmlSchemaInference/InferenceOption System.Xml.Schema.XmlSchemaInference::occurrence int32_t ___occurrence_28; // System.Xml.Schema.XmlSchemaInference/InferenceOption System.Xml.Schema.XmlSchemaInference::typeInference int32_t ___typeInference_29; }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D : public RuntimeObject { // System.Int32 System.Xml.Schema.XmlSchemaObject::lineNum int32_t ___lineNum_0; // System.Int32 System.Xml.Schema.XmlSchemaObject::linePos int32_t ___linePos_1; // System.String System.Xml.Schema.XmlSchemaObject::sourceUri String_t* ___sourceUri_2; // System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::namespaces XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces_3; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::parent XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___parent_4; // System.Boolean System.Xml.Schema.XmlSchemaObject::isProcessing bool ___isProcessing_5; }; // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaObjectTable::table Dictionary_2_t5BEEF2A5255EABD4830C281C55157170CD4D454C* ___table_0; // System.Collections.Generic.List`1 System.Xml.Schema.XmlSchemaObjectTable::entries List_1_t58AF3D711DC0DE27975C30F2ADB022D669E3E1FB* ___entries_1; }; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1 : public RuntimeObject { // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_0; // System.Xml.Schema.SchemaNames System.Xml.Schema.XmlSchemaSet::schemaNames SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_1; // System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* ___schemas_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___internalEventHandler_3; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler_4; // System.Boolean System.Xml.Schema.XmlSchemaSet::isCompiled bool ___isCompiled_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___schemaLocations_6; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___chameleonSchemas_7; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___targetNamespaces_8; // System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll bool ___compileAll_9; // System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___cachedCompiledInfo_10; // System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___readerSettings_11; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaSet::schemaForSchema XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___schemaForSchema_12; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* ___compilationSettings_13; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::elements XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___elements_14; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::attributes XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributes_15; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::schemaTypes XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___schemaTypes_16; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::substitutionGroups XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___substitutionGroups_17; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::typeExtensions XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___typeExtensions_18; // System.Object System.Xml.Schema.XmlSchemaSet::internalSyncObject RuntimeObject* ___internalSyncObject_19; }; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93 : public RuntimeObject { // System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::namespaces Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___namespaces_0; }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E : public RuntimeObject { }; // System.Xml.Schema.BinaryFacetsChecker struct BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF : public XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D { // System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety int32_t ___variety_0; // System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___restriction_1; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___baseType_2; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___valueConverter_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___parentSchemaType_4; }; // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { // System.UInt64 System.DateTime::_dateData uint64_t ____dateData_46; }; // System.Xml.Schema.DateTimeFacetsChecker struct DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Decimal::flags int32_t ___flags_8; }; #pragma pack(pop, tp) struct { int32_t ___flags_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hi_9_OffsetPadding[4]; // System.Int32 System.Decimal::hi int32_t ___hi_9; }; #pragma pack(pop, tp) struct { char ___hi_9_OffsetPadding_forAlignmentOnly[4]; int32_t ___hi_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lo_10_OffsetPadding[8]; // System.Int32 System.Decimal::lo int32_t ___lo_10; }; #pragma pack(pop, tp) struct { char ___lo_10_OffsetPadding_forAlignmentOnly[8]; int32_t ___lo_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___mid_11_OffsetPadding[12]; // System.Int32 System.Decimal::mid int32_t ___mid_11; }; #pragma pack(pop, tp) struct { char ___mid_11_OffsetPadding_forAlignmentOnly[12]; int32_t ___mid_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___ulomidLE_12_OffsetPadding[8]; // System.UInt64 System.Decimal::ulomidLE uint64_t ___ulomidLE_12; }; #pragma pack(pop, tp) struct { char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8]; uint64_t ___ulomidLE_12_forAlignmentOnly; }; }; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.Xml.Schema.DtdValidator struct DtdValidator_tF916F1805E2290242B688583602409378173CF17 : public BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB { // System.Xml.HWStack System.Xml.Schema.DtdValidator::validationStack HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* ___validationStack_16; // System.Collections.Hashtable System.Xml.Schema.DtdValidator::attPresence Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___attPresence_17; // System.Xml.XmlQualifiedName System.Xml.Schema.DtdValidator::name XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name_18; // System.Collections.Hashtable System.Xml.Schema.DtdValidator::IDs Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___IDs_19; // System.Xml.Schema.IdRefNode System.Xml.Schema.DtdValidator::idRefListHead IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* ___idRefListHead_20; // System.Boolean System.Xml.Schema.DtdValidator::processIdentityConstraints bool ___processIdentityConstraints_21; }; // System.Xml.Schema.DurationFacetsChecker struct DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.Guid struct Guid_t { // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // System.Xml.Schema.ListFacetsChecker struct ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.Xml.Schema.MiscFacetsChecker struct MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.Xml.NameTable struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46 : public XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 { // System.Xml.NameTable/Entry[] System.Xml.NameTable::entries EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A* ___entries_0; // System.Int32 System.Xml.NameTable::count int32_t ___count_1; // System.Int32 System.Xml.NameTable::mask int32_t ___mask_2; // System.Int32 System.Xml.NameTable::hashCodeRandomizer int32_t ___hashCodeRandomizer_3; }; // System.Xml.Schema.Numeric2FacetsChecker struct Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.Xml.Schema.QNameFacetsChecker struct QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553 : public SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B { // System.String System.Xml.Schema.SchemaAttDef::defExpanded String_t* ___defExpanded_11; // System.Int32 System.Xml.Schema.SchemaAttDef::lineNum int32_t ___lineNum_12; // System.Int32 System.Xml.Schema.SchemaAttDef::linePos int32_t ___linePos_13; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLineNum int32_t ___valueLineNum_14; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLinePos int32_t ___valueLinePos_15; // System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::reserved int32_t ___reserved_16; // System.Boolean System.Xml.Schema.SchemaAttDef::defaultValueChecked bool ___defaultValueChecked_17; // System.Boolean System.Xml.Schema.SchemaAttDef::hasEntityRef bool ___hasEntityRef_18; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.SchemaAttDef::schemaAttribute XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* ___schemaAttribute_19; }; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD : public SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B { // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::attdefs Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1* ___attdefs_11; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaElementDecl::defaultAttdefs List_1_tF7608B82384542DEB200F8E211D9D36AE02EAB58* ___defaultAttdefs_12; // System.Boolean System.Xml.Schema.SchemaElementDecl::isIdDeclared bool ___isIdDeclared_13; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasNonCDataAttribute bool ___hasNonCDataAttribute_14; // System.Boolean System.Xml.Schema.SchemaElementDecl::isAbstract bool ___isAbstract_15; // System.Boolean System.Xml.Schema.SchemaElementDecl::isNillable bool ___isNillable_16; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasRequiredAttribute bool ___hasRequiredAttribute_17; // System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared bool ___isNotationDeclared_18; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::prohibitedAttributes Dictionary_2_t8E385BAD05584AB244D10E6FAAA2C60FB9BA5F64* ___prohibitedAttributes_19; // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___contentValidator_20; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___anyAttribute_21; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.SchemaElementDecl::block int32_t ___block_22; // System.Xml.Schema.CompiledIdentityConstraint[] System.Xml.Schema.SchemaElementDecl::constraints CompiledIdentityConstraintU5BU5D_tA8E35C25853FEF33AAE27549EE1E30F039429D16* ___constraints_23; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.SchemaElementDecl::schemaElement XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___schemaElement_24; }; // System.Xml.Schema.SchemaNamespaceManager struct SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1 : public XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F { // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.SchemaNamespaceManager::node XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___node_10; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.Xml.Schema.StateUnion struct StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.StateUnion::State int32_t ___State_0; }; #pragma pack(pop, tp) struct { int32_t ___State_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.StateUnion::AllElementsRequired int32_t ___AllElementsRequired_1; }; #pragma pack(pop, tp) struct { int32_t ___AllElementsRequired_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.StateUnion::CurPosIndex int32_t ___CurPosIndex_2; }; #pragma pack(pop, tp) struct { int32_t ___CurPosIndex_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.StateUnion::NumberOfRunningPos int32_t ___NumberOfRunningPos_3; }; #pragma pack(pop, tp) struct { int32_t ___NumberOfRunningPos_3_forAlignmentOnly; }; }; }; // System.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.TimeSpan struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A { // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // System.Xml.Schema.UnionFacetsChecker struct UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Xml.XmlAttribute struct XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18 : public XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF { // System.Xml.XmlName System.Xml.XmlAttribute::name XmlName_t0704430D24D202146901D342E34D878246E14F33* ___name_1; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C* ___lastChild_2; }; // System.Xml.Schema.XmlSchema struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D { // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::attributeFormDefault int32_t ___attributeFormDefault_8; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::elementFormDefault int32_t ___elementFormDefault_9; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::blockDefault int32_t ___blockDefault_10; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::finalDefault int32_t ___finalDefault_11; // System.String System.Xml.Schema.XmlSchema::targetNs String_t* ___targetNs_12; // System.String System.Xml.Schema.XmlSchema::version String_t* ___version_13; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::includes XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___includes_14; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::items XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___items_15; // System.String System.Xml.Schema.XmlSchema::id String_t* ___id_16; // System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchema::moreAttributes XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes_17; // System.Boolean System.Xml.Schema.XmlSchema::isCompiled bool ___isCompiled_18; // System.Boolean System.Xml.Schema.XmlSchema::isCompiledBySet bool ___isCompiledBySet_19; // System.Boolean System.Xml.Schema.XmlSchema::isPreprocessed bool ___isPreprocessed_20; // System.Boolean System.Xml.Schema.XmlSchema::isRedefined bool ___isRedefined_21; // System.Int32 System.Xml.Schema.XmlSchema::errorCount int32_t ___errorCount_22; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::attributes XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributes_23; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::attributeGroups XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributeGroups_24; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::elements XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___elements_25; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::types XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___types_26; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::groups XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___groups_27; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::notations XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___notations_28; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::identityConstraints XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___identityConstraints_29; // System.Collections.ArrayList System.Xml.Schema.XmlSchema::importedSchemas ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___importedSchemas_31; // System.Collections.ArrayList System.Xml.Schema.XmlSchema::importedNamespaces ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___importedNamespaces_32; // System.Int32 System.Xml.Schema.XmlSchema::schemaId int32_t ___schemaId_33; // System.Uri System.Xml.Schema.XmlSchema::baseUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_34; // System.Boolean System.Xml.Schema.XmlSchema::isChameleon bool ___isChameleon_35; // System.Collections.Hashtable System.Xml.Schema.XmlSchema::ids Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___ids_36; // System.Xml.XmlDocument System.Xml.Schema.XmlSchema::document XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* ___document_37; // System.Xml.XmlNameTable System.Xml.Schema.XmlSchema::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_38; }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D { // System.String System.Xml.Schema.XmlSchemaAnnotated::id String_t* ___id_6; // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotated::annotation XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* ___annotation_7; // System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchemaAnnotated::moreAttributes XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes_8; }; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D { // System.String System.Xml.Schema.XmlSchemaAnnotation::id String_t* ___id_6; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAnnotation::items XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___items_7; // System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchemaAnnotation::moreAttributes XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes_8; }; // System.Xml.Schema.XmlSchemaExternal struct XmlSchemaExternal_tE9D9B3C1230563874B1A555C15F9BBE4707CA865 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D { // System.String System.Xml.Schema.XmlSchemaExternal::location String_t* ___location_6; // System.Uri System.Xml.Schema.XmlSchemaExternal::baseUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_7; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaExternal::schema XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___schema_8; // System.String System.Xml.Schema.XmlSchemaExternal::id String_t* ___id_9; // System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchemaExternal::moreAttributes XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes_10; // System.Xml.Schema.Compositor System.Xml.Schema.XmlSchemaExternal::compositor int32_t ___compositor_11; }; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388 : public CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F { // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::parent XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___parent_1; }; // System.Xml.XmlValidatingReaderImpl struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8 : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD { // System.Xml.XmlReader System.Xml.XmlValidatingReaderImpl::coreReader XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___coreReader_7; // System.Xml.XmlTextReaderImpl System.Xml.XmlValidatingReaderImpl::coreReaderImpl XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___coreReaderImpl_8; // System.Xml.IXmlNamespaceResolver System.Xml.XmlValidatingReaderImpl::coreReaderNSResolver RuntimeObject* ___coreReaderNSResolver_9; // System.Xml.ValidationType System.Xml.XmlValidatingReaderImpl::validationType int32_t ___validationType_10; // System.Xml.Schema.BaseValidator System.Xml.XmlValidatingReaderImpl::validator BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___validator_11; // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReaderImpl::schemaCollection XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection_12; // System.Boolean System.Xml.XmlValidatingReaderImpl::processIdentityConstraints bool ___processIdentityConstraints_13; // System.Xml.XmlValidatingReaderImpl/ParsingFunction System.Xml.XmlValidatingReaderImpl::parsingFunction int32_t ___parsingFunction_14; // System.Xml.XmlValidatingReaderImpl/ValidationEventHandling System.Xml.XmlValidatingReaderImpl::eventHandling ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* ___eventHandling_15; // System.Xml.XmlParserContext System.Xml.XmlValidatingReaderImpl::parserContext XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___parserContext_16; // System.Xml.ReadContentAsBinaryHelper System.Xml.XmlValidatingReaderImpl::readBinaryHelper ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* ___readBinaryHelper_17; // System.Xml.XmlReader System.Xml.XmlValidatingReaderImpl::outerReader XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___outerReader_18; }; // System.Xml.Schema.DtdValidator/NamespaceManager struct NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E : public XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F { }; // System.Xml.Schema.FacetsChecker/FacetsCompiler struct FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663 { // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.FacetsChecker/FacetsCompiler::datatype DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___datatype_0; // System.Xml.Schema.RestrictionFacets System.Xml.Schema.FacetsChecker/FacetsCompiler::derivedRestriction RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___derivedRestriction_1; // System.Xml.Schema.RestrictionFlags System.Xml.Schema.FacetsChecker/FacetsCompiler::baseFlags int32_t ___baseFlags_2; // System.Xml.Schema.RestrictionFlags System.Xml.Schema.FacetsChecker/FacetsCompiler::baseFixedFlags int32_t ___baseFixedFlags_3; // System.Xml.Schema.RestrictionFlags System.Xml.Schema.FacetsChecker/FacetsCompiler::validRestrictionFlags int32_t ___validRestrictionFlags_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.FacetsChecker/FacetsCompiler::nonNegativeInt XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___nonNegativeInt_5; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.FacetsChecker/FacetsCompiler::builtInType XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___builtInType_6; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.FacetsChecker/FacetsCompiler::builtInEnum int32_t ___builtInEnum_7; // System.Boolean System.Xml.Schema.FacetsChecker/FacetsCompiler::firstPattern bool ___firstPattern_8; // System.Text.StringBuilder System.Xml.Schema.FacetsChecker/FacetsCompiler::regStr StringBuilder_t* ___regStr_9; // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Schema.FacetsChecker/FacetsCompiler::pattern_facet XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* ___pattern_facet_10; }; // Native definition for P/Invoke marshalling of System.Xml.Schema.FacetsChecker/FacetsCompiler struct FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_pinvoke { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___datatype_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___derivedRestriction_1; int32_t ___baseFlags_2; int32_t ___baseFixedFlags_3; int32_t ___validRestrictionFlags_4; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___nonNegativeInt_5; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___builtInType_6; int32_t ___builtInEnum_7; int32_t ___firstPattern_8; char* ___regStr_9; XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* ___pattern_facet_10; }; // Native definition for COM marshalling of System.Xml.Schema.FacetsChecker/FacetsCompiler struct FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_com { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___datatype_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___derivedRestriction_1; int32_t ___baseFlags_2; int32_t ___baseFixedFlags_3; int32_t ___validRestrictionFlags_4; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___nonNegativeInt_5; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___builtInType_6; int32_t ___builtInEnum_7; int32_t ___firstPattern_8; Il2CppChar* ___regStr_9; XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* ___pattern_facet_10; }; // System.Xml.Schema.FacetsChecker/FacetsCompiler/Map struct Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 { // System.Char System.Xml.Schema.FacetsChecker/FacetsCompiler/Map::match Il2CppChar ___match_0; // System.String System.Xml.Schema.FacetsChecker/FacetsCompiler/Map::replacement String_t* ___replacement_1; }; // Native definition for P/Invoke marshalling of System.Xml.Schema.FacetsChecker/FacetsCompiler/Map struct Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_pinvoke { uint8_t ___match_0; char* ___replacement_1; }; // Native definition for COM marshalling of System.Xml.Schema.FacetsChecker/FacetsCompiler/Map struct Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_com { uint8_t ___match_0; Il2CppChar* ___replacement_1; }; // System.Xml.Schema.Datatype_anySimpleType struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA : public DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF { }; // System.Delegate struct Delegate_t : public RuntimeObject { // 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::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 { // System.Decimal System.Xml.Schema.Numeric10FacetsChecker::maxValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___maxValue_1; // System.Decimal System.Xml.Schema.Numeric10FacetsChecker::minValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___minValue_2; }; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772 : public RuntimeObject { // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___internalMatchTimeout_10; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_12; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_13; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7* ___factory_14; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___caps_15; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___capnames_16; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___capslist_17; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_18; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::_runnerref ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837* ____runnerref_19; // System.WeakReference`1 System.Text.RegularExpressions.Regex::_replref WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257* ____replref_20; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::_code RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7* ____code_21; // System.Boolean System.Text.RegularExpressions.Regex::_refsInitialized bool ____refsInitialized_22; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // System.Xml.Schema.ValidationState struct ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19 : public RuntimeObject { // System.Boolean System.Xml.Schema.ValidationState::IsNill bool ___IsNill_0; // System.Boolean System.Xml.Schema.ValidationState::IsDefault bool ___IsDefault_1; // System.Boolean System.Xml.Schema.ValidationState::NeedValidateChildren bool ___NeedValidateChildren_2; // System.Boolean System.Xml.Schema.ValidationState::CheckRequiredAttribute bool ___CheckRequiredAttribute_3; // System.Boolean System.Xml.Schema.ValidationState::ValidationSkipped bool ___ValidationSkipped_4; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.ValidationState::ProcessContents int32_t ___ProcessContents_5; // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.ValidationState::Validity int32_t ___Validity_6; // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.ValidationState::ElementDecl SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___ElementDecl_7; // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.ValidationState::ElementDeclBeforeXsi SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___ElementDeclBeforeXsi_8; // System.String System.Xml.Schema.ValidationState::LocalName String_t* ___LocalName_9; // System.String System.Xml.Schema.ValidationState::Namespace String_t* ___Namespace_10; // System.Xml.Schema.ConstraintStruct[] System.Xml.Schema.ValidationState::Constr ConstraintStructU5BU5D_t458142830D5B377A2FA722B963FC52291A795EFC* ___Constr_11; // System.Xml.Schema.StateUnion System.Xml.Schema.ValidationState::CurrentState StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D ___CurrentState_12; // System.Boolean System.Xml.Schema.ValidationState::HasMatched bool ___HasMatched_13; // System.Xml.Schema.BitSet[] System.Xml.Schema.ValidationState::CurPos BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___CurPos_14; // System.Xml.Schema.BitSet System.Xml.Schema.ValidationState::AllElementsSet BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___AllElementsSet_15; // System.Collections.Generic.List`1 System.Xml.Schema.ValidationState::RunningPositions List_1_t482A311257D18A4422413FA15AD5893D1D5041D5* ___RunningPositions_16; // System.Boolean System.Xml.Schema.ValidationState::TooComplex bool ___TooComplex_17; }; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { // System.String System.Xml.Schema.XmlSchemaAttribute::defaultValue String_t* ___defaultValue_9; // System.String System.Xml.Schema.XmlSchemaAttribute::fixedValue String_t* ___fixedValue_10; // System.String System.Xml.Schema.XmlSchemaAttribute::name String_t* ___name_11; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaAttribute::form int32_t ___form_12; // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::use int32_t ___use_13; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::refName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refName_14; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::typeName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___typeName_15; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::qualifiedName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qualifiedName_16; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::type XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___type_17; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::attributeType XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___attributeType_18; // System.Xml.Schema.SchemaAttDef System.Xml.Schema.XmlSchemaAttribute::attDef SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___attDef_19; }; // System.Xml.Schema.XmlSchemaContent struct XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9 : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { }; // System.Xml.Schema.XmlSchemaContentModel struct XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19 : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { }; // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { // System.String System.Xml.Schema.XmlSchemaFacet::value String_t* ___value_9; // System.Boolean System.Xml.Schema.XmlSchemaFacet::isFixed bool ___isFixed_10; // System.Xml.Schema.FacetType System.Xml.Schema.XmlSchemaFacet::facetType int32_t ___facetType_11; }; // System.Xml.Schema.XmlSchemaImport struct XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5 : public XmlSchemaExternal_tE9D9B3C1230563874B1A555C15F9BBE4707CA865 { // System.String System.Xml.Schema.XmlSchemaImport::ns String_t* ___ns_12; // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaImport::annotation XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* ___annotation_13; }; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { // System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___minOccurs_9; // System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___maxOccurs_10; // System.Xml.Schema.XmlSchemaParticle/Occurs System.Xml.Schema.XmlSchemaParticle::flags int32_t ___flags_11; }; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { // System.String System.Xml.Schema.XmlSchemaType::name String_t* ___name_9; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final int32_t ___final_10; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy int32_t ___derivedBy_11; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___baseSchemaType_12; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_13; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::finalResolved int32_t ___finalResolved_14; // System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_15; // System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_16; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::redefined XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___redefined_17; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType int32_t ___contentType_18; }; // System.Xml.Schema.Datatype_List struct Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.Datatype_List::itemType DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___itemType_93; // System.Int32 System.Xml.Schema.Datatype_List::minListSize int32_t ___minListSize_94; }; // System.Xml.Schema.Datatype_QNameXdr struct Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { }; // System.Xml.Schema.Datatype_char struct Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { }; // System.Xml.Schema.Datatype_decimal struct Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { }; // System.Xml.Schema.Datatype_double struct Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { }; // System.Xml.Schema.Datatype_float struct Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { }; // System.Xml.Schema.Datatype_string struct Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { }; // System.Xml.Schema.Datatype_union struct Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.Datatype_union::types XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* ___types_95; }; // System.Xml.Schema.Datatype_uuid struct Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA { }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF { // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block int32_t ___block_19; // System.Xml.Schema.XmlSchemaContentModel System.Xml.Schema.XmlSchemaComplexType::contentModel XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* ___contentModel_20; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::particle XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___particle_21; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaComplexType::attributes XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___attributes_22; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::anyAttribute XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___anyAttribute_23; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___contentTypeParticle_24; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::blockResolved int32_t ___blockResolved_25; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::localElements XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___localElements_26; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::attributeUses XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributeUses_27; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___attributeWildcard_28; // System.Byte System.Xml.Schema.XmlSchemaComplexType::pvFlags uint8_t ___pvFlags_32; }; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970 : public XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE { // System.Boolean System.Xml.Schema.XmlSchemaElement::isAbstract bool ___isAbstract_13; // System.Boolean System.Xml.Schema.XmlSchemaElement::hasAbstractAttribute bool ___hasAbstractAttribute_14; // System.Boolean System.Xml.Schema.XmlSchemaElement::isNillable bool ___isNillable_15; // System.Boolean System.Xml.Schema.XmlSchemaElement::hasNillableAttribute bool ___hasNillableAttribute_16; // System.Boolean System.Xml.Schema.XmlSchemaElement::isLocalTypeDerivationChecked bool ___isLocalTypeDerivationChecked_17; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::block int32_t ___block_18; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::final int32_t ___final_19; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaElement::form int32_t ___form_20; // System.String System.Xml.Schema.XmlSchemaElement::defaultValue String_t* ___defaultValue_21; // System.String System.Xml.Schema.XmlSchemaElement::fixedValue String_t* ___fixedValue_22; // System.String System.Xml.Schema.XmlSchemaElement::name String_t* ___name_23; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::refName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refName_24; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::substitutionGroup XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___substitutionGroup_25; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::typeName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___typeName_26; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::type XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___type_27; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::qualifiedName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qualifiedName_28; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::elementType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___elementType_29; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::blockResolved int32_t ___blockResolved_30; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::finalResolved int32_t ___finalResolved_31; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaElement::constraints XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___constraints_32; // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaElement::elementDecl SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_33; }; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_t09BC3EABEA076DC4DD9696F24DC3562D21259C89 : public XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE { }; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927 : public XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF { }; // System.Xml.Schema.XmlSchemaSimpleContent struct XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A : public XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19 { // System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::content XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9* ___content_9; }; // System.Xml.Schema.XmlSchemaSimpleContentExtension struct XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22 : public XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9 { // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentExtension::attributes XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___attributes_9; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaSimpleContentExtension::anyAttribute XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___anyAttribute_10; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentExtension::baseTypeName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___baseTypeName_11; }; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF { // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* ___content_19; }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.ArithmeticException struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Xml.Schema.Datatype_doubleXdr struct Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691 : public Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190 { }; // System.Xml.Schema.Datatype_fixed struct Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614 : public Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4 { }; // System.Xml.Schema.Datatype_floatXdr struct Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A : public Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5 { }; // System.Xml.Schema.Datatype_integer struct Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1 : public Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4 { }; // System.Xml.Schema.Datatype_normalizedString struct Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A : public Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58 { }; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A : public MulticastDelegate_t { }; // System.Xml.XmlException struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.Xml.XmlException::res String_t* ___res_18; // System.String[] System.Xml.XmlException::args StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19; // System.Int32 System.Xml.XmlException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.XmlException::linePosition int32_t ___linePosition_21; // System.String System.Xml.XmlException::sourceUri String_t* ___sourceUri_22; // System.String System.Xml.XmlException::message String_t* ___message_23; }; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4 : public XmlSchemaGroupBase_t09BC3EABEA076DC4DD9696F24DC3562D21259C89 { // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaChoice::items XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___items_13; }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_18; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_20; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_21; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_22; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___sourceSchemaObject_23; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_24; }; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28 : public XmlSchemaGroupBase_t09BC3EABEA076DC4DD9696F24DC3562D21259C89 { // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::items XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___items_13; }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.Xml.Schema.Datatype_nonNegativeInteger struct Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC : public Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1 { }; // System.Xml.Schema.Datatype_token struct Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B : public Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A { }; // System.OverflowException struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA { }; // System.Xml.Schema.XmlSchemaInferenceException struct XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4 : public XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B { }; // System.Xml.Schema.Datatype_NMTOKEN struct Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329 : public Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B { }; // System.Xml.Schema.Datatype_positiveInteger struct Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45 : public Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC { }; // System.Xml.Schema.Datatype_unsignedLong struct Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F : public Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC { }; // System.Xml.Schema.Datatype_ENUMERATION struct Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD : public Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329 { }; // System.Xml.Schema.Datatype_unsignedInt struct Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389 : public Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F { }; // System.Xml.Schema.Datatype_unsignedShort struct Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513 : public Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389 { }; // System.Xml.Schema.Datatype_unsignedByte struct Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03 : public Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513 { }; // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.ArrayList // System.Collections.ArrayList // System.Xml.Schema.BaseValidator // System.Xml.Schema.BaseValidator // System.Collections.CollectionBase // System.Collections.CollectionBase // System.Xml.Schema.ContentValidator struct ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields { // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___Empty_3; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___TextOnly_4; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___Mixed_5; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___Any_6; }; // System.Xml.Schema.ContentValidator // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject* ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37; // System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_39; }; // System.Globalization.CultureInfo // System.Xml.Schema.FacetsChecker // System.Xml.Schema.FacetsChecker // System.Xml.HWStack // System.Xml.HWStack // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields { // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.Hashtable::s_serializationInfoTable ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable_21; }; // System.Collections.Hashtable // System.Xml.Schema.IdRefNode // System.Xml.Schema.IdRefNode // System.Xml.PositionInfo // System.Xml.PositionInfo // System.Xml.Schema.RestrictionFacets // System.Xml.Schema.RestrictionFacets // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaEntity // System.Xml.Schema.SchemaEntity // System.Xml.Schema.SchemaInfo // System.Xml.Schema.SchemaInfo // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // System.Text.StringBuilder // System.Text.StringBuilder // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields { // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject* ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_35; }; // System.Uri // System.Xml.XmlNameTable // System.Xml.XmlNameTable // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_StaticFields { // System.Xml.IXmlNamespaceResolver modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlNamespaceManager::s_EmptyResolver RuntimeObject* ___s_EmptyResolver_0; }; // System.Xml.XmlNamespaceManager // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields { // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___Empty_4; }; // System.Xml.XmlQualifiedName // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields { // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; }; // System.Xml.XmlReader // System.Xml.Schema.XmlSchemaCollection // System.Xml.Schema.XmlSchemaCollection // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaInference struct XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields { // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_boolean XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_boolean_0; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_byte XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_byte_1; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_unsignedByte XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_unsignedByte_2; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_short XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_short_3; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_unsignedShort XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_unsignedShort_4; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_int XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_int_5; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_unsignedInt XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_unsignedInt_6; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_long XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_long_7; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_unsignedLong XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_unsignedLong_8; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_integer XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_integer_9; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_decimal XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_decimal_10; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_float XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_float_11; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_double XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_double_12; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_duration XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_duration_13; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_dateTime XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_dateTime_14; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_time XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_time_15; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_date XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_date_16; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_gYearMonth XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_gYearMonth_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_string XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_string_18; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::ST_anySimpleType XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ST_anySimpleType_19; // System.Xml.XmlQualifiedName[] System.Xml.Schema.XmlSchemaInference::SimpleTypes XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* ___SimpleTypes_20; }; // System.Xml.Schema.XmlSchemaInference // System.Xml.Schema.XmlSchemaObject // System.Xml.Schema.XmlSchemaObject // System.Xml.Schema.XmlSchemaObjectTable // System.Xml.Schema.XmlSchemaObjectTable // System.Xml.Schema.XmlSchemaSet // System.Xml.Schema.XmlSchemaSet // System.Xml.Serialization.XmlSerializerNamespaces // System.Xml.Serialization.XmlSerializerNamespaces // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.BinaryFacetsChecker // System.Xml.Schema.BinaryFacetsChecker // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Boolean // System.Byte // System.Byte // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // System.Char // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields { // System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___builtinTypes_5; // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* ___enumToTypeCode_6; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anySimpleType_7; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anyAtomicType_8; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___untypedAtomicType_9; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___yearMonthDurationType_10; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___dayTimeDurationType_11; // System.Xml.Schema.XmlSchemaSimpleType modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.DatatypeImplementation::normalizedStringTypeV1Compat XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___normalizedStringTypeV1Compat_12; // System.Xml.Schema.XmlSchemaSimpleType modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.DatatypeImplementation::tokenTypeV1Compat XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___tokenTypeV1Compat_13; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnySimpleType_14; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnyType_15; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___stringFacetsChecker_16; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___miscFacetsChecker_17; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric2FacetsChecker_18; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___binaryFacetsChecker_19; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___dateTimeFacetsChecker_20; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___durationFacetsChecker_21; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___listFacetsChecker_22; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___qnameFacetsChecker_23; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___unionFacetsChecker_24; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anySimpleType_25; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyURI_26; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_base64Binary_27; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_boolean_28; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_byte_29; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_char_30; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_date_31; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTime_32; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeNoTz_33; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeTz_34; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_day_35; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_decimal_36; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_double_37; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_doubleXdr_38; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_duration_39; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITY_40; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITIES_41; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENUMERATION_42; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_fixed_43; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_float_44; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_floatXdr_45; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_hexBinary_46; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ID_47; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREF_48; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREFS_49; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_int_50; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_integer_51; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_language_52; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_long_53; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_month_54; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_monthDay_55; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_Name_56; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NCName_57; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_negativeInteger_58; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKEN_59; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKENS_60; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonNegativeInteger_61; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonPositiveInteger_62; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedString_63; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NOTATION_64; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_positiveInteger_65; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QName_66; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QNameXdr_67; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_short_68; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_string_69; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_time_70; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeNoTz_71; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeTz_72; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_token_73; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedByte_74; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedInt_75; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedLong_76; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedShort_77; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_uuid_78; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_year_79; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonth_80; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedStringV1Compat_81; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_tokenV1Compat_82; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyAtomicType_83; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dayTimeDuration_84; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_untypedAtomicType_85; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonthDuration_86; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypes_87; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypesXsd_88; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XdrTypes_89; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XsdTypes_90; }; // System.Xml.Schema.DatatypeImplementation // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields { // System.Int32[] System.DateTime::s_daysToMonth365 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30; // System.Int32[] System.DateTime::s_daysToMonth366 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31; // System.DateTime System.DateTime::MinValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32; // System.DateTime System.DateTime::MaxValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33; // System.DateTime System.DateTime::UnixEpoch DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34; }; // System.DateTime // System.Xml.Schema.DateTimeFacetsChecker // System.Xml.Schema.DateTimeFacetsChecker // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields { // System.Decimal System.Decimal::Zero Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3; // System.Decimal System.Decimal::One Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4; // System.Decimal System.Decimal::MinusOne Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5; // System.Decimal System.Decimal::MaxValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6; // System.Decimal System.Decimal::MinValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7; }; // System.Decimal // System.Double // System.Double // System.Xml.Schema.DtdValidator struct DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields { // System.Xml.Schema.DtdValidator/NamespaceManager System.Xml.Schema.DtdValidator::namespaceManager NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* ___namespaceManager_15; }; // System.Xml.Schema.DtdValidator // System.Xml.Schema.DurationFacetsChecker // System.Xml.Schema.DurationFacetsChecker // System.Guid struct Guid_t_StaticFields { // System.Guid System.Guid::Empty Guid_t ___Empty_0; }; // System.Guid // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.Xml.Schema.ListFacetsChecker // System.Xml.Schema.ListFacetsChecker // System.Xml.Schema.MiscFacetsChecker // System.Xml.Schema.MiscFacetsChecker // System.Xml.NameTable // System.Xml.NameTable // System.Xml.Schema.Numeric2FacetsChecker // System.Xml.Schema.Numeric2FacetsChecker // System.Xml.Schema.QNameFacetsChecker // System.Xml.Schema.QNameFacetsChecker // System.SByte // System.SByte // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553_StaticFields { // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___Empty_20; }; // System.Xml.Schema.SchemaAttDef // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD_StaticFields { // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___Empty_25; }; // System.Xml.Schema.SchemaElementDecl // System.Xml.Schema.SchemaNamespaceManager // System.Xml.Schema.SchemaNamespaceManager // System.Single // System.Single // System.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields { // System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::languagePattern Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___languagePattern_0; }; // System.Xml.Schema.StringFacetsChecker // System.TimeSpan struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields { // System.TimeSpan System.TimeSpan::Zero TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21; }; // System.TimeSpan // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.Xml.Schema.UnionFacetsChecker // System.Xml.Schema.UnionFacetsChecker // System.Void // System.Void // System.Xml.XmlAttribute // System.Xml.XmlAttribute // System.Xml.Schema.XmlSchema struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_StaticFields { // System.Int32 System.Xml.Schema.XmlSchema::globalIdCounter int32_t ___globalIdCounter_30; }; // System.Xml.Schema.XmlSchema // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Schema.XmlSchemaAnnotation // System.Xml.Schema.XmlSchemaAnnotation // System.Xml.Schema.XmlSchemaExternal // System.Xml.Schema.XmlSchemaExternal // System.Xml.Schema.XmlSchemaObjectCollection // System.Xml.Schema.XmlSchemaObjectCollection // System.Xml.XmlValidatingReaderImpl struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_StaticFields { // System.Xml.XmlResolver System.Xml.XmlValidatingReaderImpl::s_tempResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___s_tempResolver_19; }; // System.Xml.XmlValidatingReaderImpl // System.Xml.Schema.DtdValidator/NamespaceManager // System.Xml.Schema.DtdValidator/NamespaceManager // System.Xml.Schema.FacetsChecker/FacetsCompiler struct FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_StaticFields { // System.Xml.Schema.FacetsChecker/FacetsCompiler/Map[] System.Xml.Schema.FacetsChecker/FacetsCompiler::c_map MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* ___c_map_11; }; // System.Xml.Schema.FacetsChecker/FacetsCompiler // System.Xml.Schema.FacetsChecker/FacetsCompiler/Map // System.Xml.Schema.FacetsChecker/FacetsCompiler/Map // System.Xml.Schema.Datatype_anySimpleType struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields { // System.Type System.Xml.Schema.Datatype_anySimpleType::atomicValueType Type_t* ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_anySimpleType::listValueType Type_t* ___listValueType_92; }; // System.Xml.Schema.Datatype_anySimpleType // System.Exception struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // System.Exception // System.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_StaticFields { // System.Char[] System.Xml.Schema.Numeric10FacetsChecker::signs CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___signs_0; }; // System.Xml.Schema.Numeric10FacetsChecker // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_StaticFields { // System.Int32 System.Text.RegularExpressions.Regex::s_cacheSize int32_t ___s_cacheSize_1; // System.Collections.Generic.Dictionary`2 System.Text.RegularExpressions.Regex::s_cache Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7* ___s_cache_2; // System.Int32 System.Text.RegularExpressions.Regex::s_cacheCount int32_t ___s_cacheCount_3; // System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheFirst CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheFirst_4; // System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheLast CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheLast_5; // System.TimeSpan System.Text.RegularExpressions.Regex::s_maximumMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_maximumMatchTimeout_6; // System.TimeSpan System.Text.RegularExpressions.Regex::s_defaultMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_defaultMatchTimeout_8; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___InfiniteMatchTimeout_9; }; // System.Text.RegularExpressions.Regex // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Xml.Schema.ValidationState // System.Xml.Schema.ValidationState // System.Xml.Schema.XmlSchemaAttribute // System.Xml.Schema.XmlSchemaAttribute // System.Xml.Schema.XmlSchemaContent // System.Xml.Schema.XmlSchemaContent // System.Xml.Schema.XmlSchemaContentModel // System.Xml.Schema.XmlSchemaContentModel // System.Xml.Schema.XmlSchemaFacet // System.Xml.Schema.XmlSchemaFacet // System.Xml.Schema.XmlSchemaImport // System.Xml.Schema.XmlSchemaImport // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_StaticFields { // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::Empty XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___Empty_12; }; // System.Xml.Schema.XmlSchemaParticle // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.Datatype_List // System.Xml.Schema.Datatype_List // System.Xml.Schema.Datatype_QNameXdr struct Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields { // System.Type System.Xml.Schema.Datatype_QNameXdr::atomicValueType Type_t* ___atomicValueType_93; // System.Type System.Xml.Schema.Datatype_QNameXdr::listValueType Type_t* ___listValueType_94; }; // System.Xml.Schema.Datatype_QNameXdr // System.Xml.Schema.Datatype_char struct Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields { // System.Type System.Xml.Schema.Datatype_char::atomicValueType Type_t* ___atomicValueType_93; // System.Type System.Xml.Schema.Datatype_char::listValueType Type_t* ___listValueType_94; }; // System.Xml.Schema.Datatype_char // System.Xml.Schema.Datatype_decimal struct Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields { // System.Type System.Xml.Schema.Datatype_decimal::atomicValueType Type_t* ___atomicValueType_93; // System.Type System.Xml.Schema.Datatype_decimal::listValueType Type_t* ___listValueType_94; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_decimal::numeric10FacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_95; }; // System.Xml.Schema.Datatype_decimal // System.Xml.Schema.Datatype_double struct Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields { // System.Type System.Xml.Schema.Datatype_double::atomicValueType Type_t* ___atomicValueType_93; // System.Type System.Xml.Schema.Datatype_double::listValueType Type_t* ___listValueType_94; }; // System.Xml.Schema.Datatype_double // System.Xml.Schema.Datatype_float struct Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields { // System.Type System.Xml.Schema.Datatype_float::atomicValueType Type_t* ___atomicValueType_93; // System.Type System.Xml.Schema.Datatype_float::listValueType Type_t* ___listValueType_94; }; // System.Xml.Schema.Datatype_float // System.Xml.Schema.Datatype_union struct Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_StaticFields { // System.Type System.Xml.Schema.Datatype_union::atomicValueType Type_t* ___atomicValueType_93; // System.Type System.Xml.Schema.Datatype_union::listValueType Type_t* ___listValueType_94; }; // System.Xml.Schema.Datatype_union // System.Xml.Schema.Datatype_uuid struct Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields { // System.Type System.Xml.Schema.Datatype_uuid::atomicValueType Type_t* ___atomicValueType_93; // System.Type System.Xml.Schema.Datatype_uuid::listValueType Type_t* ___listValueType_94; }; // System.Xml.Schema.Datatype_uuid // System.Type struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // System.Type // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_StaticFields { // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeLax XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___anyTypeLax_29; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeSkip XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___anyTypeSkip_30; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::untypedAnyType XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___untypedAnyType_31; }; // System.Xml.Schema.XmlSchemaComplexType // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaGroupBase // System.Xml.Schema.XmlSchemaGroupBase // System.Xml.Schema.XmlSchemaPatternFacet // System.Xml.Schema.XmlSchemaPatternFacet // System.Xml.Schema.XmlSchemaSimpleContent // System.Xml.Schema.XmlSchemaSimpleContent // System.Xml.Schema.XmlSchemaSimpleContentExtension // System.Xml.Schema.XmlSchemaSimpleContentExtension // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.Datatype_doubleXdr // System.Xml.Schema.Datatype_doubleXdr // System.Xml.Schema.Datatype_fixed // System.Xml.Schema.Datatype_fixed // System.Xml.Schema.Datatype_floatXdr // System.Xml.Schema.Datatype_floatXdr // System.FormatException // System.FormatException // System.Xml.Schema.ValidationEventHandler // System.Xml.Schema.ValidationEventHandler // System.Xml.XmlException // System.Xml.XmlException // System.Xml.Schema.XmlSchemaChoice // System.Xml.Schema.XmlSchemaChoice // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaSequence // System.Xml.Schema.XmlSchemaSequence // System.ArgumentNullException // System.ArgumentNullException // System.Xml.Schema.Datatype_nonNegativeInteger struct Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_StaticFields { // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonNegativeInteger::numeric10FacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_96; }; // System.Xml.Schema.Datatype_nonNegativeInteger // System.OverflowException // System.OverflowException // System.Xml.Schema.XmlSchemaInferenceException // System.Xml.Schema.XmlSchemaInferenceException // System.Xml.Schema.Datatype_NMTOKEN // System.Xml.Schema.Datatype_NMTOKEN // System.Xml.Schema.Datatype_positiveInteger struct Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields { // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::numeric10FacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_97; }; // System.Xml.Schema.Datatype_positiveInteger // System.Xml.Schema.Datatype_ENUMERATION // System.Xml.Schema.Datatype_ENUMERATION // System.Xml.Schema.Datatype_unsignedInt struct Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields { // System.Type System.Xml.Schema.Datatype_unsignedInt::atomicValueType Type_t* ___atomicValueType_100; // System.Type System.Xml.Schema.Datatype_unsignedInt::listValueType Type_t* ___listValueType_101; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedInt::numeric10FacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_102; }; // System.Xml.Schema.Datatype_unsignedInt // System.Xml.Schema.Datatype_unsignedShort struct Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields { // System.Type System.Xml.Schema.Datatype_unsignedShort::atomicValueType Type_t* ___atomicValueType_103; // System.Type System.Xml.Schema.Datatype_unsignedShort::listValueType Type_t* ___listValueType_104; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedShort::numeric10FacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_105; }; // System.Xml.Schema.Datatype_unsignedShort // System.Xml.Schema.Datatype_unsignedByte struct Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields { // System.Type System.Xml.Schema.Datatype_unsignedByte::atomicValueType Type_t* ___atomicValueType_106; // System.Type System.Xml.Schema.Datatype_unsignedByte::listValueType Type_t* ___listValueType_107; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedByte::numeric10FacetsChecker FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_108; }; // System.Xml.Schema.Datatype_unsignedByte #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray { ALIGN_FIELD (8) String_t* m_Items[1]; 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray { ALIGN_FIELD (8) Il2CppChar m_Items[1]; 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.Schema.FacetsChecker/FacetsCompiler/Map[] struct MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD : public RuntimeArray { ALIGN_FIELD (8) Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 m_Items[1]; inline Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7* 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, Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___replacement_1), (void*)NULL); } inline Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___replacement_1), (void*)NULL); } }; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40 : public RuntimeArray { ALIGN_FIELD (8) XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* m_Items[1]; inline XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18** 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, XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1 : public RuntimeArray { ALIGN_FIELD (8) XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* m_Items[1]; inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9** 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_t2794880B373257E4108CC3F36D7373A343ACC5B9* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Int32 System.UInt16::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt16_CompareTo_m02159C1CB7FFBEEEFABB409F3A07F9F6CCD63127 (uint16_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUInt16_mBB2E9ABB81D0BF66D7B72EB85B058A5C95F9ACD2 (String_t* ___0_s, uint16_t* ___1_result, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_unsignedInt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedInt__ctor_mC90D6E7C1E7DC4FBF34F0217021E37DF9E74F2C0 (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; // System.Void System.Decimal::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Numeric10FacetsChecker::.ctor(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_minVal, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_maxVal, const RuntimeMethod* method) ; // System.Int32 System.Byte::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4F4B52E1A3F43E77E2054A5F2178DFBCB23DFF2C (uint8_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.Byte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToByte_m365107AF1D296D76F98F901BD54E8044145C6019 (String_t* ___0_s, uint8_t* ___1_result, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_unsignedShort::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__ctor_mFFC2ACD21FCCBF9C8B73F5495F93BD86F7104DED (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__ctor_m63571814CC6B5332053E8CE0D3E8680F60DD446A (Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC* __this, const RuntimeMethod* method) ; // System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___0_lo, int32_t ___1_mid, int32_t ___2_hi, bool ___3_isNegative, uint8_t ___4_scale, const RuntimeMethod* method) ; // System.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C (String_t* ___0_s, const RuntimeMethod* method) ; // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83 (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Boolean System.Double::IsInfinity(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline (double ___0_d, const RuntimeMethod* method) ; // System.Boolean System.Double::IsNaN(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_double::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_double__ctor_m2C6CD86AB0B3DF406648664B37B15EF01732CBB4 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method) ; // System.Single System.Xml.XmlConvert::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095 (String_t* ___0_s, const RuntimeMethod* method) ; // System.Boolean System.Single::IsInfinity(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline (float ___0_f, const RuntimeMethod* method) ; // System.Boolean System.Single::IsNaN(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_float::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_float__ctor_mF909482A1E954A77EEFAD3ADAC5BC7DDAC262430 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method) ; // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE (String_t* ___0_s, RuntimeObject* ___1_nsmgr, String_t** ___2_prefix, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_anySimpleType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5 (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_NMTOKEN::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NMTOKEN__ctor_m5E28C341E2FAFC1A749E6334D19D2B0B6F5CC71B (Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329* __this, const RuntimeMethod* method) ; // System.Int32 System.Char::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m8EA6F779C3E8158B00C31C6136699AD3DB8F49E8 (Il2CppChar* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Char System.Xml.XmlConvert::ToChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6 (String_t* ___0_s, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToChar_mE6F5E18D3152F0EA7700F6E9ACAEFEB91B294A18 (String_t* ___0_s, Il2CppChar* ___1_result, const RuntimeMethod* method) ; // System.Decimal System.Xml.XmlConvert::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32 (String_t* ___0_s, const RuntimeMethod* method) ; // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, int32_t ___1_totalDigits, int32_t ___2_fractionDigits, bool ___3_checkTotal, bool ___4_checkFraction, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToDecimal_mACFB99727B0B9DA0D7BC2121AFB8B15499639422 (String_t* ___0_s, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___1_result, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.Datatype_decimal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_decimal__ctor_m69C02C958528DB81837706655A48FD6FD1FA92B1 (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method) ; // System.Boolean System.Guid::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_mC7349E47BF1CBCBFB4C9032C050DE54AAC10000B (Guid_t* __this, RuntimeObject* ___0_o, const RuntimeMethod* method) ; // System.Guid System.Xml.XmlConvert::ToGuid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_m3B2378387DFAACD9C495FA98715ECC431A581510 (String_t* ___0_s, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.Guid&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToGuid_m87100A1E44B4BE28EEF96868646C4604EE10A32B (String_t* ___0_s, Guid_t* ___1_result, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator__ctor_m20211D6CCF6743C8868B2AAC093752B0E83FFB7A (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___0_reader, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___1_schemaCollection, RuntimeObject* ___2_eventHandling, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_Init_mE675445E494C899D28DEE66C83FFD34D7B866FE8 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.HWStack::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HWStack__ctor_mC458E3344CF521C473E1C0FF77D350E65A11A9C9 (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* __this, int32_t ___0_GrowthRate, const RuntimeMethod* method) ; // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.SchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo__ctor_mF2778D9A328648120368A2B00DC41949E52E0963 (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::Push(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_Push_m56780D2857F28FA86BF1E7ACCC7B76740BC780AB (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_elementName, const RuntimeMethod* method) ; // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ValidateElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateElement_m1BC80A7C59802957572976F68947A33BA2BF9D15 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.DtdValidator::MeetsStandAloneConstraint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdValidator_MeetsStandAloneConstraint_m09D96503235A7933770444D2969D438D68ED5977 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::ValidateWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ValidateWhitespace_m73339F1D7B4FA6409B17B20589914EFEBF381475 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ValidatePIComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidatePIComment_m86A80EFB17EC77CE08F626E2FE6867DE615CE172 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::ValidateText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ValidateText_m0CD6CAA4B8C4DAE981A5EEA5FEB4404ECF97F079 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.DtdValidator::GenEntity(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdValidator_GenEntity_m45BADE44CABF8229CE592E04EB8EC7A141F2A3AA (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ValidateEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateEndElement_mB81E6E1EB6B18FE0452AC2F386710F82B40C51C4 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String,System.Xml.Schema.XmlSeverityType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m206D77C001B4BE5827C405128D0DF5EEF34ED93E (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___0_code, String_t* ___1_msg, int32_t ___2_severity, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlValidatingReaderImpl::get_StandAlone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_StandAlone_mE9B14348DA3DF698C8AB86CF102C58F2FD0FE7A2 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaDeclBase::get_IsDeclaredInExternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaDeclBase_get_IsDeclaredInExternal_mEB74F4C126AB527489D2F64BE954806DE7AE5655_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ; // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::get_ContentValidator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::get_ContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m0B3F1EF5F9776D6E4B890C0180E22C92E9A45F2B (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___0_code, const RuntimeMethod* method) ; // System.Void System.Xml.XmlQualifiedName::Init(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName_Init_m2F37BA4297673844DC409B1C7E03849BC95EAAFB (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::get_DocTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaInfo_get_DocTypeName_m4BBB68F652B02DAE4E77D2CE9AAC41D4650B019B_inline (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ValidateChildElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateChildElement_m933E13CAB6D71CC57C016D7FE480C9C794CC7084 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ProcessElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ProcessElement_m55BE98038E5BB9D22B1C098DE737525765A90896 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.BaseValidator::get_EventHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* BaseValidator_get_EventHandler_mDD30026D63AC63C18F0E134AA6FFE634616F21F8 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) ; // System.Xml.PositionInfo System.Xml.Schema.BaseValidator::get_PositionInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaValidator::ElementValidationError(System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationState,System.Xml.Schema.ValidationEventHandler,System.Object,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaValidator_ElementValidationError_m7F782224798494425E6B2215DD7865E77533B317 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___1_context, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___2_eventHandler, RuntimeObject* ___3_sender, String_t* ___4_sourceUri, int32_t ___5_lineNo, int32_t ___6_linePos, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___7_schemaSet, const RuntimeMethod* method) ; // System.Xml.XmlValidatingReaderImpl System.Xml.Schema.BaseValidator::get_Reader() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.SchemaDeclBase::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::set_SchemaTypeObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_SchemaTypeObject_mCAB4AC252A3858BC3E87F13974542BCBA7FD10EB (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Object System.Xml.Schema.SchemaDeclBase::get_DefaultValueTyped() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::set_TypedValueObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_TypedValueObject_m5CE2EEB7B2C9DE75E771F9E622DE11650D4F0989 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaElementDecl::get_HasRequiredAttribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_HasRequiredAttribute_mA1790096360AAF0BFA8E87BAF4B230D12AECCC6B_inline (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, const RuntimeMethod* method) ; // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaElementDecl::GetAttDef(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* SchemaElementDecl_GetAttDef_m157EF6E66718BDD7F087323423296A4AF4719259 (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::CheckValue(System.String,System.Xml.Schema.SchemaAttDef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_CheckValue_mB77B88FE929F3FC9B9F8C6ACF255FC9F125E1509 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, String_t* ___0_value, SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___1_attdef, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___0_code, String_t* ___1_arg, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::SetSource(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException_SetSource_m4D004A102ABFE72DE2C7A9A9D953EA409CADED70 (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_sourceUri, int32_t ___1_lineNumber, int32_t ___2_linePosition, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.Xml.Schema.XmlSchemaException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___0_e, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.SchemaElementDecl::CheckAttributes(System.Collections.Hashtable,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_CheckAttributes_m30F104D5F100EBC4D7B36BC5B96CFABB1F788429 (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___0_presence, bool ___1_standalone, const RuntimeMethod* method) ; // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaInfo::GetElementDecl(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* SchemaInfo_GetElementDecl_mDD703F69AB03039D9D52A1AE548D035462F92443 (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ValidateStartElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateStartElement_mCB2A02DB05BA4FE2810DACE2301EE8866E9BE308 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ValidateEndStartElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateEndStartElement_mB882E5C1EE3D6E6B510563D0B9DED84C1A7F10C3 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaValidator::QNameString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaValidator_QNameString_m16F66B058922516087DDF3282C6A5E155A6E873D (String_t* ___0_localName, String_t* ___1_ns, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.DtdValidator::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdValidator_Pop_mF1AA9A52A43005D66515EC30C0597A275A68D368 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::CheckForwardRefs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_CheckForwardRefs_m38C360897704AD8D2CB593E38E8C99AFF0A9C069 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaValidator::CompleteValidationError(System.Xml.Schema.ValidationState,System.Xml.Schema.ValidationEventHandler,System.Object,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaValidator_CompleteValidationError_mAA65199043A1608CF1BF4708A473B36D5A2E3D02 (ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___0_context, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___1_eventHandler, RuntimeObject* ___2_sender, String_t* ___3_sourceUri, int32_t ___4_lineNo, int32_t ___5_linePos, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___6_schemaSet, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.ContentValidator::get_PreserveWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_get_PreserveWhitespace_mEAD1CCBFBEDD9927663B7735370BC8118A00D6C7 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::AddID(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_AddID_m0C39BF9FADC97DFB10391DBED7A7C15C7FF43505 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, String_t* ___0_name, RuntimeObject* ___1_node, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.IdRefNode::.ctor(System.Xml.Schema.IdRefNode,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdRefNode__ctor_m412DD977E13E68EAE9C6E89CEC38F87F1C475CC5 (IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* __this, IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* ___0_next, String_t* ___1_id, int32_t ___2_lineNo, int32_t ___3_linePos, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::ProcessEntity(System.Xml.Schema.SchemaInfo,System.String,System.Object,System.Xml.Schema.ValidationEventHandler,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ProcessEntity_mA6D465A1EB1B7C67C473E90ADA442DD2BC105EAE (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___0_sinfo, String_t* ___1_name, RuntimeObject* ___2_sender, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___3_eventhandler, String_t* ___4_baseUri, int32_t ___5_lineNumber, int32_t ___6_linePosition, const RuntimeMethod* method) ; // System.Xml.XmlNameTable System.Xml.Schema.BaseValidator::get_NameTable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* BaseValidator_get_NameTable_m60D18595ED6E730B144EBA7E78E9B744486937E5_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::ProcessTokenizedType(System.Xml.XmlTokenizedType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ProcessTokenizedType_m702DA00866E6690DA4AD055B3F82EC6C23528423 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, int32_t ___0_ttype, String_t* ___1_name, const RuntimeMethod* method) ; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaDeclBase::get_Values() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* SchemaDeclBase_get_Values_m5CBE6E5DB4DE93179FEB87F1BBC0EAF43FAF0E06_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaDeclBase::CheckEnumeration(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaDeclBase_CheckEnumeration_m14E09203C4120A77067192DEE7A899F407317BC1 (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, RuntimeObject* ___0_pVal, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaDeclBase::CheckValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaDeclBase_CheckValue_m7DFE87CAF1D32203AB814BA032CCA2AF8D03727A (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, RuntimeObject* ___0_pVal, const RuntimeMethod* method) ; // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ; // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaEntity::IsPredefinedEntity(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_IsPredefinedEntity_m998149F5803F886EF9B86C037E897BB99F15F901 (String_t* ___0_n, const RuntimeMethod* method) ; // System.Xml.Schema.SchemaEntity System.Xml.Schema.DtdValidator::GetEntity(System.Xml.XmlQualifiedName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* DtdValidator_GetEntity_m3108C7BF8979DBC9C12CC40FB56875369B859AF6 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, bool ___1_fParameterEntity, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaEntity_get_NData_m7B05467BF6357AB27C1DAFBFE27F9720C79CEC3C_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaEntity::get_DeclaredInExternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_DeclaredInExternal_mEAF749D691316F3C1A7C72383B527E943CB9608A_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ParameterEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* SchemaInfo_get_ParameterEntities_m54F4C298FA2B2AAE10FAA43965E9DD2C84E76FBB (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01 (Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_key, SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t129029582481E96143BD747690E92DB7E444261E*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_GeneralEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* SchemaInfo_get_GeneralEntities_mB8E4E7E02EB79C03BDEEB06638EBFA631DE9C9D2 (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, String_t* ___1_arg, String_t* ___2_sourceUri, int32_t ___3_lineNumber, int32_t ___4_linePosition, const RuntimeMethod* method) ; // System.Object System.Xml.HWStack::Push() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HWStack_Push_mB56F1D723F4F22AEF3D79471002C5C28B941E520 (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.ValidationState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationState__ctor_mD6A486E32A71B24D1E419D6A90D052200A50AA6E (ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* __this, const RuntimeMethod* method) ; // System.Void System.Xml.HWStack::AddToTop(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HWStack_AddToTop_m2906D8C7096B89DA2A642C6022A0BBDA3E56D38D (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* __this, RuntimeObject* ___0_o, const RuntimeMethod* method) ; // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.HWStack::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HWStack_get_Length_m6363693F0CF183362158EE28989E47D9ED83120F_inline (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* __this, const RuntimeMethod* method) ; // System.Object System.Xml.HWStack::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HWStack_Pop_m719771746919E84F388E413881376AD49B697471 (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* __this, const RuntimeMethod* method) ; // System.Object System.Xml.HWStack::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HWStack_Peek_m4ACE3C92DC4F77A441791E8935F2A761139D38BF (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* __this, const RuntimeMethod* method) ; // System.String System.Xml.Schema.SchemaAttDef::get_DefaultValueExpanded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_get_DefaultValueExpanded_m61569B11E4FBDEED7A35CD5A39675B57CE6DB78F (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.SchemaDeclBase::set_DefaultValueTyped(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_m35E01A5A9C44038AE78774AF2D7B6E627AD66FC1_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLineNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLinePosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::ProcessEntity(System.Xml.Schema.SchemaInfo,System.String,System.Xml.IValidationEventHandling,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ProcessEntity_mC367D8AA42B44BFBDC3F2A0AFB71A414FDEDCA9E (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___0_sinfo, String_t* ___1_name, RuntimeObject* ___2_eventHandling, String_t* ___3_baseUriStr, int32_t ___4_lineNumber, int32_t ___5_linePosition, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator/NamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceManager__ctor_m9E35D31BAFC48B1E68DB6EA658F97D48EC32CBE3 (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlNamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m6485992B6D88F2C7276E1D562B9F643AD60AD4CD (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_mF4C52E695C89082BB62D3A8407D28A343A6F753B (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t** ___0_s, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) ; // System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckPatternFacets_m13374C2B9B9288DCE1227A58966D57150C1A0DA5 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___0_restriction, String_t* ___1_value, const RuntimeMethod* method) ; // System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67 (String_t* ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m5DE92209D1870DF7E10D8B9B0CAFBA8F0D45FA4D (String_t* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_input, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.RestrictionFacets::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RestrictionFacets__ctor_m8CC7DEE831472AD4982BBE538086C6B9DECACC83 (RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::.ctor(System.Xml.Schema.DatatypeImplementation,System.Xml.Schema.RestrictionFacets) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler__ctor_m401D0D5D688A912F1268019AEA90F47994774ECE (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___0_baseDatatype, RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___1_restriction, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaFacet::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline (XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34 (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___1_source, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.SchemaNamespaceManager::.ctor(System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaNamespaceManager__ctor_mBF0213141E461B6A496F64C963FE90912183BD1A (SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___0_node, const RuntimeMethod* method) ; // System.Xml.Schema.FacetType System.Xml.Schema.XmlSchemaFacet::get_FacetType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaFacet_get_FacetType_mFE5DA2AFE94D0752B55912F60C362FDA6CC5034D_inline (XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileLengthFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMinLengthFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMaxLengthFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompilePatternFacet(System.Xml.Schema.XmlSchemaPatternFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompilePatternFacet_mE41DAA769EB3EF18A7B73D70C33DA01699224964 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileEnumerationFacet(System.Xml.Schema.XmlSchemaFacet,System.Xml.IXmlNamespaceResolver,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileEnumerationFacet_mD1D97D9D61D4FDFE25A7A52CFB4AC1B25C398C92 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, RuntimeObject* ___1_nsmgr, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nameTable, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileWhitespaceFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMinInclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMinInclusiveFacet_mB45C7BBF19DE1E1622920FF7DE6A698C5C2BC84F (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMinExclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMinExclusiveFacet_mA1635685867DDED9367BB3052E9C8045B36AFE14 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMaxInclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMaxInclusiveFacet_mCDF4857B6770BADDF03F5A5666B2E1D4C690365E (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMaxExclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMaxExclusiveFacet_m5D76561BC87629AD3FA6A59861FA31AFAC0C0E85 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileTotalDigitsFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileFractionDigitsFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) ; // System.Int32 System.Collections.CollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72 (CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::FinishFacetCompile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_FinishFacetCompile_m4AD1A69B7D7C9F1FCF20F4468B6352C10DA257EE (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileFacetCombinations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, const RuntimeMethod* method) ; // System.Decimal System.Decimal::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177 (int32_t ___0_value, const RuntimeMethod* method) ; // System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_GetSimpleTypeFromTypeCode_mE8ABDBE84124F10FCFD5B300C54BBA8004F8DB16 (int32_t ___0_typeCode, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CheckProhibitedFlag(System.Xml.Schema.XmlSchemaFacet,System.Xml.Schema.RestrictionFlags,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, String_t* ___2_errorCode, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CheckDupFlag(System.Xml.Schema.XmlSchemaFacet,System.Xml.Schema.RestrictionFlags,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, String_t* ___2_errorCode, const RuntimeMethod* method) ; // System.Object System.Xml.Schema.FacetsChecker/FacetsCompiler::ParseFacetValue(System.Xml.Schema.XmlSchemaDatatype,System.Xml.Schema.XmlSchemaFacet,System.String,System.Xml.IXmlNamespaceResolver,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___0_datatype, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___1_facet, String_t* ___2_code, RuntimeObject* ___3_nsmgr, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___4_nameTable, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlBaseConverter::DecimalToInt32(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_DecimalToInt32_m3223DF867474BA0110F424083FA675CE72AB6C6B (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::SetFlag(System.Xml.Schema.XmlSchemaFacet,System.Xml.Schema.RestrictionFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ; // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mEBB11FA07F979D8E2FFEA6F15F363DE6ECD4EAE2 (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, String_t* ___1_arg, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___2_source, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CheckValue(System.Object,System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, RuntimeObject* ___0_value, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___1_facet, const RuntimeMethod* method) ; // System.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Insert_mEA426100381DD65FB6A891BA28B5F1208BEDDD29 (StringBuilder_t* __this, int32_t ___0_index, String_t* ___1_value, const RuntimeMethod* method) ; // System.String System.Xml.Schema.FacetsChecker/FacetsCompiler::Preprocess(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FacetsCompiler_Preprocess_m33F6EE466838A3123D305E5E2B69A5538DC17576 (String_t* ___0_pattern, const RuntimeMethod* method) ; // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_pattern, int32_t ___1_options, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaObject::get_SourceUri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlSchemaObject::get_LineNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlSchemaObject::get_LinePosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Exception,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m9505C3D1FC19D24715CEC2FD9A00E58A9502453D (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, String_t* ___3_sourceUri, int32_t ___4_lineNumber, int32_t ___5_linePosition, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___6_source, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CopyFacetsFromBaseType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CopyFacetsFromBaseType_mB28D0E92B80A23F5117CB55426D41A93E632D7BA (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::SetFlag(System.Xml.Schema.RestrictionFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, int32_t ___0_flag, const RuntimeMethod* method) ; // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46 (String_t* __this, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747 (StringBuilder_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_value, int32_t ___1_startIndex, int32_t ___2_charCount, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaDatatype::get_TypeCodeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_get_TypeCodeString_mC4DD224D43325E0D5E8B421312614C86BC85329D (XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler/Map::.ctor(System.Char,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86 (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7* __this, Il2CppChar ___0_m, String_t* ___1_r, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, const RuntimeMethod* method) ; // System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ; // System.String System.Decimal::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m08256316312F5D05FE3D099C083A99BC694F4762 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_m58389CF06B86290F31B8F12D204D9B8AEBF107F3 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Boolean System.Decimal::op_LessThanOrEqual(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThanOrEqual_mDA2C07E8C2E834B7BAA1F921A8A4CEEC480027E1 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method) ; // System.Decimal System.Decimal::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_m8F9A38760D01B23E6DFF77EA760CCE5111F3656D (int64_t ___0_value, const RuntimeMethod* method) ; // System.Decimal System.Decimal::op_Implicit(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mDBEE9D553761C542A6C4C6071BACC01A7D67E0E9 (int16_t ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F FacetsChecker_Power_m208FDCE8778563CE091A92098B81ACC5A4FCFDC1 (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ; // System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Subtraction_mBDD5FAB14E0E9FA655A4C32B72C39E6BF947DF81 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Decimal System.Decimal::Negate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_Negate_m29E46170CE6DDB013C9F40C9699565C5F3BF47AC (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d, const RuntimeMethod* method) ; // System.Decimal System.Decimal::Truncate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_Truncate_mC5741EB8C60D8468DC94BEDF10B91C3C9A82D204 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d, const RuntimeMethod* method) ; // System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, double ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method) ; // System.Int32 System.TimeSpan::Compare(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_t1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t2, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.DateTime,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) ; // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, bool ___2_verifyUri, const RuntimeMethod* method) ; // System.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckBuiltInFacets_mF78F7DC85FF97080DEE49E9D459CB2D5BD13F7A1 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_s, int32_t ___1_typeCode, bool ___2_verifyUri, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) ; // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ; // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUri_mD2C431BE5C766D24EAD184976E9B3DB563C6D5A6 (String_t* ___0_s, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___1_result, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNormalizedString_m535C18E2A8E3AE22663A6943B7EA07601021AD4E (String_t* ___0_str, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyTOKEN_m71FE5F2AE5A8AD2949024902F8000BA8F0C5DBDB (String_t* ___0_token, const RuntimeMethod* method) ; // System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* StringFacetsChecker_get_LanguagePattern_m7C4FA66052480698F53DA2BF5C84B4F029584825 (const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNMTOKEN_m83FC60E8F6630AAE72047D09A4DBE49ABAF25617 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryVerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyName_mAD79DF906917DCA8D455B5512DFAD8465DAF7EE7 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNCName_m9DE511C64B5316F302DCDEC90D97C2D96ADECE99 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Byte[],System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5 (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) ; // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ; // System.Void System.Xml.NameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261 (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nameTable, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaSet::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m4BA127BB610FA98EC4474081E079EFFB2D1DFFF8 (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nameTable, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaInference::InferSchema1(System.Xml.XmlReader,System.Xml.Schema.XmlSchemaSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* XmlSchemaInference_InferSchema1_mA3E395E17EB268B53F6F322221998AE217C68C5A (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_instanceDocument, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___1_schemas, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaSet::Compile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet_Compile_m67058DA49CDFFA1C3879DB8F82AEC8DD6F4B3355 (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInferenceException::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* __this, String_t* ___0_res, int32_t ___1_lineNumber, int32_t ___2_linePosition, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_GlobalElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* XmlSchemaSet_get_GlobalElements_mFD11CEF567F45508B8D7434CD0D3D38ABCED7556 (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, const RuntimeMethod* method) ; // System.Collections.ICollection System.Xml.Schema.XmlSchemaObjectTable::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_get_Values_mF69730E61D5EB5381D18ECA08EE67ACFFC99CA18 (XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* __this, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaElement::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_QualifiedName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::get_Parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* XmlSchemaObject_get_Parent_m98A2082901CC0571DFAA0F20296ED962989BFD4B_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::AddElement(System.String,System.String,System.String,System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaObjectCollection,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_localName, String_t* ___1_prefix, String_t* ___2_childURI, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___3_parentSchema, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___4_addLocation, int32_t ___5_positionWithinCollection, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInference::InferElement(System.Xml.Schema.XmlSchemaElement,System.Boolean,System.Xml.Schema.XmlSchema) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_xse, bool ___1_bCreatingNewType, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___2_parentSchema, const RuntimeMethod* method) ; // System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* XmlSchemaObject_get_Namespaces_m7E7E0DCE92E93E7E35BB16F6ED4C40453C702C03 (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_m4204802D44C6E5763F669D618F0B3D2B7BE49C4B (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaSet::Reprocess(System.Xml.Schema.XmlSchema) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* XmlSchemaSet_Reprocess_mB8ED5361B6ABEAC373610815B22A5B78BBF79D76 (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___0_schema, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlSchemaObjectTable::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectTable_get_Count_m68B3B75A747E8830F096531551DB1F0BF8D9EF83 (XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInference::FindAttributeRef(System.Collections.ICollection,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* XmlSchemaInference_FindAttributeRef_mB897D0650DE30BB939F26369E692361070DF469A (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, RuntimeObject* ___0_attributes, String_t* ___1_attributeName, String_t* ___2_nsURI, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAttribute__ctor_m6CC98E299F58FD79C1A2131914F58B0D06250EA2 (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAttribute::set_RefName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_RefName_m40560893731560664988569F49D745FAE49B2628 (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaInference/InferenceOption System.Xml.Schema.XmlSchemaInference::get_Occurrence() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAttribute::set_Use(System.Xml.Schema.XmlSchemaUse) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA (XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___0_item, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.XmlSchemaSet::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSchemaSet_Contains_m39B068826A63F384F0E46055A63CAC4A86A34EDE (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, String_t* ___0_targetNamespace, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchema::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchema__ctor_mCF63013FD5900D4D9BB8753D5632B0CFB52F2D75 (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchema::set_AttributeFormDefault(System.Xml.Schema.XmlSchemaForm) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchema_set_AttributeFormDefault_m4F0F8B9BEF6F50C95CE29BE9E1A4E7E1C26DBFAE_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchema::set_ElementFormDefault(System.Xml.Schema.XmlSchemaForm) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchema_set_ElementFormDefault_m8A55972AEE8B7075F6B7BAF284CA29DE21914072_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchema::set_TargetNamespace(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchema_set_TargetNamespace_m1D4553C470607D43E0BC256714E4AEF7B62E5770_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaSet::Add(System.Xml.Schema.XmlSchema) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* XmlSchemaSet_Add_mD370E9075A98B1F6190D28C8909616CBEE5CBAFE (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___0_schema, const RuntimeMethod* method) ; // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009 (String_t* ___0_strA, String_t* ___1_strB, int32_t ___2_comparisonType, const RuntimeMethod* method) ; // System.Collections.ICollection System.Xml.Schema.XmlSchemaSet::Schemas(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaSet_Schemas_mB026F323BD5F5CCE6B270803AF10983103ED0BEF (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, String_t* ___0_targetNamespace, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::get_Items() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchema_get_Items_m4A629D8F391D26EC9C55EC8BC155CBFA98B4FD6F_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInference::FindAttribute(System.Collections.ICollection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* XmlSchemaInference_FindAttribute_m99E3FA33C89126F221C2B129A1143DD4EF07950C (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, RuntimeObject* ___0_attributes, String_t* ___1_attrName, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAttribute::set_Name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_Name_m3CB78DBB9E294DC37F91F17B02F27C3A213405D1_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::RefineSimpleType(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_s, int32_t* ___1_iTypeFlags, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAttribute::set_SchemaTypeName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_SchemaTypeName_mE98774273C405BE9F1484E73EAE17371F8925054 (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaObject::set_LineNumber(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::get_SchemaTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaAttribute_get_SchemaTypeName_mA66F85C07DB3C2FFC5FA046352FE9C058D6E5F5D_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlSchemaInference::GetSchemaType(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaObject::set_Parent(System.Xml.Schema.XmlSchemaObject) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_Parent_m8EFFC956CADF262A4D7E1BA86D3348F4FB5AD9AD_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::get_AttributeFormDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchema_get_AttributeFormDefault_mC356D2CB296F70753743A369EDB8C99AB0B61DF8_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAttribute::set_Form(System.Xml.Schema.XmlSchemaForm) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_Form_mA74C0C2C7551393B28F9ED94C9D9D2B725CC5870_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchema::get_TargetNamespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ; // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::get_Includes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaImport::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaImport_get_Namespace_mDCE5EDB62D412B171A113464D447AF35D143204B_inline (XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaImport::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaImport__ctor_m7E4884E5DA66A65DB987025BA513EB72D5EC03FE (XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaExternal::set_Schema(System.Xml.Schema.XmlSchema) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaExternal_set_Schema_mBA1489C020806A30A76DDF19728BB3A82E13D37D_inline (XmlSchemaExternal_tE9D9B3C1230563874B1A555C15F9BBE4707CA865* __this, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaImport::set_Namespace(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaImport_set_Namespace_m0732B4D3E2C953C5433137DF24E79E5D5276563E_inline (XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaElement__ctor_m7BD4443BF0ACC1E76E78C968245BE4A73E5B1E6A (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_Name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Name_mFAE061491CD402C6FAAEAAE888A90121E8732568_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::get_ElementFormDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchema_get_ElementFormDefault_m5AF28C6D6EF3EA692FD2D26FFDD5C77123B5D67E_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_Form(System.Xml.Schema.XmlSchemaForm) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Form_m1698A2172C524A5318C51FB0744E667B72D51D10_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindGlobalElement(System.String,System.String,System.Xml.Schema.XmlSchema&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindGlobalElement_m133802F45110C9C1364E9F96679C2B150815971F (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_namespaceURI, String_t* ___1_localName, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D** ___2_parentSchema, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaInference::CreateXmlSchema(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* XmlSchemaInference_CreateXmlSchema_m7FB468FE2DE9B17F55A66F1876321AE84C5F1E87 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_targetNS, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaParticle::set_MinOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3 (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaObjectCollection::Insert(System.Int32,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_Insert_mA8F4BDC5AF0D811816BFDBABB85F761E70B12499 (XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* __this, int32_t ___0_index, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___1_item, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_RefName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaElement_set_RefName_m57D26C08C28186C44D99850077E7B76AC2F06669 (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInference::GetEffectiveSchemaType(System.Xml.Schema.XmlSchemaElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaInference_GetEffectiveSchemaType_m4EE96FED8627975FD62C10D44C7BFB279E1FE541 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_elem, bool ___1_bCreatingNewType, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInference::ProcessAttributes(System.Xml.Schema.XmlSchemaElement&,System.Xml.Schema.XmlSchemaType,System.Boolean,System.Xml.Schema.XmlSchema) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_ProcessAttributes_mC625C7A1CAAA164F655A514C7D78A3D1053FAC8A (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** ___0_xse, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___1_effectiveSchemaType, bool ___2_bCreatingNewType, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___3_parentSchema, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInference::MakeExistingAttributesOptional(System.Xml.Schema.XmlSchemaComplexType,System.Xml.Schema.XmlSchemaObjectCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_MakeExistingAttributesOptional_mDD869DB2C6C2E426F53B06E59C2C6EF1D1E1C677 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___0_ct, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___1_attributesInInstance, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* XmlSchemaComplexType_get_AnyType_m8849843192B524BE39AB9F20BECBF40479644573_inline (const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaElement_get_SchemaType_m68FE8A14FB349199075D51CC57F04E3CE97186A2_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::get_Particle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaContentModel System.Xml.Schema.XmlSchemaComplexType::get_ContentModel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaSimpleContentExtension System.Xml.Schema.XmlSchemaInference::CheckSimpleContentExtension(System.Xml.Schema.XmlSchemaComplexType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___0_ct, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaSimpleContentExtension::set_BaseTypeName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0 (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_SchemaTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_SchemaTypeName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785 (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaSimpleContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleContent__ctor_mDC7F306A534B43D8A80492E5BC1DDC444AA427E3 (XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaComplexType::set_ContentModel(System.Xml.Schema.XmlSchemaContentModel) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_set_ContentModel_m71EAC2AFBC556F48BEC777266CA4F7A139A0BEC3_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaSimpleContentExtension::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentExtension__ctor_mD30704B0FA03E10631BE596E87C0D1F1E35CB62F (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInference::MoveAttributes(System.Xml.Schema.XmlSchemaComplexType,System.Xml.Schema.XmlSchemaSimpleContentExtension,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_MoveAttributes_mB6A9815F4CF6534DE87F3C5FB8581832075B4296 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___0_ct, XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* ___1_simpleContentExtension, bool ___2_bCreatingNewType, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentExtension::get_BaseTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaSimpleContentExtension_get_BaseTypeName_m75545E8A9281E47719B2E274B886091A3EF89744_inline (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaComplexType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType__ctor_mC9406D618CF4921671ED5A723E4C7F21DABAC9BC (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_SchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_SchemaType_m89F289DFEA18DD6D87B35DACAFF2F1A5ED0F755B_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInference::MoveAttributes(System.Xml.Schema.XmlSchemaSimpleContentExtension,System.Xml.Schema.XmlSchemaComplexType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_MoveAttributes_m3E875AE96D21FE92E801BC7D372E295F04CBAA5C (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* ___0_scExtension, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___1_ct, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSequence__ctor_m2F6FEB908FD993D0623F35D800E4459AF401F065 (XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaComplexType::set_Particle(System.Xml.Schema.XmlSchemaParticle) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_set_Particle_m27CD4DB30BB52F7F5F231BF7C35007E3C423425D_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindMatchingElement(System.Boolean,System.Xml.XmlReader,System.Xml.Schema.XmlSchemaComplexType,System.Int32&,System.Boolean&,System.Xml.Schema.XmlSchema,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, bool ___0_bCreatingNewType, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___1_xtr, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___2_ct, int32_t* ___3_lastUsedSeqItem, bool* ___4_bParticleChanged, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___5_parentSchema, bool ___6_setMaxoccurs, const RuntimeMethod* method) ; // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::get_ElementSchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaElement_get_ElementSchemaType_m774B506CD9AA4BB4BAB305EF03703C48E4998687_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_a, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___1_b, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_GlobalTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* XmlSchemaSet_get_GlobalTypes_m6DB1AB31FDFCD0E2D5EA5AB734A1287472A0CF5D (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectTable::get_Item(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* XmlSchemaObjectTable_get_Item_m17BFE77918D068444887056CD91AB14CBA8F694B (XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XmlSchemaType_GetBuiltInSimpleType_m526DCC652304CD96189E0C3A1B926DB2389FA3FF (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qualifiedName, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaType::GetBuiltInComplexType(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* XmlSchemaType_GetBuiltInComplexType_m2BC79321EA8A55CC98AB71AF9532EB41137CE514 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qualifiedName, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_mADAEAC1E5F0B0F7346DA6B6B2BD10092A0EF9C05 (XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* __this, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInference::SetMinMaxOccurs(System.Xml.Schema.XmlSchemaElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_el, bool ___1_setMaxOccurs, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_RefName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccurs_m323FFAAFC203B3935B029652812ACFEF03177776 (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, const RuntimeMethod* method) ; // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_MinOccurs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlSchemaParticle_get_MinOccurs_m2A8F07D8F656E98898AA5F1B76BC7645CE71574C_inline (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindElement(System.Xml.Schema.XmlSchemaObjectCollection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindElement_mE6A7A90FBCE1C49AA0CC4380839FE744ED25BD58 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___0_elements, String_t* ___1_elementName, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindElementRef(System.Xml.Schema.XmlSchemaObjectCollection,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindElementRef_m49A85427F2203ABACCC16387C90596C2FA2D7138 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___0_elements, String_t* ___1_elementName, String_t* ___2_nsURI, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaChoice::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaChoice__ctor_m627271A5CA6996B0A81993692EFC52F731E971CB (XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::CreateNewElementforChoice(System.Xml.Schema.XmlSchemaElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_CreateNewElementforChoice_mB8CA20657C2226781E9B8DFA22E0FDAA18522C8D (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_copyElement, const RuntimeMethod* method) ; // System.Void System.Collections.CollectionBase::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase_Clear_m0357C9FEC2BDB351726BA642093656CB1025968F (CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_IsNillable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaElement_set_IsNillable_mF25FB92F6FBEF764F5F50C336A68AFC7591D8A29 (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInferenceException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInferenceException__ctor_m1047E68D781163A29F15C10519D4757E508CDB5E (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentExtension::get_Attributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchemaSimpleContentExtension_get_Attributes_mE78BE1F22BCB5D2E22FC022534CB7AAFE0199DF6_inline (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::get_AttributeUses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* XmlSchemaComplexType_get_AttributeUses_mC3D8F1302EBB83F995BAA229825B4D7D4BCD8465 (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInference::AddAttribute(System.String,System.String,System.String,System.String,System.Boolean,System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.XmlSchemaObjectTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* XmlSchemaInference_AddAttribute_m16634471E7CB598E3C55A35688C355F079A4F4FA (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_localName, String_t* ___1_prefix, String_t* ___2_childURI, String_t* ___3_attrValue, bool ___4_bCreatingNewType, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___5_parentSchema, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___6_addLocation, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___7_compiledAttributes, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaComplexType::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchemaComplexType_get_Attributes_mB8018A543D9892251A159F4C6EA8C82026163871 (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaAttribute_get_Name_mDB8E208CD7A53D98C6CB33764F5B08853E944DD2_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::get_RefName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaAttribute_get_RefName_m91886894B683BD121EF5C662C4DE72AE13D4A62A_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaInference::SwitchUseToOptional(System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.XmlSchemaObjectCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_SwitchUseToOptional_mC1C7E2069583D1A13117546F82BE785EF686A871 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___0_attributes, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___1_attributesInInstance, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlSchemaInference::InferSimpleType(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_InferSimpleType_mD0DAC1E3C6313D51483F20A0541F8794CCEFA63B (String_t* ___0_s, bool* ___1_bNeedsRangeCheck, const RuntimeMethod* method) ; // System.SByte System.Xml.XmlConvert::ToSByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlConvert_ToSByte_m18902C828E00A337DAFD6A73C0F78AF874F0CE17 (String_t* ___0_s, const RuntimeMethod* method) ; // System.Byte System.Xml.XmlConvert::ToByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlConvert_ToByte_m4D11145CB1C72A8EAB66787D48A6A0D63828A0A2 (String_t* ___0_s, const RuntimeMethod* method) ; // System.Int16 System.Xml.XmlConvert::ToInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlConvert_ToInt16_mA80812313AC16A1C903AA745B0B4AA74A374DA4C (String_t* ___0_s, const RuntimeMethod* method) ; // System.UInt16 System.Xml.XmlConvert::ToUInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlConvert_ToUInt16_m724BC6C22738955F6FDE18ECF99FB00DBB68DBDE (String_t* ___0_s, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E (String_t* ___0_s, const RuntimeMethod* method) ; // System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlConvert_ToUInt32_m1D00F9B52CAFB9CD660C71B741FC8301890D9F1F (String_t* ___0_s, const RuntimeMethod* method) ; // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4 (String_t* ___0_s, const RuntimeMethod* method) ; // System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlConvert_ToUInt64_m3EDAB359CE90486CEEF0F718D15C131ED2FF2C0A (String_t* ___0_s, const RuntimeMethod* method) ; // System.String System.Xml.XmlConvert::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0A47C3C098CDB47726C29D7A70B7349D6DA57555 (float ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.XmlConvert::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m04C12A2A45109D8E79C729DE12EF0A29301C2A2B (double ___0_value, const RuntimeMethod* method) ; // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_ToDateTime_m658051D16D0072FD3F58E4E6BFE8FB75F4F00A16 (String_t* ___0_s, int32_t ___1_dateTimeOption, const RuntimeMethod* method) ; // System.TimeSpan System.Xml.XmlConvert::ToTimeSpan(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A XmlConvert_ToTimeSpan_mDF57053BCC75597B17BD744CFC2E3777006782C2 (String_t* ___0_s, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ; // System.Int32 System.Xml.Schema.XmlSchemaInference::DateTime(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_DateTime_m9AB736FEB0489CFB64121138405AE3E460718CA5 (String_t* ___0_s, bool ___1_bDate, bool ___2_bTime, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotated::get_Annotation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* XmlSchemaAnnotated_get_Annotation_mF88E353F875798E495F0B6E71057451618F88E36_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAnnotated::set_Annotation(System.Xml.Schema.XmlSchemaAnnotation) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Annotation_mAD25A9F2265D500EFA954EF93988034270FC3431_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::get_Block() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_Block_mEB18D9467D70D5B78D76A7421834722342CF2046_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_Block(System.Xml.Schema.XmlSchemaDerivationMethod) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Block_mAEE989B44EB885C9943661EEB8A064FB37485998_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaElement::get_DefaultValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_DefaultValue_mA6F17331F4A7702DE9EB19DE943E43A3EF564766_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_DefaultValue(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_DefaultValue_m88BD88659A84B62B5E50AC7E61937758EA24AF72_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::get_Final() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_Final_mC7AA07026915872E504DCCE4F8CB722FAE05A994_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_Final(System.Xml.Schema.XmlSchemaDerivationMethod) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Final_mEB9E3CA14A5CC2CE03B34D6D2EE8E7ACC9B72299_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaElement::get_FixedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_FixedValue_mE6E6A8DE76B5B1D53AEBA9A683688D8462D22CE7_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_FixedValue(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_FixedValue_mB68936B77C3BFBF844ABA23D0EF2D7397D327CC2_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaElement::get_Form() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_Form_m127B91C42E1965751913B35CE352C215FDF6B057_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XmlSchemaAnnotated::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaAnnotated_get_Id_mE6DBBB1DB6548F5463E610FD4B9A28509D9889D6_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAnnotated::set_Id(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Id_m8163ABE2388E4447A39E9E88C4A648A37A07BF08_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.XmlSchemaElement::get_IsNillable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlSchemaElement_get_IsNillable_m8545E8FC669818DBE6A6FECE6AF0F41B2D2E7DC0_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaObject::set_LinePosition(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LinePosition_mED28BED5B523DA2C528691B840F10876E310E877_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaObject::set_Namespaces(System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_Namespaces_m4FB0E4BFE47B03AF284072636A3B86EA08307E3B_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaObject::set_SourceUri(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_SourceUri_mE92C052A58B5378D96F8F22A2710E49F2CBB9F31_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_SubstitutionGroup() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_SubstitutionGroup_m4A05BACB8AB454704F314A45DB921FDD7F8C4C46_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaElement::set_SubstitutionGroup(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaElement_set_SubstitutionGroup_m789A9DD44D4726998D4141B2D28EBF8AD3145533 (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ; // System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchemaAnnotated::get_UnhandledAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* XmlSchemaAnnotated_get_UnhandledAttributes_m0FE6E8D622BBE6F1CD97B51D3C7020D1C9C8542F_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaAnnotated::set_UnhandledAttributes(System.Xml.XmlAttribute[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_UnhandledAttributes_m538F66671F9A040C87500800FD13FAF4C4FA713F_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___0_value, const RuntimeMethod* method) ; // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_MaxOccurs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlSchemaParticle_get_MaxOccurs_mC9DA833976FE06E6F4F0BDD00345DB98D7F70ABF_inline (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_a, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___1_b, const RuntimeMethod* method) ; // System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) ; // System.Int32 System.BitConverter::SingleToInt32Bits(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedShort::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_unsignedShort_get_FacetsChecker_mFBD40513D992E46DF94CEF1236FD80CF1BDA0B57 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105; return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedShort::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedShort_get_TypeCode_m79B03602263A42653B26AC8E4951081DAF1C41A0 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)50)); } } // System.Int32 System.Xml.Schema.Datatype_unsignedShort::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedShort_Compare_m86A3E34C8C384E57774D987EB301219468A4916C (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { RuntimeObject* L_0 = ___0_value1; V_0 = ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_0, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))); RuntimeObject* L_1 = ___1_value2; int32_t L_2; L_2 = UInt16_CompareTo_m02159C1CB7FFBEEEFABB409F3A07F9F6CCD63127((&V_0), L_1, NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_unsignedShort::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedShort_get_ValueType_mE97BD769DCE5BE9D1C1FC9B7C389743CF8B9B0D1 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___atomicValueType_103; return L_0; } } // System.Type System.Xml.Schema.Datatype_unsignedShort::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedShort_get_ListValueType_m5599309B00DF2085C2DC60BB459144467CE5F8CB (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___listValueType_104; return L_0; } } // System.Exception System.Xml.Schema.Datatype_unsignedShort::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_unsignedShort_TryParseValue_m1BC1F75103D5F7048FE7E9CA49EC2211FA1278B6 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; uint16_t V_1 = 0; { RuntimeObject** L_0 = ___3_typedValue; *((RuntimeObject**)L_0) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL); il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105; NullCheck(L_1); Exception_t* L_2; L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this); V_0 = L_2; Exception_t* L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_5; L_5 = XmlConvert_TryToUInt16_mBB2E9ABB81D0BF66D7B72EB85B058A5C95F9ACD2(L_4, (&V_1), NULL); V_0 = L_5; Exception_t* L_6 = V_0; if (L_6) { goto IL_003c; } } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105; uint16_t L_8 = V_1; NullCheck(L_7); Exception_t* L_9; L_9 = VirtualFuncInvoker2< Exception_t*, int32_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(8 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this); V_0 = L_9; Exception_t* L_10 = V_0; if (L_10) { goto IL_003c; } } { RuntimeObject** L_11 = ___3_typedValue; uint16_t L_12 = V_1; uint16_t L_13 = L_12; RuntimeObject* L_14 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_13); *((RuntimeObject**)L_11) = (RuntimeObject*)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14); return (Exception_t*)NULL; } IL_003c: { Exception_t* L_15 = V_0; return L_15; } } // System.Void System.Xml.Schema.Datatype_unsignedShort::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__ctor_mFFC2ACD21FCCBF9C8B73F5495F93BD86F7104DED (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var); Datatype_unsignedInt__ctor_mC90D6E7C1E7DC4FBF34F0217021E37DF9E74F2C0(__this, NULL); return; } } // System.Void System.Xml.Schema.Datatype_unsignedShort::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__cctor_m0F372D04FD13C516FD8C713A8D774890084A19E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___atomicValueType_103 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___atomicValueType_103), (void*)L_1); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_0_0_0_var) }; Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___listValueType_104 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___listValueType_104), (void*)L_3); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_5), ((int32_t)65535), /*hidden argument*/NULL); Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); NullCheck(L_6); Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL); ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105), (void*)L_6); 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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedByte::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_unsignedByte_get_FacetsChecker_m0267FA5A9D6B650EEB805C77ABB898FF10A72ABB (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_108; return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedByte::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedByte_get_TypeCode_m578657A982EE9BAFC6B3AA4DED22CDFDBE44445C (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)51)); } } // System.Int32 System.Xml.Schema.Datatype_unsignedByte::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedByte_Compare_m39217E53C0C29F28CE84245C27C98D015CC3AB1B (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { RuntimeObject* L_0 = ___0_value1; V_0 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_0, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))); RuntimeObject* L_1 = ___1_value2; int32_t L_2; L_2 = Byte_CompareTo_m4F4B52E1A3F43E77E2054A5F2178DFBCB23DFF2C((&V_0), L_1, NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_unsignedByte::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedByte_get_ValueType_mA17FE34EEDEA485FE8B846CE1476B89A1ADB8094 (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___atomicValueType_106; return L_0; } } // System.Type System.Xml.Schema.Datatype_unsignedByte::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedByte_get_ListValueType_mC555BAB723923993AD93564AFA0FE0EB571886CC (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___listValueType_107; return L_0; } } // System.Exception System.Xml.Schema.Datatype_unsignedByte::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_unsignedByte_TryParseValue_m949E24321FA0CA9D9D81A710EB3B4C48C0560790 (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; uint8_t V_1 = 0x0; { RuntimeObject** L_0 = ___3_typedValue; *((RuntimeObject**)L_0) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL); il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_108; NullCheck(L_1); Exception_t* L_2; L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this); V_0 = L_2; Exception_t* L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_5; L_5 = XmlConvert_TryToByte_m365107AF1D296D76F98F901BD54E8044145C6019(L_4, (&V_1), NULL); V_0 = L_5; Exception_t* L_6 = V_0; if (L_6) { goto IL_003c; } } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_108; uint8_t L_8 = V_1; NullCheck(L_7); Exception_t* L_9; L_9 = VirtualFuncInvoker2< Exception_t*, int16_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(9 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this); V_0 = L_9; Exception_t* L_10 = V_0; if (L_10) { goto IL_003c; } } { RuntimeObject** L_11 = ___3_typedValue; uint8_t L_12 = V_1; uint8_t L_13 = L_12; RuntimeObject* L_14 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_13); *((RuntimeObject**)L_11) = (RuntimeObject*)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14); return (Exception_t*)NULL; } IL_003c: { Exception_t* L_15 = V_0; return L_15; } } // System.Void System.Xml.Schema.Datatype_unsignedByte::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedByte__ctor_mB9E349C0DA62338B989815B193EDB7C24D6A89C0 (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var); Datatype_unsignedShort__ctor_mFFC2ACD21FCCBF9C8B73F5495F93BD86F7104DED(__this, NULL); return; } } // System.Void System.Xml.Schema.Datatype_unsignedByte::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedByte__cctor_m4B6B95C156BDAA99B32D76581625B1A7F17B672D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___atomicValueType_106 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___atomicValueType_106), (void*)L_1); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var) }; Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___listValueType_107 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___listValueType_107), (void*)L_3); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_5), ((int32_t)255), /*hidden argument*/NULL); Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); NullCheck(L_6); Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL); ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_108 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_108), (void*)L_6); 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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_positiveInteger_get_FacetsChecker_m696A77E867701A5AA872F048D12620C8FAE55489 (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var); FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97; return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_positiveInteger::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_positiveInteger_get_TypeCode_m0373CC72589D22ECDB8D1DC8AC513476F4D4B737 (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)52)); } } // System.Void System.Xml.Schema.Datatype_positiveInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_positiveInteger__ctor_m9399743EBFC4E93AB6BAAF760916A631C7ED03CF (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var); Datatype_nonNegativeInteger__ctor_m63571814CC6B5332053E8CE0D3E8680F60DD446A(__this, NULL); return; } } // System.Void System.Xml.Schema.Datatype_positiveInteger::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_positiveInteger__cctor_m06640CBCB3B281EBA435FBCE13FA5240434D4FA5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1; memset((&L_1), 0, sizeof(L_1)); Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_2 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); NullCheck(L_2); Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_2, L_0, L_1, NULL); ((Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97), (void*)L_2); 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.Object System.Xml.Schema.Datatype_doubleXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472 (Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); double L_1; L_1 = XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C(L_0, NULL); V_0 = L_1; goto IL_0025; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: {// begin catch(System.Exception) V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2; String_t* L_4 = ___0_s; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject*)L_4); String_t* L_5; L_5 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_3, NULL); Exception_t* L_6 = V_1; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_7 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_7); XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_7, L_5, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472_RuntimeMethod_var))); }// end catch (depth: 1) IL_0025: { double L_8 = V_0; bool L_9; L_9 = Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline(L_8, NULL); if (L_9) { goto IL_0035; } } { double L_10 = V_0; bool L_11; L_11 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_10, NULL); if (!L_11) { goto IL_0041; } } IL_0035: { String_t* L_12 = ___0_s; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_13 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_13); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472_RuntimeMethod_var))); } IL_0041: { double L_14 = V_0; double L_15 = L_14; RuntimeObject* L_16 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_15); return L_16; } } // System.Void System.Xml.Schema.Datatype_doubleXdr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_doubleXdr__ctor_mCD2423C93DDA3404DEA11F465C3F30C74E390B54 (Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var); Datatype_double__ctor_m2C6CD86AB0B3DF406648664B37B15EF01732CBB4(__this, 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.Object System.Xml.Schema.Datatype_floatXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93 (Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); float L_1; L_1 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(L_0, NULL); V_0 = L_1; goto IL_0025; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: {// begin catch(System.Exception) V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2; String_t* L_4 = ___0_s; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject*)L_4); String_t* L_5; L_5 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_3, NULL); Exception_t* L_6 = V_1; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_7 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_7); XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_7, L_5, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93_RuntimeMethod_var))); }// end catch (depth: 1) IL_0025: { float L_8 = V_0; bool L_9; L_9 = Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline(L_8, NULL); if (L_9) { goto IL_0035; } } { float L_10 = V_0; bool L_11; L_11 = Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline(L_10, NULL); if (!L_11) { goto IL_0041; } } IL_0035: { String_t* L_12 = ___0_s; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_13 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_13); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93_RuntimeMethod_var))); } IL_0041: { float L_14 = V_0; float L_15 = L_14; RuntimeObject* L_16 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_15); return L_16; } } // System.Void System.Xml.Schema.Datatype_floatXdr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_floatXdr__ctor_mBD66AF735C5F86B6E90E561A28F2B9BD9EF4727E (Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var); Datatype_float__ctor_mF909482A1E954A77EEFAD3ADAC5BC7DDAC262430(__this, 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.Xml.XmlTokenizedType System.Xml.Schema.Datatype_QNameXdr::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QNameXdr_get_TokenizedType_mEC2DCE9F58233EEA4A19AE557D2D748A760C2256 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Object System.Xml.Schema.Datatype_QNameXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { String_t* L_0 = ___0_s; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_s; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b; } } IL_000b: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_4 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_4); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6)), L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_5 = ___2_nsmgr; if (L_5) { goto IL_0029; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9596E5523DE78154FE7D2F120B5259D589F47C5E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var))); } IL_0029: { } try {// begin try (depth: 1) String_t* L_7 = ___0_s; NullCheck(L_7); String_t* L_8; L_8 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_7, NULL); RuntimeObject* L_9 = ___2_nsmgr; il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10; L_10 = XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE(L_8, L_9, (&V_0), NULL); V_1 = L_10; goto IL_0058; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003c; } throw e; } CATCH_003b: {// begin catch(System.Xml.Schema.XmlSchemaException) IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_003c: {// begin catch(System.Exception) V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; String_t* L_13 = ___0_s; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_13); String_t* L_14; L_14 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, NULL); Exception_t* L_15 = V_2; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_16 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_16); XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_16, L_14, L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var))); }// end catch (depth: 1) IL_0058: { RuntimeObject* L_17 = V_1; return L_17; } } // System.Type System.Xml.Schema.Datatype_QNameXdr::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_QNameXdr_get_ValueType_m0D9D1384F67EFAF30D23B4A961D9A6CFB42ADB72 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___atomicValueType_93; return L_0; } } // System.Type System.Xml.Schema.Datatype_QNameXdr::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_QNameXdr_get_ListValueType_mB160D71AA00201BE9CA80FD087D1AB4BDA633012 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___listValueType_94; return L_0; } } // System.Void System.Xml.Schema.Datatype_QNameXdr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__ctor_m795523629427AF9F07C982888D20B6D97D695C66 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL); return; } } // System.Void System.Xml.Schema.Datatype_QNameXdr::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__cctor_m3001A240906EBAABF1E416E07F5F8CF2645169BC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); ((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___atomicValueType_93 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___atomicValueType_93), (void*)L_1); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var) }; Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); ((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___listValueType_94 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___listValueType_94), (void*)L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ENUMERATION::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ENUMERATION_get_TokenizedType_m58ECACDE6D83B247BDE477ADF1B852B67AC2D5EE (Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)9)); } } // System.Void System.Xml.Schema.Datatype_ENUMERATION::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENUMERATION__ctor_m27EBE5FFE454566DDBE00340F83E27C47884556A (Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD* __this, const RuntimeMethod* method) { { Datatype_NMTOKEN__ctor_m5E28C341E2FAFC1A749E6334D19D2B0B6F5CC71B(__this, 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.Type System.Xml.Schema.Datatype_char::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_char_get_ValueType_m32E1D6774AD7660F937A1336A6675AD40E068AAE (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___atomicValueType_93; return L_0; } } // System.Type System.Xml.Schema.Datatype_char::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_char_get_ListValueType_m913BFB1E2F88E682EF5CDF991A0FC56084B2EEBA (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___listValueType_94; return L_0; } } // System.Xml.Schema.RestrictionFlags System.Xml.Schema.Datatype_char::get_ValidRestrictionFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_char_get_ValidRestrictionFlags_m321A5E3ADE6785F2A48621F6E928BC8A72C2BBD3 (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Int32 System.Xml.Schema.Datatype_char::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_char_Compare_mF1D7216D5822B9D9EE6BEC4DA6B6A831D57A71E5 (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { RuntimeObject* L_0 = ___0_value1; V_0 = ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_0, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))); RuntimeObject* L_1 = ___1_value2; int32_t L_2; L_2 = Char_CompareTo_m8EA6F779C3E8158B00C31C6136699AD3DB8F49E8((&V_0), L_1, NULL); return L_2; } } // System.Object System.Xml.Schema.Datatype_char::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401 (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Il2CppChar L_1; L_1 = XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6(L_0, NULL); Il2CppChar L_2 = L_1; RuntimeObject* L_3 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_2); V_0 = L_3; goto IL_002b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000f; } throw e; } CATCH_000e: {// begin catch(System.Xml.Schema.XmlSchemaException) IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_000f: {// begin catch(System.Exception) V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); String_t* L_7; L_7 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_5, NULL); Exception_t* L_8 = V_1; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_9); XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_9, L_7, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401_RuntimeMethod_var))); }// end catch (depth: 1) IL_002b: { RuntimeObject* L_10 = V_0; return L_10; } } // System.Exception System.Xml.Schema.Datatype_char::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_char_TryParseValue_mC7E95E2BEC0AE4381CEF90E803BCC0E3385BE8FB (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; Il2CppChar V_1 = 0x0; { RuntimeObject** L_0 = ___3_typedValue; *((RuntimeObject**)L_0) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL); String_t* L_1 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_2; L_2 = XmlConvert_TryToChar_mE6F5E18D3152F0EA7700F6E9ACAEFEB91B294A18(L_1, (&V_1), NULL); V_0 = L_2; Exception_t* L_3 = V_0; if (L_3) { goto IL_001b; } } { RuntimeObject** L_4 = ___3_typedValue; Il2CppChar L_5 = V_1; Il2CppChar L_6 = L_5; RuntimeObject* L_7 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_6); *((RuntimeObject**)L_4) = (RuntimeObject*)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)L_7); return (Exception_t*)NULL; } IL_001b: { Exception_t* L_8 = V_0; return L_8; } } // System.Void System.Xml.Schema.Datatype_char::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_char__ctor_mC0CC560E3362C3CE4FE7E33D9902137ACEB3CCCC (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL); return; } } // System.Void System.Xml.Schema.Datatype_char::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_char__cctor_m148DD7DC6AF7B26A1A10A9DD1E5ED126F0660892 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); ((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___atomicValueType_93 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___atomicValueType_93), (void*)L_1); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_0_0_0_var) }; Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); ((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___listValueType_94 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___listValueType_94), (void*)L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Xml.Schema.Datatype_fixed::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87 (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0; L_0 = VirtualFuncInvoker0< FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* >::Invoke(18 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this); String_t* L_1 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2; L_2 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(L_1, NULL); V_1 = L_2; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = V_1; NullCheck(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var)), L_3, ((int32_t)18), 4, (bool)1, (bool)1, NULL); V_0 = L_4; Exception_t* L_5 = V_0; if (!L_5) { goto IL_0023_1; } } { goto IL_0049; } IL_0023_1: { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = V_1; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = L_6; RuntimeObject* L_8 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_7); V_2 = L_8; goto IL_004b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002c; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002d; } throw e; } CATCH_002c: {// begin catch(System.Xml.Schema.XmlSchemaException) IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_002d: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_9; String_t* L_11 = ___0_s; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject*)L_11); String_t* L_12; L_12 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_10, NULL); Exception_t* L_13 = V_3; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_14); XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_14, L_12, L_13, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var))); }// end catch (depth: 1) IL_0049: { Exception_t* L_15 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; return L_16; } } // System.Exception System.Xml.Schema.Datatype_fixed::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_fixed_TryParseValue_mD3F309E2192D5843AD34C4A31357483968A79815 (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject** L_0 = ___3_typedValue; *((RuntimeObject**)L_0) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL); String_t* L_1 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_2; L_2 = XmlConvert_TryToDecimal_mACFB99727B0B9DA0D7BC2121AFB8B15499639422(L_1, (&V_1), NULL); V_0 = L_2; Exception_t* L_3 = V_0; if (L_3) { goto IL_0035; } } { FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_4; L_4 = VirtualFuncInvoker0< FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* >::Invoke(18 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5 = V_1; NullCheck(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var)), L_5, ((int32_t)18), 4, (bool)1, (bool)1, NULL); V_0 = L_6; Exception_t* L_7 = V_0; if (L_7) { goto IL_0035; } } { RuntimeObject** L_8 = ___3_typedValue; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9 = V_1; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10 = L_9; RuntimeObject* L_11 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_10); *((RuntimeObject**)L_8) = (RuntimeObject*)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_11); return (Exception_t*)NULL; } IL_0035: { Exception_t* L_12 = V_0; return L_12; } } // System.Void System.Xml.Schema.Datatype_fixed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_fixed__ctor_m17A48E1CDFF4FF96FB77006A9CDC600914CA0B67 (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var); Datatype_decimal__ctor_m69C02C958528DB81837706655A48FD6FD1FA92B1(__this, 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.Type System.Xml.Schema.Datatype_uuid::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_uuid_get_ValueType_m60DDA223ED83617463E65FD832E1AD1B1B011C33 (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___atomicValueType_93; return L_0; } } // System.Type System.Xml.Schema.Datatype_uuid::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_uuid_get_ListValueType_m54691F15D604B0D0792AC6960C82A233C7F55E87 (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var); Type_t* L_0 = ((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___listValueType_94; return L_0; } } // System.Xml.Schema.RestrictionFlags System.Xml.Schema.Datatype_uuid::get_ValidRestrictionFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_uuid_get_ValidRestrictionFlags_m5FE66A346DFEB0638E150048F6645BF5EA878E36 (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Int32 System.Xml.Schema.Datatype_uuid::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_uuid_Compare_m5441E172CD5F392EC8B913E748B18466AFDE55BC (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_value1; V_0 = ((*(Guid_t*)((Guid_t*)(Guid_t*)UnBox(L_0, Guid_t_il2cpp_TypeInfo_var)))); RuntimeObject* L_1 = ___1_value2; bool L_2; L_2 = Guid_Equals_mC7349E47BF1CBCBFB4C9032C050DE54AAC10000B((&V_0), L_1, NULL); if (L_2) { goto IL_0019; } } { return (-1); } IL_0019: { return 0; } } // System.Object System.Xml.Schema.Datatype_uuid::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333 (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Guid_t L_1; L_1 = XmlConvert_ToGuid_m3B2378387DFAACD9C495FA98715ECC431A581510(L_0, NULL); Guid_t L_2 = L_1; RuntimeObject* L_3 = Box(Guid_t_il2cpp_TypeInfo_var, &L_2); V_0 = L_3; goto IL_002b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000f; } throw e; } CATCH_000e: {// begin catch(System.Xml.Schema.XmlSchemaException) IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_000f: {// begin catch(System.Exception) V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); String_t* L_7; L_7 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_5, NULL); Exception_t* L_8 = V_1; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_9); XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_9, L_7, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333_RuntimeMethod_var))); }// end catch (depth: 1) IL_002b: { RuntimeObject* L_10 = V_0; return L_10; } } // System.Exception System.Xml.Schema.Datatype_uuid::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_uuid_TryParseValue_mE855E6ACD676170199A9EC4FA0B45FBB721D667E (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; Guid_t V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject** L_0 = ___3_typedValue; *((RuntimeObject**)L_0) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL); String_t* L_1 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_2; L_2 = XmlConvert_TryToGuid_m87100A1E44B4BE28EEF96868646C4604EE10A32B(L_1, (&V_1), NULL); V_0 = L_2; Exception_t* L_3 = V_0; if (L_3) { goto IL_001b; } } { RuntimeObject** L_4 = ___3_typedValue; Guid_t L_5 = V_1; Guid_t L_6 = L_5; RuntimeObject* L_7 = Box(Guid_t_il2cpp_TypeInfo_var, &L_6); *((RuntimeObject**)L_4) = (RuntimeObject*)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)L_7); return (Exception_t*)NULL; } IL_001b: { Exception_t* L_8 = V_0; return L_8; } } // System.Void System.Xml.Schema.Datatype_uuid::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_uuid__ctor_m6E46A79ABC8A7FE5D59A95C7DECD60CD9C23649F (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL); return; } } // System.Void System.Xml.Schema.Datatype_uuid::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_uuid__cctor_m1C7E0E10E18A5DBB993E1AE0713EA06F9CB7982E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Guid_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); ((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___atomicValueType_93 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___atomicValueType_93), (void*)L_1); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_0_0_0_var) }; Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); ((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___listValueType_94 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___listValueType_94), (void*)L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.DtdValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.IValidationEventHandling,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator__ctor_m3CA978080C5CE8FE92564C2788E39B4B016E56E4 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___0_reader, RuntimeObject* ___1_eventHandling, bool ___2_processIdentityConstraints, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4; __this->___name_18 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_18), (void*)L_0); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_1 = ___0_reader; RuntimeObject* L_2 = ___1_eventHandling; BaseValidator__ctor_m20211D6CCF6743C8868B2AAC093752B0E83FFB7A(__this, L_1, (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD*)NULL, L_2, NULL); bool L_3 = ___2_processIdentityConstraints; __this->___processIdentityConstraints_21 = L_3; DtdValidator_Init_mE675445E494C899D28DEE66C83FFD34D7B866FE8(__this, NULL); return; } } // System.Void System.Xml.Schema.DtdValidator::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_Init_mE675445E494C899D28DEE66C83FFD34D7B866FE8 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* L_0 = (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5*)il2cpp_codegen_object_new(HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5_il2cpp_TypeInfo_var); NullCheck(L_0); HWStack__ctor_mC458E3344CF521C473E1C0FF77D350E65A11A9C9(L_0, ((int32_t)10), NULL); __this->___validationStack_16 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___validationStack_16), (void*)L_0); StringBuilder_t* L_1 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_1); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_1, NULL); ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textValue_11 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textValue_11), (void*)L_1); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4; __this->___name_18 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_18), (void*)L_2); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_3); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_3, NULL); __this->___attPresence_17 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___attPresence_17), (void*)L_3); SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_4 = (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E*)il2cpp_codegen_object_new(SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var); NullCheck(L_4); SchemaInfo__ctor_mF2778D9A328648120368A2B00DC41949E52E0963(L_4, NULL); ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7), (void*)L_4); ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___checkDatatype_14 = (bool)0; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5 = __this->___name_18; DtdValidator_Push_m56780D2857F28FA86BF1E7ACCC7B76740BC780AB(__this, L_5, NULL); return; } } // System.Void System.Xml.Schema.DtdValidator::Validate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_Validate_m5B90E906C2119D6CD00F219DA51D0BE9E22F17CC (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral075948A8C0753040C444E848F16212D733AC9673); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; NullCheck(L_0); int32_t L_1; L_1 = SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline(L_0, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_00c8; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); V_0 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1))) { case 0: { goto IL_0062; } case 1: { goto IL_00fa; } case 2: { goto IL_0090; } case 3: { goto IL_0090; } case 4: { goto IL_0097; } case 5: { goto IL_00fa; } case 6: { goto IL_0089; } case 7: { goto IL_0089; } case 8: { goto IL_00fa; } case 9: { goto IL_00fa; } case 10: { goto IL_00fa; } case 11: { goto IL_00fa; } case 12: { goto IL_007a; } case 13: { goto IL_007a; } case 14: { goto IL_00c1; } } } { return; } IL_0062: { DtdValidator_ValidateElement_m1BC80A7C59802957572976F68947A33BA2BF9D15(__this, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_5 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_5); if (!L_6) { goto IL_00fa; } } { goto IL_00c1; } IL_007a: { bool L_7; L_7 = DtdValidator_MeetsStandAloneConstraint_m09D96503235A7933770444D2969D438D68ED5977(__this, NULL); if (!L_7) { goto IL_00fa; } } { BaseValidator_ValidateWhitespace_m73339F1D7B4FA6409B17B20589914EFEBF381475(__this, NULL); return; } IL_0089: { DtdValidator_ValidatePIComment_m86A80EFB17EC77CE08F626E2FE6867DE615CE172(__this, NULL); return; } IL_0090: { BaseValidator_ValidateText_m0CD6CAA4B8C4DAE981A5EEA5FEB4404ECF97F079(__this, NULL); return; } IL_0097: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_8 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_8); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_10 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_10); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_12 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_12); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_12, L_9, L_11, NULL); bool L_13; L_13 = DtdValidator_GenEntity_m45BADE44CABF8229CE592E04EB8EC7A141F2A3AA(__this, L_12, NULL); if (L_13) { goto IL_00fa; } } { BaseValidator_ValidateText_m0CD6CAA4B8C4DAE981A5EEA5FEB4404ECF97F079(__this, NULL); return; } IL_00c1: { DtdValidator_ValidateEndElement_mB81E6E1EB6B18FE0452AC2F386710F82B40C51C4(__this, NULL); return; } IL_00c8: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_14 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_14); if (L_15) { goto IL_00fa; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_16 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_00fa; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_18 = __this->___name_18; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); BaseValidator_SendValidationEvent_m206D77C001B4BE5827C405128D0DF5EEF34ED93E(__this, _stringLiteral075948A8C0753040C444E848F16212D733AC9673, L_19, 1, NULL); } IL_00fa: { return; } } // System.Boolean System.Xml.Schema.DtdValidator::MeetsStandAloneConstraint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdValidator_MeetsStandAloneConstraint_m09D96503235A7933770444D2969D438D68ED5977 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73E913462592E13D4EA9BE687BB56E706B1EC1A2); s_Il2CppMethodInitialized = true; } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_0); bool L_1; L_1 = XmlValidatingReaderImpl_get_StandAlone_mE9B14348DA3DF698C8AB86CF102C58F2FD0FE7A2(L_0, NULL); if (!L_1) { goto IL_0051; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_2); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_3 = L_2->___ElementDecl_7; if (!L_3) { goto IL_0051; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_4 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_4); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_5 = L_4->___ElementDecl_7; NullCheck(L_5); bool L_6; L_6 = SchemaDeclBase_get_IsDeclaredInExternal_mEB74F4C126AB527489D2F64BE954806DE7AE5655_inline(L_5, NULL); if (!L_6) { goto IL_0051; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_7 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_7); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_8 = L_7->___ElementDecl_7; NullCheck(L_8); ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_9; L_9 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_8, NULL); NullCheck(L_9); int32_t L_10; L_10 = ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline(L_9, NULL); if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_0051; } } { BaseValidator_SendValidationEvent_m0B3F1EF5F9776D6E4B890C0180E22C92E9A45F2B(__this, _stringLiteral73E913462592E13D4EA9BE687BB56E706B1EC1A2, NULL); return (bool)0; } IL_0051: { return (bool)1; } } // System.Void System.Xml.Schema.DtdValidator::ValidatePIComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidatePIComment_m86A80EFB17EC77CE08F626E2FE6867DE615CE172 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A486DC197306451E75968E53C9590536593FD9C); s_Il2CppMethodInitialized = true; } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_0); bool L_1 = L_0->___NeedValidateChildren_2; if (!L_1) { goto IL_002f; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_2); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_3 = L_2->___ElementDecl_7; NullCheck(L_3); ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_4; L_4 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var); ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_5 = ((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Empty_3; if ((!(((RuntimeObject*)(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE*)L_4) == ((RuntimeObject*)(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE*)L_5)))) { goto IL_002f; } } { BaseValidator_SendValidationEvent_m0B3F1EF5F9776D6E4B890C0180E22C92E9A45F2B(__this, _stringLiteral2A486DC197306451E75968E53C9590536593FD9C, NULL); } IL_002f: { return; } } // System.Void System.Xml.Schema.DtdValidator::ValidateElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateElement_m1BC80A7C59802957572976F68947A33BA2BF9D15 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AAAF2BAE979F9D6CE249CB6D05C96D34500A3CA); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___elementName_9; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_1 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_1); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_3 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_3); NullCheck(L_0); XmlQualifiedName_Init_m2F37BA4297673844DC409B1C7E03849BC95EAAFB(L_0, L_2, L_4, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_5 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_5); if (L_6) { goto IL_0065; } } { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_7 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; NullCheck(L_7); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_8; L_8 = SchemaInfo_get_DocTypeName_m4BBB68F652B02DAE4E77D2CE9AAC41D4650B019B_inline(L_7, NULL); NullCheck(L_8); bool L_9; L_9 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_8, NULL); if (L_9) { goto IL_0065; } } { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_10 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; NullCheck(L_10); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11; L_11 = SchemaInfo_get_DocTypeName_m4BBB68F652B02DAE4E77D2CE9AAC41D4650B019B_inline(L_10, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_12 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___elementName_9; NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12); if (L_13) { goto IL_0065; } } { BaseValidator_SendValidationEvent_m0B3F1EF5F9776D6E4B890C0180E22C92E9A45F2B(__this, _stringLiteral1AAAF2BAE979F9D6CE249CB6D05C96D34500A3CA, NULL); goto IL_006b; } IL_0065: { DtdValidator_ValidateChildElement_m933E13CAB6D71CC57C016D7FE480C9C794CC7084(__this, NULL); } IL_006b: { DtdValidator_ProcessElement_m55BE98038E5BB9D22B1C098DE737525765A90896(__this, NULL); return; } } // System.Void System.Xml.Schema.DtdValidator::ValidateChildElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateChildElement_m933E13CAB6D71CC57C016D7FE480C9C794CC7084 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_0); bool L_1 = L_0->___NeedValidateChildren_2; if (!L_1) { goto IL_0076; } } { V_0 = 0; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_2); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_3 = L_2->___ElementDecl_7; NullCheck(L_3); ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_4; L_4 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_3, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___elementName_9; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_6 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_4); RuntimeObject* L_7; L_7 = VirtualFuncInvoker3< RuntimeObject*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19*, int32_t* >::Invoke(6 /* System.Object System.Xml.Schema.ContentValidator::ValidateElement(System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationState,System.Int32&) */, L_4, L_5, L_6, (&V_0)); int32_t L_8 = V_0; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0076; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___elementName_9; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_10 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_11; L_11 = BaseValidator_get_EventHandler_mDD30026D63AC63C18F0E134AA6FFE634616F21F8(__this, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_12 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_13 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_13); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_15; L_15 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_15); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_17; L_17 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_17); il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); XmlSchemaValidator_ElementValidationError_m7F782224798494425E6B2215DD7865E77533B317(L_9, L_10, L_11, L_12, L_14, L_16, L_18, (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1*)NULL, NULL); } IL_0076: { return; } } // System.Void System.Xml.Schema.DtdValidator::ValidateStartElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateStartElement_mCB2A02DB05BA4FE2810DACE2301EE8866E9BE308 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5B8745ADAF42F18D83EE4209EBEAAD862F6DEBF); s_Il2CppMethodInitialized = true; } SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* V_0 = NULL; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_0); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_1 = L_0->___ElementDecl_7; if (!L_1) { goto IL_008b; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2; L_2 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_3 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_3); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_4 = L_3->___ElementDecl_7; NullCheck(L_4); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_5; L_5 = SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline(L_4, NULL); NullCheck(L_2); XmlValidatingReaderImpl_set_SchemaTypeObject_mCAB4AC252A3858BC3E87F13974542BCBA7FD10EB(L_2, L_5, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6; L_6 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_6); if (!L_7) { goto IL_006e; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_8 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_8); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_9 = L_8->___ElementDecl_7; NullCheck(L_9); RuntimeObject* L_10; L_10 = SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline(L_9, NULL); if (!L_10) { goto IL_006e; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_11; L_11 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_12 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_12); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_13 = L_12->___ElementDecl_7; NullCheck(L_13); RuntimeObject* L_14; L_14 = SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline(L_13, NULL); NullCheck(L_11); XmlValidatingReaderImpl_set_TypedValueObject_m5CE2EEB7B2C9DE75E771F9E622DE11650D4F0989(L_11, L_14, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_15 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_15); L_15->___IsNill_0 = (bool)1; } IL_006e: { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_16 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_16); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_17 = L_16->___ElementDecl_7; NullCheck(L_17); bool L_18; L_18 = SchemaElementDecl_get_HasRequiredAttribute_mA1790096360AAF0BFA8E87BAF4B230D12AECCC6B_inline(L_17, NULL); if (!L_18) { goto IL_008b; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_19 = __this->___attPresence_17; NullCheck(L_19); VirtualActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_19); } IL_008b: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_20; L_20 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_20); if (!L_21) { goto IL_01a7; } } IL_009b: { } try {// begin try (depth: 1) { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_22 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_22); XmlValidatingReaderImpl_set_SchemaTypeObject_mCAB4AC252A3858BC3E87F13974542BCBA7FD10EB(L_22, NULL, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_23 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_23); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_24 = L_23->___ElementDecl_7; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_25 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_25); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_27 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_27); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_29 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_29); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_29, L_26, L_28, NULL); NullCheck(L_24); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_30; L_30 = SchemaElementDecl_GetAttDef_m157EF6E66718BDD7F087323423296A4AF4719259(L_24, L_29, NULL); V_0 = L_30; SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_31 = V_0; if (!L_31) { goto IL_0142_1; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_32 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_32); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_33 = L_32->___ElementDecl_7; if (!L_33) { goto IL_0108_1; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_34 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_34); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_35 = L_34->___ElementDecl_7; NullCheck(L_35); bool L_36; L_36 = SchemaElementDecl_get_HasRequiredAttribute_mA1790096360AAF0BFA8E87BAF4B230D12AECCC6B_inline(L_35, NULL); if (!L_36) { goto IL_0108_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_37 = __this->___attPresence_17; SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_38 = V_0; NullCheck(L_38); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_39; L_39 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_38, NULL); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_40 = V_0; NullCheck(L_37); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_37, L_39, L_40); } IL_0108_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_41; L_41 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_42 = V_0; NullCheck(L_42); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_43; L_43 = SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline(L_42, NULL); NullCheck(L_41); XmlValidatingReaderImpl_set_SchemaTypeObject_mCAB4AC252A3858BC3E87F13974542BCBA7FD10EB(L_41, L_43, NULL); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_44 = V_0; NullCheck(L_44); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_45; L_45 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_44, NULL); if (!L_45) { goto IL_0158_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_46 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_46); bool L_47; L_47 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_46); if (L_47) { goto IL_0158_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_48; L_48 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_48); String_t* L_49; L_49 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_48); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_50 = V_0; DtdValidator_CheckValue_mB77B88FE929F3FC9B9F8C6ACF255FC9F125E1509(__this, L_49, L_50, NULL); goto IL_0158_1; } IL_0142_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_51 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_51); String_t* L_52; L_52 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_51); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteralF5B8745ADAF42F18D83EE4209EBEAAD862F6DEBF, L_52, NULL); } IL_0158_1: { goto IL_018b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_015a; } throw e; } CATCH_015a: {// begin catch(System.Xml.Schema.XmlSchemaException) V_1 = ((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)); XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_53 = V_1; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_54; L_54 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_54); String_t* L_55; L_55 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_54); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_56; L_56 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_56); int32_t L_57; L_57 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_56); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_58; L_58 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_58); int32_t L_59; L_59 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_58); NullCheck(L_53); XmlSchemaException_SetSource_m4D004A102ABFE72DE2C7A9A9D953EA409CADED70(L_53, L_55, L_57, L_59, NULL); XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_60 = V_1; BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB(__this, L_60, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_018b; }// end catch (depth: 1) IL_018b: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_61; L_61 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_61); bool L_62; L_62 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_61); if (L_62) { goto IL_009b; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_63; L_63 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_63); bool L_64; L_64 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_63); } IL_01a7: { return; } } // System.Void System.Xml.Schema.DtdValidator::ValidateEndStartElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateEndStartElement_mB882E5C1EE3D6E6B510563D0B9DED84C1A7F10C3 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_0); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_1 = L_0->___ElementDecl_7; NullCheck(L_1); bool L_2; L_2 = SchemaElementDecl_get_HasRequiredAttribute_mA1790096360AAF0BFA8E87BAF4B230D12AECCC6B_inline(L_1, NULL); if (!L_2) { goto IL_0066; } } try {// begin try (depth: 1) ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_3 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_3); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_4 = L_3->___ElementDecl_7; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = __this->___attPresence_17; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6; L_6 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_6); bool L_7; L_7 = XmlValidatingReaderImpl_get_StandAlone_mE9B14348DA3DF698C8AB86CF102C58F2FD0FE7A2(L_6, NULL); NullCheck(L_4); SchemaElementDecl_CheckAttributes_m30F104D5F100EBC4D7B36BC5B96CFABB1F788429(L_4, L_5, L_7, NULL); goto IL_0066; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0035; } throw e; } CATCH_0035: {// begin catch(System.Xml.Schema.XmlSchemaException) V_0 = ((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)); XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_8 = V_0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_9; L_9 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_9); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_11; L_11 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_11); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_13; L_13 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_13); NullCheck(L_8); XmlSchemaException_SetSource_m4D004A102ABFE72DE2C7A9A9D953EA409CADED70(L_8, L_10, L_12, L_14, NULL); XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_15 = V_0; BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB(__this, L_15, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0066; }// end catch (depth: 1) IL_0066: { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_16 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_16); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_17 = L_16->___ElementDecl_7; NullCheck(L_17); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18; L_18 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_17, NULL); if (!L_18) { goto IL_009d; } } { ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___checkDatatype_14 = (bool)1; ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___hasSibling_13 = (bool)0; String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textString_12 = L_19; Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textString_12), (void*)L_19); StringBuilder_t* L_20 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textValue_11; NullCheck(L_20); StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_20, 0, NULL); } IL_009d: { return; } } // System.Void System.Xml.Schema.DtdValidator::ProcessElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ProcessElement_m55BE98038E5BB9D22B1C098DE737525765A90896 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABFF22436A86FE2F790C197D8D60381EFD86A5A6); s_Il2CppMethodInitialized = true; } SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* V_0 = NULL; { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___elementName_9; NullCheck(L_0); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_2; L_2 = SchemaInfo_GetElementDecl_mDD703F69AB03039D9D52A1AE548D035462F92443(L_0, L_1, NULL); V_0 = L_2; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___elementName_9; DtdValidator_Push_m56780D2857F28FA86BF1E7ACCC7B76740BC780AB(__this, L_3, NULL); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_4 = V_0; if (!L_4) { goto IL_0057; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_5 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_6 = V_0; NullCheck(L_5); L_5->___ElementDecl_7 = L_6; Il2CppCodeGenWriteBarrier((void**)(&L_5->___ElementDecl_7), (void*)L_6); DtdValidator_ValidateStartElement_mCB2A02DB05BA4FE2810DACE2301EE8866E9BE308(__this, NULL); DtdValidator_ValidateEndStartElement_mB882E5C1EE3D6E6B510563D0B9DED84C1A7F10C3(__this, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_7 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_7); L_7->___NeedValidateChildren_2 = (bool)1; SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_8 = V_0; NullCheck(L_8); ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_9; L_9 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_8, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_10 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_9); VirtualActionInvoker1< ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* >::Invoke(5 /* System.Void System.Xml.Schema.ContentValidator::InitValidation(System.Xml.Schema.ValidationState) */, L_9, L_10); return; } IL_0057: { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_11 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_11); String_t* L_12 = L_11->___LocalName_9; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_13 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_13); String_t* L_14 = L_13->___Namespace_10; il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); String_t* L_15; L_15 = XmlSchemaValidator_QNameString_m16F66B058922516087DDF3282C6A5E155A6E873D(L_12, L_14, NULL); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteralABFF22436A86FE2F790C197D8D60381EFD86A5A6, L_15, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_16 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_16); L_16->___ElementDecl_7 = (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD*)NULL; Il2CppCodeGenWriteBarrier((void**)(&L_16->___ElementDecl_7), (void*)(SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD*)NULL); return; } } // System.Void System.Xml.Schema.DtdValidator::CompleteValidation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_CompleteValidation_mCF2847E0F5E43FFE9205A475347D23D489EF530B (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; NullCheck(L_0); int32_t L_1; L_1 = SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline(L_0, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0022; } } IL_000e: { DtdValidator_ValidateEndElement_mB81E6E1EB6B18FE0452AC2F386710F82B40C51C4(__this, NULL); bool L_2; L_2 = DtdValidator_Pop_mF1AA9A52A43005D66515EC30C0597A275A68D368(__this, NULL); if (L_2) { goto IL_000e; } } { DtdValidator_CheckForwardRefs_m38C360897704AD8D2CB593E38E8C99AFF0A9C069(__this, NULL); } IL_0022: { return; } } // System.Void System.Xml.Schema.DtdValidator::ValidateEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ValidateEndElement_mB81E6E1EB6B18FE0452AC2F386710F82B40C51C4 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B8_0 = NULL; { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_0); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_1 = L_0->___ElementDecl_7; if (!L_1) { goto IL_00bd; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_2); bool L_3 = L_2->___NeedValidateChildren_2; if (!L_3) { goto IL_0073; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_4 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_4); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_5 = L_4->___ElementDecl_7; NullCheck(L_5); ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_6; L_6 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_5, NULL); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_7 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* >::Invoke(7 /* System.Boolean System.Xml.Schema.ContentValidator::CompleteValidation(System.Xml.Schema.ValidationState) */, L_6, L_7); if (L_8) { goto IL_0073; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_9 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_10; L_10 = BaseValidator_get_EventHandler_mDD30026D63AC63C18F0E134AA6FFE634616F21F8(__this, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_11 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_12 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_12); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_14; L_14 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_14); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_16; L_16 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_16); il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); XmlSchemaValidator_CompleteValidationError_mAA65199043A1608CF1BF4708A473B36D5A2E3D02(L_9, L_10, L_11, L_13, L_15, L_17, (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1*)NULL, NULL); } IL_0073: { bool L_18 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___checkDatatype_14; if (!L_18) { goto IL_00bd; } } { bool L_19 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___hasSibling_13; if (!L_19) { goto IL_0090; } } { StringBuilder_t* L_20 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textValue_11; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); G_B8_0 = L_21; goto IL_0096; } IL_0090: { String_t* L_22 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textString_12; G_B8_0 = L_22; } IL_0096: { V_0 = G_B8_0; String_t* L_23 = V_0; DtdValidator_CheckValue_mB77B88FE929F3FC9B9F8C6ACF255FC9F125E1509(__this, L_23, (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553*)NULL, NULL); ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___checkDatatype_14 = (bool)0; StringBuilder_t* L_24 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textValue_11; NullCheck(L_24); StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_24, 0, NULL); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textString_12 = L_25; Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___textString_12), (void*)L_25); } IL_00bd: { bool L_26; L_26 = DtdValidator_Pop_mF1AA9A52A43005D66515EC30C0597A275A68D368(__this, NULL); return; } } // System.Boolean System.Xml.Schema.DtdValidator::get_PreserveWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdValidator_get_PreserveWhitespace_m7B5B47B99C1F8CD3D80B17B806D8E3BEB9617F8C (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_0); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_1 = L_0->___ElementDecl_7; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_2); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_3 = L_2->___ElementDecl_7; NullCheck(L_3); ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_4; L_4 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_3, NULL); NullCheck(L_4); bool L_5; L_5 = ContentValidator_get_PreserveWhitespace_mEAD1CCBFBEDD9927663B7735370BC8118A00D6C7(L_4, NULL); return L_5; } } // System.Void System.Xml.Schema.DtdValidator::ProcessTokenizedType(System.Xml.XmlTokenizedType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_ProcessTokenizedType_m702DA00866E6690DA4AD055B3F82EC6C23528423 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, int32_t ___0_ttype, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC3FA574F14497D2BDB7CFB23217B29FB51EEF3E); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_ttype; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 1))) { case 0: { goto IL_0019; } case 1: { goto IL_004d; } case 2: { goto IL_00bb; } case 3: { goto IL_0087; } } } { return; } IL_0019: { bool L_1 = __this->___processIdentityConstraints_21; if (!L_1) { goto IL_00bb; } } { String_t* L_2 = ___1_name; RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, String_t* >::Invoke(7 /* System.Object System.Xml.Schema.BaseValidator::FindId(System.String) */, __this, L_2); if (!L_3) { goto IL_003a; } } { String_t* L_4 = ___1_name; BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteralAC3FA574F14497D2BDB7CFB23217B29FB51EEF3E, L_4, NULL); return; } IL_003a: { String_t* L_5 = ___1_name; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_6 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_6); String_t* L_7 = L_6->___LocalName_9; DtdValidator_AddID_m0C39BF9FADC97DFB10391DBED7A7C15C7FF43505(__this, L_5, L_7, NULL); return; } IL_004d: { bool L_8 = __this->___processIdentityConstraints_21; if (!L_8) { goto IL_00bb; } } { String_t* L_9 = ___1_name; RuntimeObject* L_10; L_10 = VirtualFuncInvoker1< RuntimeObject*, String_t* >::Invoke(7 /* System.Object System.Xml.Schema.BaseValidator::FindId(System.String) */, __this, L_9); if (L_10) { goto IL_00bb; } } { IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_11 = __this->___idRefListHead_20; String_t* L_12 = ___1_name; PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_13; L_13 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_13); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_15; L_15 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_15); IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_17 = (IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D*)il2cpp_codegen_object_new(IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D_il2cpp_TypeInfo_var); NullCheck(L_17); IdRefNode__ctor_m412DD977E13E68EAE9C6E89CEC38F87F1C475CC5(L_17, L_11, L_12, L_14, L_16, NULL); __this->___idRefListHead_20 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___idRefListHead_20), (void*)L_17); return; } IL_0087: { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_18 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; String_t* L_19 = ___1_name; ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_20; L_20 = BaseValidator_get_EventHandler_mDD30026D63AC63C18F0E134AA6FFE634616F21F8(__this, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_21; L_21 = BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline(__this, NULL); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_21); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_23; L_23 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_23); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_23); PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_25; L_25 = BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline(__this, NULL); NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_25); BaseValidator_ProcessEntity_mA6D465A1EB1B7C67C473E90ADA442DD2BC105EAE(L_18, L_19, __this, L_20, L_22, L_24, L_26, NULL); } IL_00bb: { return; } } // System.Void System.Xml.Schema.DtdValidator::CheckValue(System.String,System.Xml.Schema.SchemaAttDef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_CheckValue_mB77B88FE929F3FC9B9F8C6ACF255FC9F125E1509 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, String_t* ___0_value, SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___1_attdef, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral200B9B34499FFB584586033EC918724CEB6CCBD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A544E3B319CBE0A9AD7B9C904DF95BADA23D0AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB066765E972E19AF169B9F008EBD2E3A86B724B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9F1EA7F38D0D03D737DAB52F1EDF18A4A1E9544); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* V_4 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_5 = NULL; int32_t V_6 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* G_B3_0 = NULL; SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* G_B19_0 = NULL; try {// begin try (depth: 1) { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_0); XmlValidatingReaderImpl_set_TypedValueObject_m5CE2EEB7B2C9DE75E771F9E622DE11650D4F0989(L_0, NULL, NULL); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_1 = ___1_attdef; V_0 = (bool)((!(((RuntimeObject*)(SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_0; if (L_2) { goto IL_0026_1; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_3 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_3); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_4 = L_3->___ElementDecl_7; NullCheck(L_4); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5; L_5 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_4, NULL); G_B3_0 = L_5; goto IL_002c_1; } IL_0026_1: { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_6 = ___1_attdef; NullCheck(L_6); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_7; L_7 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_6, NULL); G_B3_0 = L_7; } IL_002c_1: { V_1 = G_B3_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_8 = V_1; if (L_8) { goto IL_0035_1; } } { goto IL_01a4; } IL_0035_1: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_9 = V_1; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_9); if (!L_10) { goto IL_0045_1; } } { String_t* L_11 = ___0_value; NullCheck(L_11); String_t* L_12; L_12 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_11, NULL); ___0_value = L_12; } IL_0045_1: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_13 = V_1; String_t* L_14 = ___0_value; XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_15; L_15 = BaseValidator_get_NameTable_m60D18595ED6E730B144EBA7E78E9B744486937E5_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var); NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* L_16 = ((DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields*)il2cpp_codegen_static_fields_for(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var))->___namespaceManager_15; NullCheck(L_13); RuntimeObject* L_17; L_17 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_13, L_14, L_15, L_16); V_2 = L_17; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_18 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; RuntimeObject* L_19 = V_2; NullCheck(L_18); XmlValidatingReaderImpl_set_TypedValueObject_m5CE2EEB7B2C9DE75E771F9E622DE11650D4F0989(L_18, L_19, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_20 = V_1; NullCheck(L_20); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_20); V_3 = L_21; int32_t L_22 = V_3; if ((((int32_t)L_22) == ((int32_t)4))) { goto IL_0077_1; } } { int32_t L_23 = V_3; if ((((int32_t)L_23) == ((int32_t)1))) { goto IL_0077_1; } } { int32_t L_24 = V_3; if ((!(((uint32_t)L_24) == ((uint32_t)2)))) { goto IL_00c0_1; } } IL_0077_1: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_25 = V_1; NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_25); if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_00ae_1; } } { RuntimeObject* L_27 = V_2; V_5 = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_27, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)); V_6 = 0; goto IL_00a4_1; } IL_008d_1: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_28 = V_1; NullCheck(L_28); int32_t L_29; L_29 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_28); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = V_5; int32_t L_31 = V_6; NullCheck(L_30); int32_t L_32 = L_31; String_t* L_33 = (L_30)->GetAt(static_cast(L_32)); DtdValidator_ProcessTokenizedType_m702DA00866E6690DA4AD055B3F82EC6C23528423(__this, L_29, L_33, NULL); int32_t L_34 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_00a4_1: { int32_t L_35 = V_6; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = V_5; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))))) { goto IL_008d_1; } } { goto IL_00c0_1; } IL_00ae_1: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_37 = V_1; NullCheck(L_37); int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_37); RuntimeObject* L_39 = V_2; DtdValidator_ProcessTokenizedType_m702DA00866E6690DA4AD055B3F82EC6C23528423(__this, L_38, ((String_t*)CastclassSealed((RuntimeObject*)L_39, String_t_il2cpp_TypeInfo_var)), NULL); } IL_00c0_1: { bool L_40 = V_0; if (L_40) { goto IL_00d0_1; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_41 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_41); SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_42 = L_41->___ElementDecl_7; G_B19_0 = L_42; goto IL_00d1_1; } IL_00d0_1: { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_43 = ___1_attdef; G_B19_0 = ((SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD*)(L_43)); } IL_00d1_1: { V_4 = G_B19_0; SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* L_44 = V_4; NullCheck(L_44); List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_45; L_45 = SchemaDeclBase_get_Values_m5CBE6E5DB4DE93179FEB87F1BBC0EAF43FAF0E06_inline(L_44, NULL); if (!L_45) { goto IL_0113_1; } } { SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* L_46 = V_4; RuntimeObject* L_47 = V_2; NullCheck(L_46); bool L_48; L_48 = SchemaDeclBase_CheckEnumeration_m14E09203C4120A77067192DEE7A899F407317BC1(L_46, L_47, NULL); if (L_48) { goto IL_0113_1; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_49 = V_1; NullCheck(L_49); int32_t L_50; L_50 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_49); if ((!(((uint32_t)L_50) == ((uint32_t)8)))) { goto IL_0102_1; } } { RuntimeObject* L_51 = V_2; NullCheck(L_51); String_t* L_52; L_52 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_51); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteral200B9B34499FFB584586033EC918724CEB6CCBD0, L_52, NULL); goto IL_0113_1; } IL_0102_1: { RuntimeObject* L_53 = V_2; NullCheck(L_53); String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_53); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteralB066765E972E19AF169B9F008EBD2E3A86B724B1, L_54, NULL); } IL_0113_1: { SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* L_55 = V_4; RuntimeObject* L_56 = V_2; NullCheck(L_55); bool L_57; L_57 = SchemaDeclBase_CheckValue_m7DFE87CAF1D32203AB814BA032CCA2AF8D03727A(L_55, L_56, NULL); if (L_57) { goto IL_015e_1; } } { bool L_58 = V_0; if (!L_58) { goto IL_0138_1; } } { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_59 = ___1_attdef; NullCheck(L_59); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_60; L_60 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_59, NULL); NullCheck(L_60); String_t* L_61; L_61 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteralB9F1EA7F38D0D03D737DAB52F1EDF18A4A1E9544, L_61, NULL); goto IL_015e_1; } IL_0138_1: { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_62 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_62); String_t* L_63 = L_62->___LocalName_9; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_64 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_64); String_t* L_65 = L_64->___Namespace_10; il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var); String_t* L_66; L_66 = XmlSchemaValidator_QNameString_m16F66B058922516087DDF3282C6A5E155A6E873D(L_63, L_65, NULL); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteral7A544E3B319CBE0A9AD7B9C904DF95BADA23D0AF, L_66, NULL); } IL_015e_1: { goto IL_01a4; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0160; } throw e; } CATCH_0160: {// begin catch(System.Xml.Schema.XmlSchemaException) { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_67 = ___1_attdef; if (!L_67) { goto IL_017c; } } { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_68 = ___1_attdef; NullCheck(L_68); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_69; L_69 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_68, NULL); NullCheck(L_69); String_t* L_70; L_70 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA5A9878BB762965068147AF089CB41E3EE29061)), L_70, NULL); goto IL_01a2; } IL_017c: { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_71 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_71); String_t* L_72 = L_71->___LocalName_9; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_73 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_73); String_t* L_74 = L_73->___Namespace_10; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var))); String_t* L_75; L_75 = XmlSchemaValidator_QNameString_m16F66B058922516087DDF3282C6A5E155A6E873D(L_72, L_74, NULL); BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D34C612BDAC2908AF207A8965EAB461BE4C70E3)), L_75, NULL); } IL_01a2: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01a4; } }// end catch (depth: 1) IL_01a4: { return; } } // System.Void System.Xml.Schema.DtdValidator::AddID(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_AddID_m0C39BF9FADC97DFB10391DBED7A7C15C7FF43505 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, String_t* ___0_name, RuntimeObject* ___1_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___IDs_19; if (L_0) { goto IL_0013; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_1); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL); __this->___IDs_19 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___IDs_19), (void*)L_1); } IL_0013: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___IDs_19; String_t* L_3 = ___0_name; RuntimeObject* L_4 = ___1_node; NullCheck(L_2); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_2, L_3, L_4); return; } } // System.Object System.Xml.Schema.DtdValidator::FindId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdValidator_FindId_mB6BFDF7F7E88C9A6F68BDC629139CDD21C57802E (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, String_t* ___0_name, const RuntimeMethod* method) { { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___IDs_19; if (!L_0) { goto IL_0015; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->___IDs_19; String_t* L_2 = ___0_name; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); return L_3; } IL_0015: { return NULL; } } // System.Boolean System.Xml.Schema.DtdValidator::GenEntity(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdValidator_GenEntity_m45BADE44CABF8229CE592E04EB8EC7A141F2A3AA (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73E913462592E13D4EA9BE687BB56E706B1EC1A2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* V_1 = NULL; { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___0_qname; NullCheck(L_0); String_t* L_1; L_1 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_0, NULL); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)35))))) { goto IL_0014; } } { return (bool)0; } IL_0014: { String_t* L_4 = V_0; bool L_5; L_5 = SchemaEntity_IsPredefinedEntity_m998149F5803F886EF9B86C037E897BB99F15F901(L_4, NULL); if (!L_5) { goto IL_001e; } } { return (bool)0; } IL_001e: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = ___0_qname; SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_7; L_7 = DtdValidator_GetEntity_m3108C7BF8979DBC9C12CC40FB56875369B859AF6(__this, L_6, (bool)0, NULL); V_1 = L_7; SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_8 = V_1; if (L_8) { goto IL_0036; } } { String_t* L_9 = V_0; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_10 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_10); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06)), L_9, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtdValidator_GenEntity_m45BADE44CABF8229CE592E04EB8EC7A141F2A3AA_RuntimeMethod_var))); } IL_0036: { SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_11 = V_1; NullCheck(L_11); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_12; L_12 = SchemaEntity_get_NData_m7B05467BF6357AB27C1DAFBFE27F9720C79CEC3C_inline(L_11, NULL); NullCheck(L_12); bool L_13; L_13 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_12, NULL); if (L_13) { goto IL_004f; } } { String_t* L_14 = V_0; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_15 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_15); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717)), L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtdValidator_GenEntity_m45BADE44CABF8229CE592E04EB8EC7A141F2A3AA_RuntimeMethod_var))); } IL_004f: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_16 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_16); bool L_17; L_17 = XmlValidatingReaderImpl_get_StandAlone_mE9B14348DA3DF698C8AB86CF102C58F2FD0FE7A2(L_16, NULL); if (!L_17) { goto IL_006f; } } { SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_18 = V_1; NullCheck(L_18); bool L_19; L_19 = SchemaEntity_get_DeclaredInExternal_mEAF749D691316F3C1A7C72383B527E943CB9608A_inline(L_18, NULL); if (!L_19) { goto IL_006f; } } { BaseValidator_SendValidationEvent_m0B3F1EF5F9776D6E4B890C0180E22C92E9A45F2B(__this, _stringLiteral73E913462592E13D4EA9BE687BB56E706B1EC1A2, NULL); } IL_006f: { return (bool)1; } } // System.Xml.Schema.SchemaEntity System.Xml.Schema.DtdValidator::GetEntity(System.Xml.XmlQualifiedName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* DtdValidator_GetEntity_m3108C7BF8979DBC9C12CC40FB56875369B859AF6 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, bool ___1_fParameterEntity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* V_0 = NULL; { bool L_0 = ___1_fParameterEntity; if (!L_0) { goto IL_001a; } } { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_1 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; NullCheck(L_1); Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* L_2; L_2 = SchemaInfo_get_ParameterEntities_m54F4C298FA2B2AAE10FAA43965E9DD2C84E76FBB(L_1, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = ___0_qname; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var); if (!L_4) { goto IL_0031; } } { SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_5 = V_0; return L_5; } IL_001a: { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_6 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7; NullCheck(L_6); Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* L_7; L_7 = SchemaInfo_get_GeneralEntities_mB8E4E7E02EB79C03BDEEB06638EBFA631DE9C9D2(L_6, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_8 = ___0_qname; NullCheck(L_7); bool L_9; L_9 = Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01(L_7, L_8, (&V_0), Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var); if (!L_9) { goto IL_0031; } } { SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_10 = V_0; return L_10; } IL_0031: { return (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7*)NULL; } } // System.Void System.Xml.Schema.DtdValidator::CheckForwardRefs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_CheckForwardRefs_m38C360897704AD8D2CB593E38E8C99AFF0A9C069 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B4964CFA3C8E9FB1D36BE9E16E6278A152406BF); s_Il2CppMethodInitialized = true; } IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* V_0 = NULL; { IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_0 = __this->___idRefListHead_20; V_0 = L_0; goto IL_0052; } IL_0009: { IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_1 = V_0; NullCheck(L_1); String_t* L_2 = L_1->___Id_0; RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, String_t* >::Invoke(7 /* System.Object System.Xml.Schema.BaseValidator::FindId(System.String) */, __this, L_2); if (L_3) { goto IL_0044; } } { IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->___Id_0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_6); IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->___LineNo_1; IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->___LinePos_2; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_12 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_12); XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_12, _stringLiteral2B4964CFA3C8E9FB1D36BE9E16E6278A152406BF, L_5, L_7, L_9, L_11, NULL); BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB(__this, L_12, NULL); } IL_0044: { IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_13 = V_0; NullCheck(L_13); IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_14 = L_13->___Next_3; IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_15 = V_0; NullCheck(L_15); L_15->___Next_3 = (IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D*)NULL; Il2CppCodeGenWriteBarrier((void**)(&L_15->___Next_3), (void*)(IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D*)NULL); V_0 = L_14; } IL_0052: { IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* L_16 = V_0; if (L_16) { goto IL_0009; } } { __this->___idRefListHead_20 = (IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___idRefListHead_20), (void*)(IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D*)NULL); return; } } // System.Void System.Xml.Schema.DtdValidator::Push(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_Push_m56780D2857F28FA86BF1E7ACCC7B76740BC780AB (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_elementName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* L_0 = __this->___validationStack_16; NullCheck(L_0); RuntimeObject* L_1; L_1 = HWStack_Push_mB56F1D723F4F22AEF3D79471002C5C28B941E520(L_0, NULL); ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10 = ((ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19*)CastclassSealed((RuntimeObject*)L_1, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10), (void*)((ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19*)CastclassSealed((RuntimeObject*)L_1, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var))); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; if (L_2) { goto IL_003a; } } { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_3 = (ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19*)il2cpp_codegen_object_new(ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var); NullCheck(L_3); ValidationState__ctor_mD6A486E32A71B24D1E419D6A90D052200A50AA6E(L_3, NULL); ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10), (void*)L_3); HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* L_4 = __this->___validationStack_16; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_5 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_4); HWStack_AddToTop_m2906D8C7096B89DA2A642C6022A0BBDA3E56D38D(L_4, L_5, NULL); } IL_003a: { ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_6 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_7 = ___0_elementName; NullCheck(L_7); String_t* L_8; L_8 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_7, NULL); NullCheck(L_6); L_6->___LocalName_9 = L_8; Il2CppCodeGenWriteBarrier((void**)(&L_6->___LocalName_9), (void*)L_8); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_9 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10 = ___0_elementName; NullCheck(L_10); String_t* L_11; L_11 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_10, NULL); NullCheck(L_9); L_9->___Namespace_10 = L_11; Il2CppCodeGenWriteBarrier((void**)(&L_9->___Namespace_10), (void*)L_11); ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_12 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_12); L_12->___HasMatched_13 = (bool)0; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_13 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_13); L_13->___IsNill_0 = (bool)0; ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_14 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10; NullCheck(L_14); L_14->___NeedValidateChildren_2 = (bool)0; return; } } // System.Boolean System.Xml.Schema.DtdValidator::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdValidator_Pop_mF1AA9A52A43005D66515EC30C0597A275A68D368 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* L_0 = __this->___validationStack_16; NullCheck(L_0); int32_t L_1; L_1 = HWStack_get_Length_m6363693F0CF183362158EE28989E47D9ED83120F_inline(L_0, NULL); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0032; } } { HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* L_2 = __this->___validationStack_16; NullCheck(L_2); RuntimeObject* L_3; L_3 = HWStack_Pop_m719771746919E84F388E413881376AD49B697471(L_2, NULL); HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* L_4 = __this->___validationStack_16; NullCheck(L_4); RuntimeObject* L_5; L_5 = HWStack_Peek_m4ACE3C92DC4F77A441791E8935F2A761139D38BF(L_4, NULL); ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10 = ((ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19*)CastclassSealed((RuntimeObject*)L_5, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___context_10), (void*)((ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19*)CastclassSealed((RuntimeObject*)L_5, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19_il2cpp_TypeInfo_var))); return (bool)1; } IL_0032: { return (bool)0; } } // System.Void System.Xml.Schema.DtdValidator::SetDefaultTypedValue(System.Xml.Schema.SchemaAttDef,System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_SetDefaultTypedValue_mE6989FDEBC8F5EFB61B0AD93B149FD7BA0B9ECA9 (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___0_attdef, RuntimeObject* ___1_readerAdapter, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_1 = NULL; RuntimeObject* V_2 = NULL; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_0 = ___0_attdef; NullCheck(L_0); String_t* L_1; L_1 = SchemaAttDef_get_DefaultValueExpanded_m61569B11E4FBDEED7A35CD5A39675B57CE6DB78F(L_0, NULL); V_0 = L_1; SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_2 = ___0_attdef; NullCheck(L_2); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3; L_3 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_2, NULL); V_1 = L_3; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_4 = V_1; if (L_4) { goto IL_0013_1; } } { goto IL_006d; } IL_0013_1: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_5); if (!L_6) { goto IL_0022_1; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_7, NULL); V_0 = L_8; } IL_0022_1: { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_9 = ___0_attdef; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_10 = V_1; String_t* L_11 = V_0; RuntimeObject* L_12 = ___1_readerAdapter; NullCheck(L_12); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_13; L_13 = InterfaceFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(0 /* System.Xml.XmlNameTable System.Xml.IDtdParserAdapter::get_NameTable() */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_12); RuntimeObject* L_14 = ___1_readerAdapter; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IXmlNamespaceResolver System.Xml.IDtdParserAdapter::get_NamespaceResolver() */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_14); NullCheck(L_10); RuntimeObject* L_16; L_16 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_10, L_11, L_13, L_15); NullCheck(L_9); SchemaDeclBase_set_DefaultValueTyped_m35E01A5A9C44038AE78774AF2D7B6E627AD66FC1_inline(L_9, L_16, NULL); goto IL_006d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003d; } throw e; } CATCH_003d: {// begin catch(System.Exception) { RuntimeObject* L_17 = ___1_readerAdapter; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var))))); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var)), ((RuntimeObject*)Castclass((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var))))); V_2 = L_18; RuntimeObject* L_19 = V_2; if (!L_19) { goto IL_006b; } } { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_20 = ___0_attdef; NullCheck(L_20); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_21; L_21 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_20, NULL); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_23 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_23); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ADAAB999C40C872F1295FAF8822A6B94D90F345)), L_22, NULL); V_3 = L_23; RuntimeObject* L_24 = V_2; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_25 = V_3; NullCheck(L_24); InterfaceActionInvoker2< Exception_t*, int32_t >::Invoke(1 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var)), L_24, L_25, 0); } IL_006b: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006d; } }// end catch (depth: 1) IL_006d: { return; } } // System.Void System.Xml.Schema.DtdValidator::CheckDefaultValue(System.Xml.Schema.SchemaAttDef,System.Xml.Schema.SchemaInfo,System.Xml.IValidationEventHandling,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_CheckDefaultValue_m9FF7DCCCB93316D5446B5595C430C6A0E5A1B31E (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___0_attdef, SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___1_sinfo, RuntimeObject* ___2_eventHandling, String_t* ___3_baseUriStr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB066765E972E19AF169B9F008EBD2E3A86B724B1); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_3 = NULL; int32_t V_4 = 0; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_5 = NULL; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___3_baseUriStr; if (L_0) { goto IL_000a_1; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___3_baseUriStr = L_1; } IL_000a_1: { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_2 = ___0_attdef; NullCheck(L_2); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3; L_3 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_2, NULL); V_0 = L_3; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_4 = V_0; if (L_4) { goto IL_0019_1; } } { goto IL_00e4; } IL_0019_1: { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_5 = ___0_attdef; NullCheck(L_5); RuntimeObject* L_6; L_6 = SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline(L_5, NULL); V_1 = L_6; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_7); V_2 = L_8; int32_t L_9 = V_2; if ((!(((uint32_t)L_9) == ((uint32_t)4)))) { goto IL_0083_1; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0067_1; } } { RuntimeObject* L_12 = V_1; V_3 = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_12, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)); V_4 = 0; goto IL_005e_1; } IL_0040_1: { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_13 = ___1_sinfo; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = V_3; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); RuntimeObject* L_18 = ___2_eventHandling; String_t* L_19 = ___3_baseUriStr; SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_20 = ___0_attdef; NullCheck(L_20); int32_t L_21; L_21 = SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline(L_20, NULL); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_22 = ___0_attdef; NullCheck(L_22); int32_t L_23; L_23 = SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline(L_22, NULL); BaseValidator_ProcessEntity_mC367D8AA42B44BFBDC3F2A0AFB71A414FDEDCA9E(L_13, L_17, L_18, L_19, L_21, L_23, NULL); int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_005e_1: { int32_t L_25 = V_4; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = V_3; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))) { goto IL_0040_1; } } { goto IL_00bc_1; } IL_0067_1: { SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_27 = ___1_sinfo; RuntimeObject* L_28 = V_1; RuntimeObject* L_29 = ___2_eventHandling; String_t* L_30 = ___3_baseUriStr; SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_31 = ___0_attdef; NullCheck(L_31); int32_t L_32; L_32 = SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline(L_31, NULL); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_33 = ___0_attdef; NullCheck(L_33); int32_t L_34; L_34 = SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline(L_33, NULL); BaseValidator_ProcessEntity_mC367D8AA42B44BFBDC3F2A0AFB71A414FDEDCA9E(L_27, ((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)), L_29, L_30, L_32, L_34, NULL); goto IL_00bc_1; } IL_0083_1: { int32_t L_35 = V_2; if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)9))))) { goto IL_00bc_1; } } { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_36 = ___0_attdef; RuntimeObject* L_37 = V_1; NullCheck(L_36); bool L_38; L_38 = SchemaDeclBase_CheckEnumeration_m14E09203C4120A77067192DEE7A899F407317BC1(L_36, L_37, NULL); if (L_38) { goto IL_00bc_1; } } { RuntimeObject* L_39 = ___2_eventHandling; if (!L_39) { goto IL_00bc_1; } } { RuntimeObject* L_40 = V_1; NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40); String_t* L_42 = ___3_baseUriStr; SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_43 = ___0_attdef; NullCheck(L_43); int32_t L_44; L_44 = SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline(L_43, NULL); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_45 = ___0_attdef; NullCheck(L_45); int32_t L_46; L_46 = SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline(L_45, NULL); XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_47 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_47); XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_47, _stringLiteralB066765E972E19AF169B9F008EBD2E3A86B724B1, L_41, L_42, L_44, L_46, NULL); V_5 = L_47; RuntimeObject* L_48 = ___2_eventHandling; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_49 = V_5; NullCheck(L_48); InterfaceActionInvoker2< Exception_t*, int32_t >::Invoke(1 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var, L_48, L_49, 0); } IL_00bc_1: { goto IL_00e4; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) { RuntimeObject* L_50 = ___2_eventHandling; if (!L_50) { goto IL_00e2; } } { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_51 = ___0_attdef; NullCheck(L_51); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_52; L_52 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_51, NULL); NullCheck(L_52); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52); XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_54 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_54); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_54, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ADAAB999C40C872F1295FAF8822A6B94D90F345)), L_53, NULL); V_6 = L_54; RuntimeObject* L_55 = ___2_eventHandling; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_56 = V_6; NullCheck(L_55); InterfaceActionInvoker2< Exception_t*, int32_t >::Invoke(1 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var)), L_55, L_56, 0); } IL_00e2: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e4; } }// end catch (depth: 1) IL_00e4: { return; } } // System.Void System.Xml.Schema.DtdValidator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator__cctor_m3B30BF68F0F7235667A9D12D587003B63FE26FC0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* L_0 = (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E*)il2cpp_codegen_object_new(NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E_il2cpp_TypeInfo_var); NullCheck(L_0); NamespaceManager__ctor_m9E35D31BAFC48B1E68DB6EA658F97D48EC32CBE3(L_0, NULL); ((DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields*)il2cpp_codegen_static_fields_for(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var))->___namespaceManager_15 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields*)il2cpp_codegen_static_fields_for(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var))->___namespaceManager_15), (void*)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.String System.Xml.Schema.DtdValidator/NamespaceManager::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamespaceManager_LookupNamespace_m49F9D4AB9F6A8BA1C7F6CF2C809AF269D1D699DC (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* __this, String_t* ___0_prefix, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; return L_0; } } // System.Void System.Xml.Schema.DtdValidator/NamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceManager__ctor_m9E35D31BAFC48B1E68DB6EA658F97D48EC32CBE3 (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* __this, const RuntimeMethod* method) { { XmlNamespaceManager__ctor_m6485992B6D88F2C7276E1D562B9F643AD60AD4CD(__this, 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.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckLexicalFacets_m5686FA73EFF45F0B27D662CC2E7DF0CDC34C0FC6 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t** ___0_parseString, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { String_t** L_0 = ___0_parseString; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_1 = ___1_datatype; FacetsChecker_CheckWhitespaceFacets_mF4C52E695C89082BB62D3A8407D28A343A6F753B(__this, L_0, L_1, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype; NullCheck(L_2); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3; L_3 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2); String_t** L_4 = ___0_parseString; String_t* L_5 = *((String_t**)L_4); Exception_t* L_6; L_6 = FacetsChecker_CheckPatternFacets_m13374C2B9B9288DCE1227A58966D57150C1A0DA5(__this, L_3, L_5, NULL); return L_6; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m662876E07B1EE019801A70D38AA6AED46C6299A6 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mC3F35ADB255A82042499CBC1CAC2D433B2B2121E (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m29680F36EDCE3922A6AF0D56533EFBF68B7AA8F3 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, int64_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m9C7412830631FEE84CED403B3F4C9CE4DBEB5575 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, int32_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m8958A31C2402C38F708A743CF286528255A4185C (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, int16_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m9BE44DFDD2888C26A9EF07967EA662CBC0839680 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mC3605A3090860850F57D7BBB7D5B09FE13507B15 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, double ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mA4AC0E4F7AAC91B5F8A84CF6360DA49E0658F9C5 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, float ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mB1787DCA21A651B9A18E3FECEEC6710EE5FD561A (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m559F8F88C2F4732F774C8D4385C71D8F51617605 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m848E5E295D52A8E5F7C7A042B5B6729EB10CF1A7 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mFDBB028B28C431C13EAE4CBBA46CF31DC332417A (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { return (Exception_t*)NULL; } } // System.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_mF4C52E695C89082BB62D3A8407D28A343A6F753B (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t** ___0_s, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_2); V_1 = L_3; int32_t L_4 = V_1; if (!L_4) { goto IL_001f; } } { int32_t L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0078; } } { String_t** L_6 = ___0_s; String_t** L_7 = ___0_s; String_t* L_8 = *((String_t**)L_7); NullCheck(L_8); String_t* L_9; L_9 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_8, NULL); *((RuntimeObject**)L_6) = (RuntimeObject*)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_9); return; } IL_001f: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_10 = ___1_datatype; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_0032; } } { String_t** L_12 = ___0_s; String_t** L_13 = ___0_s; String_t* L_14 = *((String_t**)L_13); String_t* L_15; L_15 = XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67(L_14, NULL); *((RuntimeObject**)L_12) = (RuntimeObject*)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_15); return; } IL_0032: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_16 = ___1_datatype; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_0045; } } { String_t** L_18 = ___0_s; String_t** L_19 = ___0_s; String_t* L_20 = *((String_t**)L_19); String_t* L_21; L_21 = XmlComplianceUtil_CDataNormalize_m5DE92209D1870DF7E10D8B9B0CAFBA8F0D45FA4D(L_20, NULL); *((RuntimeObject**)L_18) = (RuntimeObject*)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_21); return; } IL_0045: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_0; if (!L_22) { goto IL_0078; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23 = V_0; NullCheck(L_23); int32_t L_24 = L_23->___Flags_12; if (!((int32_t)((int32_t)L_24&((int32_t)32)))) { goto IL_0078; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_25 = V_0; NullCheck(L_25); int32_t L_26 = L_25->___WhiteSpace_5; if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_0066; } } { String_t** L_27 = ___0_s; String_t** L_28 = ___0_s; String_t* L_29 = *((String_t**)L_28); String_t* L_30; L_30 = XmlComplianceUtil_CDataNormalize_m5DE92209D1870DF7E10D8B9B0CAFBA8F0D45FA4D(L_29, NULL); *((RuntimeObject**)L_27) = (RuntimeObject*)L_30; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_30); return; } IL_0066: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_31 = V_0; NullCheck(L_31); int32_t L_32 = L_31->___WhiteSpace_5; if ((!(((uint32_t)L_32) == ((uint32_t)2)))) { goto IL_0078; } } { String_t** L_33 = ___0_s; String_t** L_34 = ___0_s; String_t* L_35 = *((String_t**)L_34); String_t* L_36; L_36 = XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67(L_35, NULL); *((RuntimeObject**)L_33) = (RuntimeObject*)L_36; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_33, (void*)(RuntimeObject*)L_36); } IL_0078: { return; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckPatternFacets_m13374C2B9B9288DCE1227A58966D57150C1A0DA5 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___0_restriction, String_t* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_0 = ___0_restriction; if (!L_0) { goto IL_004c; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1 = ___0_restriction; NullCheck(L_1); int32_t L_2 = L_1->___Flags_12; if (!((int32_t)((int32_t)L_2&8))) { goto IL_004c; } } { V_0 = 0; goto IL_003e; } IL_0011: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = ___0_restriction; NullCheck(L_3); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = L_3->___Patterns_3; int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject* L_6; L_6 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); String_t* L_7 = ___1_value; NullCheck(((Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)CastclassClass((RuntimeObject*)L_6, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var))); bool L_8; L_8 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(((Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)CastclassClass((RuntimeObject*)L_6, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var)), L_7, NULL); if (L_8) { goto IL_003a; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_10 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_10); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_10, _stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5, L_9, NULL); return L_10; } IL_003a: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_003e: { int32_t L_12 = V_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_13 = ___0_restriction; NullCheck(L_13); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_14 = L_13->___Patterns_3; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14); if ((((int32_t)L_12) < ((int32_t)L_15))) { goto IL_0011; } } IL_004c: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FacetsChecker_MatchEnumeration_m4E84EC3BAC1A9E8E4DAB8DADA43A92AD8223D8FC (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.Schema.RestrictionFacets System.Xml.Schema.FacetsChecker::ConstructRestriction(System.Xml.Schema.DatatypeImplementation,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* FacetsChecker_ConstructRestriction_m7A6FAE83C48AAD026722E2B9FFE5E5B2183E0B59 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___0_datatype, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___1_facets, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nameTable, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_0 = (RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117*)il2cpp_codegen_object_new(RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117_il2cpp_TypeInfo_var); NullCheck(L_0); RestrictionFacets__ctor_m8CC7DEE831472AD4982BBE538086C6B9DECACC83(L_0, NULL); V_0 = L_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_1 = ___0_datatype; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0; FacetsCompiler__ctor_m401D0D5D688A912F1268019AEA90F47994774ECE((&V_1), L_1, L_2, NULL); V_2 = 0; goto IL_0118; } IL_0016: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_3 = ___1_facets; int32_t L_4 = V_2; NullCheck(L_3); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_5; L_5 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_3, L_4); V_3 = ((XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF*)CastclassClass((RuntimeObject*)L_5, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF_il2cpp_TypeInfo_var)); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_6 = V_3; NullCheck(L_6); String_t* L_7; L_7 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_6, NULL); if (L_7) { goto IL_0037; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_8 = V_3; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_9); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEFE8642D2A116BA565342C6A9CF6E56343673A67)), L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsChecker_ConstructRestriction_m7A6FAE83C48AAD026722E2B9FFE5E5B2183E0B59_RuntimeMethod_var))); } IL_0037: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_10 = V_3; SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1* L_11 = (SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1*)il2cpp_codegen_object_new(SchemaNamespaceManager_tB3E5610B5F17FEB7B331B0A2EBE220ED4DC658C1_il2cpp_TypeInfo_var); NullCheck(L_11); SchemaNamespaceManager__ctor_mBF0213141E461B6A496F64C963FE90912183BD1A(L_11, L_10, NULL); V_4 = L_11; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_12 = V_3; NullCheck(L_12); int32_t L_13; L_13 = XmlSchemaFacet_get_FacetType_mFE5DA2AFE94D0752B55912F60C362FDA6CC5034D_inline(L_12, NULL); V_5 = L_13; int32_t L_14 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, 1))) { case 0: { goto IL_0085; } case 1: { goto IL_0092; } case 2: { goto IL_009c; } case 3: { goto IL_00a6; } case 4: { goto IL_00c2; } case 5: { goto IL_00b5; } case 6: { goto IL_00d6; } case 7: { goto IL_00cc; } case 8: { goto IL_00ea; } case 9: { goto IL_00e0; } case 10: { goto IL_00f4; } case 11: { goto IL_00fe; } } } { goto IL_0108; } IL_0085: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_15 = V_3; FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220((&V_1), L_15, NULL); goto IL_0114; } IL_0092: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_16 = V_3; FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1((&V_1), L_16, NULL); goto IL_0114; } IL_009c: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_17 = V_3; FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E((&V_1), L_17, NULL); goto IL_0114; } IL_00a6: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_18 = V_3; FacetsCompiler_CompilePatternFacet_mE41DAA769EB3EF18A7B73D70C33DA01699224964((&V_1), ((XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927*)IsInstClass((RuntimeObject*)L_18, XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927_il2cpp_TypeInfo_var)), NULL); goto IL_0114; } IL_00b5: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = V_3; RuntimeObject* L_20 = V_4; XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_21 = ___2_nameTable; FacetsCompiler_CompileEnumerationFacet_mD1D97D9D61D4FDFE25A7A52CFB4AC1B25C398C92((&V_1), L_19, L_20, L_21, NULL); goto IL_0114; } IL_00c2: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_22 = V_3; FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B((&V_1), L_22, NULL); goto IL_0114; } IL_00cc: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_23 = V_3; FacetsCompiler_CompileMinInclusiveFacet_mB45C7BBF19DE1E1622920FF7DE6A698C5C2BC84F((&V_1), L_23, NULL); goto IL_0114; } IL_00d6: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_24 = V_3; FacetsCompiler_CompileMinExclusiveFacet_mA1635685867DDED9367BB3052E9C8045B36AFE14((&V_1), L_24, NULL); goto IL_0114; } IL_00e0: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_25 = V_3; FacetsCompiler_CompileMaxInclusiveFacet_mCDF4857B6770BADDF03F5A5666B2E1D4C690365E((&V_1), L_25, NULL); goto IL_0114; } IL_00ea: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_26 = V_3; FacetsCompiler_CompileMaxExclusiveFacet_m5D76561BC87629AD3FA6A59861FA31AFAC0C0E85((&V_1), L_26, NULL); goto IL_0114; } IL_00f4: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_27 = V_3; FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F((&V_1), L_27, NULL); goto IL_0114; } IL_00fe: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_28 = V_3; FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9((&V_1), L_28, NULL); goto IL_0114; } IL_0108: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_29 = V_3; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_30 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_30); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24917A18CD2A90B092F3C023CEF12C03CC04932A)), L_29, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsChecker_ConstructRestriction_m7A6FAE83C48AAD026722E2B9FFE5E5B2183E0B59_RuntimeMethod_var))); } IL_0114: { int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_31, 1)); } IL_0118: { int32_t L_32 = V_2; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_33 = ___1_facets; NullCheck(L_33); int32_t L_34; L_34 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_33, NULL); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0016; } } { FacetsCompiler_FinishFacetCompile_m4AD1A69B7D7C9F1FCF20F4468B6352C10DA257EE((&V_1), NULL); FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1((&V_1), NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = V_0; return L_35; } } // System.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F FacetsChecker_Power_m208FDCE8778563CE091A92098B81ACC5A4FCFDC1 (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0; memset((&V_0), 0, sizeof(V_0)); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; { il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; V_0 = L_0; int32_t L_1 = ___0_x; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2; L_2 = Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177(L_1, NULL); V_1 = L_2; int32_t L_3 = ___1_y; if ((((int32_t)L_3) <= ((int32_t)((int32_t)28)))) { goto IL_001d; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_4), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); return L_4; } IL_001d: { V_2 = 0; goto IL_002d; } IL_0021: { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5 = V_0; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = V_1; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7; L_7 = Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC(L_5, L_6, NULL); V_0 = L_7; int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_002d: { int32_t L_9 = V_2; int32_t L_10 = ___1_y; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0021; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11 = V_0; return L_11; } } // System.Void System.Xml.Schema.FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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 // Conversion methods for marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler IL2CPP_EXTERN_C void FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshal_pinvoke(const FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663& unmarshaled, FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_pinvoke& marshaled) { Exception_t* ___datatype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'datatype' of type 'FacetsCompiler': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___datatype_0Exception, NULL); } IL2CPP_EXTERN_C void FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshal_pinvoke_back(const FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_pinvoke& marshaled, FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663& unmarshaled) { Exception_t* ___datatype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'datatype' of type 'FacetsCompiler': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___datatype_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler IL2CPP_EXTERN_C void FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshal_pinvoke_cleanup(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler IL2CPP_EXTERN_C void FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshal_com(const FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663& unmarshaled, FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_com& marshaled) { Exception_t* ___datatype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'datatype' of type 'FacetsCompiler': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___datatype_0Exception, NULL); } IL2CPP_EXTERN_C void FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshal_com_back(const FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_com& marshaled, FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663& unmarshaled) { Exception_t* ___datatype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'datatype' of type 'FacetsCompiler': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___datatype_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler IL2CPP_EXTERN_C void FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshal_com_cleanup(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_marshaled_com& marshaled) { } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::.ctor(System.Xml.Schema.DatatypeImplementation,System.Xml.Schema.RestrictionFacets) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler__ctor_m401D0D5D688A912F1268019AEA90F47994774ECE (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___0_baseDatatype, RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___1_restriction, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B2_0 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B1_0 = NULL; int32_t G_B3_0 = 0; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B3_1 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B5_0 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B4_0 = NULL; int32_t G_B6_0 = 0; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B6_1 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B8_0 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B7_0 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B9_0 = NULL; int32_t G_B10_0 = 0; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B10_1 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B12_0 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B11_0 = NULL; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* G_B13_0 = NULL; FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* G_B13_1 = NULL; { __this->___firstPattern_8 = (bool)1; __this->___regStr_9 = (StringBuilder_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___regStr_9), (void*)(StringBuilder_t*)NULL); __this->___pattern_facet_10 = (XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___pattern_facet_10), (void*)(XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927*)NULL); DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = ___0_baseDatatype; __this->___datatype_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___datatype_0), (void*)L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1 = ___1_restriction; __this->___derivedRestriction_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___derivedRestriction_1), (void*)L_1); DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_2 = __this->___datatype_0; NullCheck(L_2); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3; L_3 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2); G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_0034; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0044; } IL_0034: { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_4 = __this->___datatype_0; NullCheck(L_4); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_5; L_5 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_4); NullCheck(L_5); int32_t L_6 = L_5->___Flags_12; G_B3_0 = ((int32_t)(L_6)); G_B3_1 = G_B2_0; } IL_0044: { G_B3_1->___baseFlags_2 = G_B3_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_7 = __this->___datatype_0; NullCheck(L_7); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_8; L_8 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_7); G_B4_0 = __this; if (L_8) { G_B5_0 = __this; goto IL_005a; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_006a; } IL_005a: { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_9 = __this->___datatype_0; NullCheck(L_9); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10; L_10 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_9); NullCheck(L_10); int32_t L_11 = L_10->___FixedFlags_13; G_B6_0 = ((int32_t)(L_11)); G_B6_1 = G_B5_0; } IL_006a: { G_B6_1->___baseFixedFlags_3 = G_B6_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_12 = __this->___datatype_0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(27 /* System.Xml.Schema.RestrictionFlags System.Xml.Schema.DatatypeImplementation::get_ValidRestrictionFlags() */, L_12); __this->___validRestrictionFlags_4 = L_13; il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_14; L_14 = DatatypeImplementation_GetSimpleTypeFromTypeCode_mE8ABDBE84124F10FCFD5B300C54BBA8004F8DB16(((int32_t)47), NULL); NullCheck(L_14); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_15; L_15 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_14, NULL); __this->___nonNegativeInt_5 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___nonNegativeInt_5), (void*)L_15); DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_16 = __this->___datatype_0; G_B7_0 = __this; if (((Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC*)IsInstClass((RuntimeObject*)L_16, Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var))) { G_B8_0 = __this; goto IL_00ad; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_17 = __this->___datatype_0; G_B8_0 = G_B7_0; if (!((Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E*)IsInstClass((RuntimeObject*)L_17, Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E_il2cpp_TypeInfo_var))) { G_B9_0 = G_B7_0; goto IL_00b0; } } IL_00ad: { G_B10_0 = 0; G_B10_1 = G_B8_0; goto IL_00bb; } IL_00b0: { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_18 = __this->___datatype_0; NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_18); G_B10_0 = ((int32_t)(L_19)); G_B10_1 = G_B9_0; } IL_00bb: { G_B10_1->___builtInEnum_7 = G_B10_0; int32_t L_20 = __this->___builtInEnum_7; G_B11_0 = __this; if ((((int32_t)L_20) > ((int32_t)0))) { G_B12_0 = __this; goto IL_00d2; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_21 = __this->___datatype_0; G_B13_0 = L_21; G_B13_1 = G_B11_0; goto IL_00e2; } IL_00d2: { int32_t L_22 = __this->___builtInEnum_7; il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_23; L_23 = DatatypeImplementation_GetSimpleTypeFromTypeCode_mE8ABDBE84124F10FCFD5B300C54BBA8004F8DB16(L_22, NULL); NullCheck(L_23); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_24; L_24 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_23, NULL); G_B13_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)(L_24)); G_B13_1 = G_B12_0; } IL_00e2: { G_B13_1->___builtInType_6 = G_B13_0; Il2CppCodeGenWriteBarrier((void**)(&G_B13_1->___builtInType_6), (void*)G_B13_0); return; } } IL2CPP_EXTERN_C void FacetsCompiler__ctor_m401D0D5D688A912F1268019AEA90F47994774ECE_AdjustorThunk (RuntimeObject* __this, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___0_baseDatatype, RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___1_restriction, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler__ctor_m401D0D5D688A912F1268019AEA90F47994774ECE(_thisAdjusted, ___0_baseDatatype, ___1_restriction, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileLengthFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08D2535AB2EACFB3A5115259D8FB786FFEDF8BCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89073348DD59BC76420AF58A14AC3B2B40587E13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D081BD5C342EFDEF7CD4790B99C6D9D6D48CE93); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, 1, _stringLiteral08D2535AB2EACFB3A5115259D8FB786FFEDF8BCA, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, 1, _stringLiteral89073348DD59BC76420AF58A14AC3B2B40587E13, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___nonNegativeInt_5; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteral9D081BD5C342EFDEF7CD4790B99C6D9D6D48CE93, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); int32_t L_6; L_6 = XmlBaseConverter_DecimalToInt32_m3223DF867474BA0110F424083FA675CE72AB6C6B(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_5, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL); NullCheck(L_2); L_2->___Length_0 = L_6; int32_t L_7 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_7&1))) { goto IL_008b; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_9 = __this->___datatype_0; NullCheck(L_9); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10; L_10 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_9); NullCheck(L_10); int32_t L_11 = L_10->___Length_0; int32_t L_12 = L_11; RuntimeObject* L_13 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_12); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = __this->___derivedRestriction_1; NullCheck(L_14); int32_t L_15 = L_14->___Length_0; int32_t L_16 = L_15; RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16); NullCheck(L_8); bool L_18; L_18 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_8, L_13, L_17); if (L_18) { goto IL_008b; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_20); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220_RuntimeMethod_var))); } IL_008b: { int32_t L_21 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_21&1))) { goto IL_00be; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_22 = __this->___datatype_0; NullCheck(L_22); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23; L_23 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_22); NullCheck(L_23); int32_t L_24 = L_23->___Length_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_25 = __this->___derivedRestriction_1; NullCheck(L_25); int32_t L_26 = L_25->___Length_0; if ((((int32_t)L_24) >= ((int32_t)L_26))) { goto IL_00be; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_27 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_28 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_28); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF1D1CB7341605E178169F2F0337BEA05803798DB)), L_27, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220_RuntimeMethod_var))); } IL_00be: { int32_t L_29 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_29&2))) { goto IL_00f1; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_30 = __this->___datatype_0; NullCheck(L_30); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_31; L_31 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_30); NullCheck(L_31); int32_t L_32 = L_31->___MinLength_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_33 = __this->___derivedRestriction_1; NullCheck(L_33); int32_t L_34 = L_33->___Length_0; if ((((int32_t)L_32) <= ((int32_t)L_34))) { goto IL_00f1; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_35 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_36 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B01F6D7068ED8EC056F45813426C2514779BF1A)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220_RuntimeMethod_var))); } IL_00f1: { int32_t L_37 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_37&4))) { goto IL_0124; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_38 = __this->___datatype_0; NullCheck(L_38); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_39; L_39 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_38); NullCheck(L_39); int32_t L_40 = L_39->___MaxLength_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_41 = __this->___derivedRestriction_1; NullCheck(L_41); int32_t L_42 = L_41->___Length_0; if ((((int32_t)L_40) >= ((int32_t)L_42))) { goto IL_0124; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_43 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_44 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_44); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B01F6D7068ED8EC056F45813426C2514779BF1A)), L_43, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220_RuntimeMethod_var))); } IL_0124: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_45 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_45, 1, NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileLengthFacet_m6DBBB696D8FE5E7BECDD49203BE2A290AC747220(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMinLengthFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1262908F21D5E2EC8115FBE3EDA5E89999B4B05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8ED2E2F89D32B75E05E1386C1DAC4B814694E7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6CEFDB240638CCF328BF635B2FA02358E41BB24); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, 2, _stringLiteralE6CEFDB240638CCF328BF635B2FA02358E41BB24, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, 2, _stringLiteralB1262908F21D5E2EC8115FBE3EDA5E89999B4B05, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___nonNegativeInt_5; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteralD8ED2E2F89D32B75E05E1386C1DAC4B814694E7C, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); int32_t L_6; L_6 = XmlBaseConverter_DecimalToInt32_m3223DF867474BA0110F424083FA675CE72AB6C6B(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_5, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL); NullCheck(L_2); L_2->___MinLength_1 = L_6; int32_t L_7 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_7&2))) { goto IL_008b; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_9 = __this->___datatype_0; NullCheck(L_9); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10; L_10 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_9); NullCheck(L_10); int32_t L_11 = L_10->___MinLength_1; int32_t L_12 = L_11; RuntimeObject* L_13 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_12); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = __this->___derivedRestriction_1; NullCheck(L_14); int32_t L_15 = L_14->___MinLength_1; int32_t L_16 = L_15; RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16); NullCheck(L_8); bool L_18; L_18 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_8, L_13, L_17); if (L_18) { goto IL_008b; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_20); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1_RuntimeMethod_var))); } IL_008b: { int32_t L_21 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_21&2))) { goto IL_00be; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_22 = __this->___datatype_0; NullCheck(L_22); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23; L_23 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_22); NullCheck(L_23); int32_t L_24 = L_23->___MinLength_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_25 = __this->___derivedRestriction_1; NullCheck(L_25); int32_t L_26 = L_25->___MinLength_1; if ((((int32_t)L_24) <= ((int32_t)L_26))) { goto IL_00be; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_27 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_28 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_28); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA30E470A3E0D549F6013586DAD70DE65EAE603E3)), L_27, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1_RuntimeMethod_var))); } IL_00be: { int32_t L_29 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_29&1))) { goto IL_00f1; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_30 = __this->___datatype_0; NullCheck(L_30); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_31; L_31 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_30); NullCheck(L_31); int32_t L_32 = L_31->___Length_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_33 = __this->___derivedRestriction_1; NullCheck(L_33); int32_t L_34 = L_33->___MinLength_1; if ((((int32_t)L_32) >= ((int32_t)L_34))) { goto IL_00f1; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_35 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_36 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B01F6D7068ED8EC056F45813426C2514779BF1A)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1_RuntimeMethod_var))); } IL_00f1: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_37 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_37, 2, NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileMinLengthFacet_m8BDB2DC2DD3AD780C40EA99929E1FDBFA27801C1(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMaxLengthFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral629A6D730EDE87BFE90E48D6277D895EFCC37A5C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral970897FD6B76A5488F09C343E92A4931D87569F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF67C58DCF2F9016878B00431EC0CD8771ACD4BD9); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, 4, _stringLiteral629A6D730EDE87BFE90E48D6277D895EFCC37A5C, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, 4, _stringLiteral970897FD6B76A5488F09C343E92A4931D87569F5, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___nonNegativeInt_5; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteralF67C58DCF2F9016878B00431EC0CD8771ACD4BD9, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); int32_t L_6; L_6 = XmlBaseConverter_DecimalToInt32_m3223DF867474BA0110F424083FA675CE72AB6C6B(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_5, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL); NullCheck(L_2); L_2->___MaxLength_2 = L_6; int32_t L_7 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_7&4))) { goto IL_008b; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_9 = __this->___datatype_0; NullCheck(L_9); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10; L_10 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_9); NullCheck(L_10); int32_t L_11 = L_10->___MaxLength_2; int32_t L_12 = L_11; RuntimeObject* L_13 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_12); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = __this->___derivedRestriction_1; NullCheck(L_14); int32_t L_15 = L_14->___MaxLength_2; int32_t L_16 = L_15; RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16); NullCheck(L_8); bool L_18; L_18 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_8, L_13, L_17); if (L_18) { goto IL_008b; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_20); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E_RuntimeMethod_var))); } IL_008b: { int32_t L_21 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_21&4))) { goto IL_00be; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_22 = __this->___datatype_0; NullCheck(L_22); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23; L_23 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_22); NullCheck(L_23); int32_t L_24 = L_23->___MaxLength_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_25 = __this->___derivedRestriction_1; NullCheck(L_25); int32_t L_26 = L_25->___MaxLength_2; if ((((int32_t)L_24) >= ((int32_t)L_26))) { goto IL_00be; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_27 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_28 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_28); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96FCE68F4D81234C6361CD62E9BFF2931D181668)), L_27, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E_RuntimeMethod_var))); } IL_00be: { int32_t L_29 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_29&1))) { goto IL_00f1; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_30 = __this->___datatype_0; NullCheck(L_30); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_31; L_31 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_30); NullCheck(L_31); int32_t L_32 = L_31->___Length_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_33 = __this->___derivedRestriction_1; NullCheck(L_33); int32_t L_34 = L_33->___MaxLength_2; if ((((int32_t)L_32) <= ((int32_t)L_34))) { goto IL_00f1; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_35 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_36 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B01F6D7068ED8EC056F45813426C2514779BF1A)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E_RuntimeMethod_var))); } IL_00f1: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_37 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_37, 4, NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileMaxLengthFacet_m10D528B63A1782FDAE214A07DEA879ED238C613E(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompilePatternFacet(System.Xml.Schema.XmlSchemaPatternFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompilePatternFacet_mE41DAA769EB3EF18A7B73D70C33DA01699224964 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A1CA7389CCE118046702191FBF4B512D215C885); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral649A8D4B77322EA0AAF595D20AA4705FCE2C926A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); s_Il2CppMethodInitialized = true; } { XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, 8, _stringLiteral3A1CA7389CCE118046702191FBF4B512D215C885, NULL); bool L_1 = __this->___firstPattern_8; if (!L_1) { goto IL_0053; } } { StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_2); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL); __this->___regStr_9 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___regStr_9), (void*)L_2); StringBuilder_t* L_3 = __this->___regStr_9; NullCheck(L_3); StringBuilder_t* L_4; L_4 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, NULL); StringBuilder_t* L_5 = __this->___regStr_9; XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_6 = ___0_facet; NullCheck(L_6); String_t* L_7; L_7 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_6, NULL); NullCheck(L_5); StringBuilder_t* L_8; L_8 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_5, L_7, NULL); XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_9 = ___0_facet; __this->___pattern_facet_10 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___pattern_facet_10), (void*)L_9); __this->___firstPattern_8 = (bool)0; goto IL_0076; } IL_0053: { StringBuilder_t* L_10 = __this->___regStr_9; NullCheck(L_10); StringBuilder_t* L_11; L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_10, _stringLiteral649A8D4B77322EA0AAF595D20AA4705FCE2C926A, NULL); StringBuilder_t* L_12 = __this->___regStr_9; XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_13 = ___0_facet; NullCheck(L_13); String_t* L_14; L_14 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_13, NULL); NullCheck(L_12); StringBuilder_t* L_15; L_15 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, L_14, NULL); } IL_0076: { XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_16 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_16, 8, NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompilePatternFacet_mE41DAA769EB3EF18A7B73D70C33DA01699224964_AdjustorThunk (RuntimeObject* __this, XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompilePatternFacet_mE41DAA769EB3EF18A7B73D70C33DA01699224964(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileEnumerationFacet(System.Xml.Schema.XmlSchemaFacet,System.Xml.IXmlNamespaceResolver,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileEnumerationFacet_mD1D97D9D61D4FDFE25A7A52CFB4AC1B25C398C92 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, RuntimeObject* ___1_nsmgr, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nameTable, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC15EC158E3CB29B6991C6F3B4F0EBC932163F68); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA4F660895A9E19ABBAE88D7CC2CFDA69190063B); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)16), _stringLiteralAC15EC158E3CB29B6991C6F3B4F0EBC932163F68, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1 = __this->___derivedRestriction_1; NullCheck(L_1); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = L_1->___Enumeration_4; if (L_2) { goto IL_002b; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = __this->___derivedRestriction_1; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); NullCheck(L_4); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_4, NULL); NullCheck(L_3); L_3->___Enumeration_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___Enumeration_4), (void*)L_4); } IL_002b: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_5 = __this->___derivedRestriction_1; NullCheck(L_5); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = L_5->___Enumeration_4; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_7 = __this->___datatype_0; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_8 = ___0_facet; RuntimeObject* L_9 = ___1_nsmgr; XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_10 = ___2_nameTable; RuntimeObject* L_11; L_11 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_7, L_8, _stringLiteralCA4F660895A9E19ABBAE88D7CC2CFDA69190063B, L_9, L_10, NULL); NullCheck(L_6); int32_t L_12; L_12 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_11); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_13 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_13, ((int32_t)16), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileEnumerationFacet_mD1D97D9D61D4FDFE25A7A52CFB4AC1B25C398C92_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, RuntimeObject* ___1_nsmgr, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nameTable, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileEnumerationFacet_mD1D97D9D61D4FDFE25A7A52CFB4AC1B25C398C92(_thisAdjusted, ___0_facet, ___1_nsmgr, ___2_nameTable, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileWhitespaceFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaWhiteSpace_t7D701212A7ED013BB6D0CDD4D169F44A3D4B55D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12CE2A4DA07ABE8B5BF2AE76D5E68472AC900A1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12D49FA60882D5CFDF801341AE3914DD88A7BF2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D827FE223F71987BAC6B4FADF396F048C7D80AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65DDF617D3DC66703C8422DBDA7E6F371DF96C2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)32), _stringLiteral3D827FE223F71987BAC6B4FADF396F048C7D80AD, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, ((int32_t)32), _stringLiteral65DDF617D3DC66703C8422DBDA7E6F371DF96C2B, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_2 = ___0_facet; NullCheck(L_2); String_t* L_3; L_3 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_2, NULL); bool L_4; L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, NULL); if (!L_4) { goto IL_003c; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_5 = __this->___derivedRestriction_1; NullCheck(L_5); L_5->___WhiteSpace_5 = 0; goto IL_008e; } IL_003c: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_6 = ___0_facet; NullCheck(L_6); String_t* L_7; L_7 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_6, NULL); bool L_8; L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, _stringLiteral12CE2A4DA07ABE8B5BF2AE76D5E68472AC900A1D, NULL); if (!L_8) { goto IL_005c; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_9 = __this->___derivedRestriction_1; NullCheck(L_9); L_9->___WhiteSpace_5 = 1; goto IL_008e; } IL_005c: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_10 = ___0_facet; NullCheck(L_10); String_t* L_11; L_11 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_10, NULL); bool L_12; L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, _stringLiteral12D49FA60882D5CFDF801341AE3914DD88A7BF2F, NULL); if (!L_12) { goto IL_007c; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_13 = __this->___derivedRestriction_1; NullCheck(L_13); L_13->___WhiteSpace_5 = 2; goto IL_008e; } IL_007c: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_14 = ___0_facet; NullCheck(L_14); String_t* L_15; L_15 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_14, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_16 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_17 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_17); XmlSchemaException__ctor_mEBB11FA07F979D8E2FFEA6F15F363DE6ECD4EAE2(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBEAB295DF09E019C149E74055FF54D3D23077940)), L_15, L_16, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B_RuntimeMethod_var))); } IL_008e: { int32_t L_18 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_18&((int32_t)32)))) { goto IL_00d7; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_19 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_20 = __this->___datatype_0; NullCheck(L_20); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_21; L_21 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_20); NullCheck(L_21); int32_t L_22 = L_21->___WhiteSpace_5; int32_t L_23 = L_22; RuntimeObject* L_24 = Box(XmlSchemaWhiteSpace_t7D701212A7ED013BB6D0CDD4D169F44A3D4B55D4_il2cpp_TypeInfo_var, &L_23); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_25 = __this->___derivedRestriction_1; NullCheck(L_25); int32_t L_26 = L_25->___WhiteSpace_5; int32_t L_27 = L_26; RuntimeObject* L_28 = Box(XmlSchemaWhiteSpace_t7D701212A7ED013BB6D0CDD4D169F44A3D4B55D4_il2cpp_TypeInfo_var, &L_27); NullCheck(L_19); bool L_29; L_29 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_19, L_24, L_28); if (L_29) { goto IL_00d7; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_30 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_31 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_31); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B_RuntimeMethod_var))); } IL_00d7: { int32_t L_32 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_32&((int32_t)32)))) { goto IL_00f5; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_33 = __this->___datatype_0; NullCheck(L_33); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_34; L_34 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_33); NullCheck(L_34); int32_t L_35 = L_34->___WhiteSpace_5; V_0 = L_35; goto IL_0101; } IL_00f5: { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_36 = __this->___datatype_0; NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_36); V_0 = L_37; } IL_0101: { int32_t L_38 = V_0; if ((!(((uint32_t)L_38) == ((uint32_t)2)))) { goto IL_012c; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_39 = __this->___derivedRestriction_1; NullCheck(L_39); int32_t L_40 = L_39->___WhiteSpace_5; if ((((int32_t)L_40) == ((int32_t)1))) { goto IL_0120; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_41 = __this->___derivedRestriction_1; NullCheck(L_41); int32_t L_42 = L_41->___WhiteSpace_5; if (L_42) { goto IL_012c; } } IL_0120: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_43 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_44 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_44); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral269204F6540F4BDB7627314E8D19ABFA7508E82E)), L_43, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B_RuntimeMethod_var))); } IL_012c: { int32_t L_45 = V_0; if ((!(((uint32_t)L_45) == ((uint32_t)1)))) { goto IL_0149; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_46 = __this->___derivedRestriction_1; NullCheck(L_46); int32_t L_47 = L_46->___WhiteSpace_5; if (L_47) { goto IL_0149; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_48 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_49 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_49); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD2FC2A2CF4F2F6AF0F8BBAB963EAFEA7C4E7130C)), L_48, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B_RuntimeMethod_var))); } IL_0149: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_50 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_50, ((int32_t)32), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileWhitespaceFacet_m84C529B591D6F3DBFFD17C38BC16C981A1EE606B(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMaxInclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMaxInclusiveFacet_mCDF4857B6770BADDF03F5A5666B2E1D4C690365E (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DFA39CAA8134F10E06F9A30DE95892476FCD04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1C0BA432FCFDA52FC62977E92502435113F168E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEA236D4A37EA88A5EF5FA6AA30DFE2C1B3B624D); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)64), _stringLiteral1DFA39CAA8134F10E06F9A30DE95892476FCD04E, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, ((int32_t)64), _stringLiteralDEA236D4A37EA88A5EF5FA6AA30DFE2C1B3B624D, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___builtInType_6; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteralA1C0BA432FCFDA52FC62977E92502435113F168E, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); NullCheck(L_2); L_2->___MaxInclusive_6 = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_2->___MaxInclusive_6), (void*)L_5); int32_t L_6 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_6&((int32_t)64)))) { goto IL_007a; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_7 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8 = __this->___datatype_0; NullCheck(L_8); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_9; L_9 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_8); NullCheck(L_9); RuntimeObject* L_10 = L_9->___MaxInclusive_6; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_11 = __this->___derivedRestriction_1; NullCheck(L_11); RuntimeObject* L_12 = L_11->___MaxInclusive_6; NullCheck(L_7); bool L_13; L_13 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_7, L_10, L_12); if (L_13) { goto IL_007a; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_14 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_15 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_15); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMaxInclusiveFacet_mCDF4857B6770BADDF03F5A5666B2E1D4C690365E_RuntimeMethod_var))); } IL_007a: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = __this->___derivedRestriction_1; NullCheck(L_16); RuntimeObject* L_17 = L_16->___MaxInclusive_6; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_18 = ___0_facet; FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A(__this, L_17, L_18, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_19, ((int32_t)64), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileMaxInclusiveFacet_mCDF4857B6770BADDF03F5A5666B2E1D4C690365E_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileMaxInclusiveFacet_mCDF4857B6770BADDF03F5A5666B2E1D4C690365E(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMaxExclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMaxExclusiveFacet_m5D76561BC87629AD3FA6A59861FA31AFAC0C0E85 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C6892BF19623EDBA58A37D2914638028CC736F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC95B0C5320B33377F2C89701A79228EC9B6382CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD84291434CBAB0F4C3F601B32DF53DF66D4C4662); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)128), _stringLiteralC95B0C5320B33377F2C89701A79228EC9B6382CB, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, ((int32_t)128), _stringLiteral3C6892BF19623EDBA58A37D2914638028CC736F0, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___builtInType_6; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteralD84291434CBAB0F4C3F601B32DF53DF66D4C4662, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); NullCheck(L_2); L_2->___MaxExclusive_7 = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_2->___MaxExclusive_7), (void*)L_5); int32_t L_6 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_6&((int32_t)128)))) { goto IL_0083; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_7 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8 = __this->___datatype_0; NullCheck(L_8); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_9; L_9 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_8); NullCheck(L_9); RuntimeObject* L_10 = L_9->___MaxExclusive_7; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_11 = __this->___derivedRestriction_1; NullCheck(L_11); RuntimeObject* L_12 = L_11->___MaxExclusive_7; NullCheck(L_7); bool L_13; L_13 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_7, L_10, L_12); if (L_13) { goto IL_0083; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_14 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_15 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_15); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMaxExclusiveFacet_m5D76561BC87629AD3FA6A59861FA31AFAC0C0E85_RuntimeMethod_var))); } IL_0083: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = __this->___derivedRestriction_1; NullCheck(L_16); RuntimeObject* L_17 = L_16->___MaxExclusive_7; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_18 = ___0_facet; FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A(__this, L_17, L_18, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_19, ((int32_t)128), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileMaxExclusiveFacet_m5D76561BC87629AD3FA6A59861FA31AFAC0C0E85_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileMaxExclusiveFacet_m5D76561BC87629AD3FA6A59861FA31AFAC0C0E85(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMinInclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMinInclusiveFacet_mB45C7BBF19DE1E1622920FF7DE6A698C5C2BC84F (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CCB148F19EF67B9596C519AED6BEF3D37337A4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97FE23532ED58564850249F5C720786A2D2559E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB4BF4757ED37A7A5729A4C8E1272ED164AA576B); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)256), _stringLiteralFB4BF4757ED37A7A5729A4C8E1272ED164AA576B, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, ((int32_t)256), _stringLiteral97FE23532ED58564850249F5C720786A2D2559E3, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___builtInType_6; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteral7CCB148F19EF67B9596C519AED6BEF3D37337A4E, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); NullCheck(L_2); L_2->___MinInclusive_8 = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_2->___MinInclusive_8), (void*)L_5); int32_t L_6 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_6&((int32_t)256)))) { goto IL_0083; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_7 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8 = __this->___datatype_0; NullCheck(L_8); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_9; L_9 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_8); NullCheck(L_9); RuntimeObject* L_10 = L_9->___MinInclusive_8; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_11 = __this->___derivedRestriction_1; NullCheck(L_11); RuntimeObject* L_12 = L_11->___MinInclusive_8; NullCheck(L_7); bool L_13; L_13 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_7, L_10, L_12); if (L_13) { goto IL_0083; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_14 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_15 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_15); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMinInclusiveFacet_mB45C7BBF19DE1E1622920FF7DE6A698C5C2BC84F_RuntimeMethod_var))); } IL_0083: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = __this->___derivedRestriction_1; NullCheck(L_16); RuntimeObject* L_17 = L_16->___MinInclusive_8; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_18 = ___0_facet; FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A(__this, L_17, L_18, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_19, ((int32_t)256), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileMinInclusiveFacet_mB45C7BBF19DE1E1622920FF7DE6A698C5C2BC84F_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileMinInclusiveFacet_mB45C7BBF19DE1E1622920FF7DE6A698C5C2BC84F(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileMinExclusiveFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileMinExclusiveFacet_mA1635685867DDED9367BB3052E9C8045B36AFE14 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50666A0FFA0E0E291FBDDA56CAA9FF90672BD763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AFB6B79D10D114364FAEDA7D66F50729578635A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA751FA684930DC9B13CD32144C7C1DD750DAE9B); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)512), _stringLiteralDA751FA684930DC9B13CD32144C7C1DD750DAE9B, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, ((int32_t)512), _stringLiteral50666A0FFA0E0E291FBDDA56CAA9FF90672BD763, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___builtInType_6; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteral5AFB6B79D10D114364FAEDA7D66F50729578635A, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); NullCheck(L_2); L_2->___MinExclusive_9 = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_2->___MinExclusive_9), (void*)L_5); int32_t L_6 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_6&((int32_t)512)))) { goto IL_0083; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_7 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8 = __this->___datatype_0; NullCheck(L_8); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_9; L_9 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_8); NullCheck(L_9); RuntimeObject* L_10 = L_9->___MinExclusive_9; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_11 = __this->___derivedRestriction_1; NullCheck(L_11); RuntimeObject* L_12 = L_11->___MinExclusive_9; NullCheck(L_7); bool L_13; L_13 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_7, L_10, L_12); if (L_13) { goto IL_0083; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_14 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_15 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_15); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileMinExclusiveFacet_mA1635685867DDED9367BB3052E9C8045B36AFE14_RuntimeMethod_var))); } IL_0083: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = __this->___derivedRestriction_1; NullCheck(L_16); RuntimeObject* L_17 = L_16->___MinExclusive_9; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_18 = ___0_facet; FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A(__this, L_17, L_18, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_19 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_19, ((int32_t)512), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileMinExclusiveFacet_mA1635685867DDED9367BB3052E9C8045B36AFE14_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileMinExclusiveFacet_mA1635685867DDED9367BB3052E9C8045B36AFE14(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileTotalDigitsFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00C7D781B228BE04E3344D0B2E3E72A1E1C171F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DCDACF0E7ABCEE5B96441E148796890677D803E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD83A9763CEEA9684CE28E7A73089236FDE8FE861); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_0 = NULL; { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)1024), _stringLiteralD83A9763CEEA9684CE28E7A73089236FDE8FE861, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, ((int32_t)1024), _stringLiteral8DCDACF0E7ABCEE5B96441E148796890677D803E, NULL); il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_2; L_2 = DatatypeImplementation_GetSimpleTypeFromTypeCode_mE8ABDBE84124F10FCFD5B300C54BBA8004F8DB16(((int32_t)52), NULL); NullCheck(L_2); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3; L_3 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_2, NULL); V_0 = L_3; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = V_0; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_6 = ___0_facet; RuntimeObject* L_7; L_7 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_5, L_6, _stringLiteral00C7D781B228BE04E3344D0B2E3E72A1E1C171F5, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); int32_t L_8; L_8 = XmlBaseConverter_DecimalToInt32_m3223DF867474BA0110F424083FA675CE72AB6C6B(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_7, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL); NullCheck(L_4); L_4->___TotalDigits_10 = L_8; int32_t L_9 = __this->___baseFixedFlags_3; if (!((int32_t)((int32_t)L_9&((int32_t)1024)))) { goto IL_009f; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_10 = __this->___datatype_0; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_11 = __this->___datatype_0; NullCheck(L_11); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_12; L_12 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_11); NullCheck(L_12); int32_t L_13 = L_12->___TotalDigits_10; int32_t L_14 = L_13; RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = __this->___derivedRestriction_1; NullCheck(L_16); int32_t L_17 = L_16->___TotalDigits_10; int32_t L_18 = L_17; RuntimeObject* L_19 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_18); NullCheck(L_10); bool L_20; L_20 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_10, L_15, L_19); if (L_20) { goto IL_009f; } } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_21 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_22 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_22); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC377B944E494F028338B2BA0620BCB9025FFD38)), L_21, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F_RuntimeMethod_var))); } IL_009f: { int32_t L_23 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_23&((int32_t)1024)))) { goto IL_00da; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_24 = __this->___derivedRestriction_1; NullCheck(L_24); int32_t L_25 = L_24->___TotalDigits_10; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_26 = __this->___datatype_0; NullCheck(L_26); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_27; L_27 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_26); NullCheck(L_27); int32_t L_28 = L_27->___TotalDigits_10; if ((((int32_t)L_25) <= ((int32_t)L_28))) { goto IL_00da; } } { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_30 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_30); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE97257095B37C08CF59F8CA5260B03E8DDE6441)), L_29, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F_RuntimeMethod_var))); } IL_00da: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_31 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_31, ((int32_t)1024), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileTotalDigitsFacet_mDDFF9A4D16CEF95AA3F988BFA88E9A2E7F42D24F(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileFractionDigitsFacet(System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00E0BD705E1177CE462A988F739408E7F5C6AF9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38C8E8D0F2BD56DAC4BEC11B7BA7A34BB4EA48A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8861DC5EDE03F5C7A0131AE798CE5160091E0F72); s_Il2CppMethodInitialized = true; } { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_0 = ___0_facet; FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(__this, L_0, ((int32_t)2048), _stringLiteral38C8E8D0F2BD56DAC4BEC11B7BA7A34BB4EA48A9, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___0_facet; FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(__this, L_1, ((int32_t)2048), _stringLiteral8861DC5EDE03F5C7A0131AE798CE5160091E0F72, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = __this->___nonNegativeInt_5; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; RuntimeObject* L_5; L_5 = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(__this, L_3, L_4, _stringLiteral00E0BD705E1177CE462A988F739408E7F5C6AF9F, (RuntimeObject*)NULL, (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)NULL, NULL); il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var); int32_t L_6; L_6 = XmlBaseConverter_DecimalToInt32_m3223DF867474BA0110F424083FA675CE72AB6C6B(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_5, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL); NullCheck(L_2); L_2->___FractionDigits_11 = L_6; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_7 = __this->___derivedRestriction_1; NullCheck(L_7); int32_t L_8 = L_7->___FractionDigits_11; if (!L_8) { goto IL_007d; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_9 = __this->___datatype_0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_9); if ((((int32_t)L_10) == ((int32_t)((int32_t)14)))) { goto IL_007d; } } { String_t* L_11; L_11 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27F42A7AB3DD9AAF802BD4BC5674F9B9B13077A8)), NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_12 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_13 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_13); XmlSchemaException__ctor_mEBB11FA07F979D8E2FFEA6F15F363DE6ECD4EAE2(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00E0BD705E1177CE462A988F739408E7F5C6AF9F)), L_11, L_12, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9_RuntimeMethod_var))); } IL_007d: { int32_t L_14 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_14&((int32_t)2048)))) { goto IL_00b8; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_15 = __this->___derivedRestriction_1; NullCheck(L_15); int32_t L_16 = L_15->___FractionDigits_11; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_17 = __this->___datatype_0; NullCheck(L_17); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_18; L_18 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_17); NullCheck(L_18); int32_t L_19 = L_18->___FractionDigits_11; if ((((int32_t)L_16) <= ((int32_t)L_19))) { goto IL_00b8; } } { String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_21 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_21); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE97257095B37C08CF59F8CA5260B03E8DDE6441)), L_20, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9_RuntimeMethod_var))); } IL_00b8: { XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_22 = ___0_facet; FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(__this, L_22, ((int32_t)2048), NULL); return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileFractionDigitsFacet_m851C1ACF5E0DD070DFDCB3D0227872925DE6B0B9(_thisAdjusted, ___0_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::FinishFacetCompile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_FinishFacetCompile_m4AD1A69B7D7C9F1FCF20F4468B6352C10DA257EE (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0 = __this->___firstPattern_8; if (L_0) { goto IL_00de; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1 = __this->___derivedRestriction_1; NullCheck(L_1); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = L_1->___Patterns_3; if (L_2) { goto IL_0028; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = __this->___derivedRestriction_1; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); NullCheck(L_4); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_4, NULL); NullCheck(L_3); L_3->___Patterns_3 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___Patterns_3), (void*)L_4); } IL_0028: { } try {// begin try (depth: 1) { StringBuilder_t* L_5 = __this->___regStr_9; NullCheck(L_5); StringBuilder_t* L_6; L_6 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_5, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL); StringBuilder_t* L_7 = __this->___regStr_9; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); NullCheck(L_8); int32_t L_9; L_9 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_8, ((int32_t)124), NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0072_1; } } { StringBuilder_t* L_10 = __this->___regStr_9; NullCheck(L_10); StringBuilder_t* L_11; L_11 = StringBuilder_Insert_mEA426100381DD65FB6A891BA28B5F1208BEDDD29(L_10, 0, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, NULL); StringBuilder_t* L_12 = __this->___regStr_9; NullCheck(L_12); StringBuilder_t* L_13; L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL); } IL_0072_1: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = __this->___derivedRestriction_1; NullCheck(L_14); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_15 = L_14->___Patterns_3; StringBuilder_t* L_16 = __this->___regStr_9; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); il2cpp_codegen_runtime_class_init_inline(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var); String_t* L_18; L_18 = FacetsCompiler_Preprocess_m33F6EE466838A3123D305E5E2B69A5538DC17576(L_17, NULL); Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_19 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); NullCheck(L_19); Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621(L_19, L_18, 0, NULL); NullCheck(L_15); int32_t L_20; L_20 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_19); goto IL_00de; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_009b; } throw e; } CATCH_009b: {// begin catch(System.Exception) V_0 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21; Exception_t* L_23 = V_0; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_23); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (String_t*)L_24); Exception_t* L_25 = V_0; XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_26 = __this->___pattern_facet_10; NullCheck(L_26); String_t* L_27; L_27 = XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline(L_26, NULL); XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_28 = __this->___pattern_facet_10; NullCheck(L_28); int32_t L_29; L_29 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_28, NULL); XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_30 = __this->___pattern_facet_10; NullCheck(L_30); int32_t L_31; L_31 = XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline(L_30, NULL); XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* L_32 = __this->___pattern_facet_10; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_33 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_33); XmlSchemaException__ctor_m9505C3D1FC19D24715CEC2FD9A00E58A9502453D(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral207F2FEE7234AE5642D733924FE6ABB2D01622F6)), L_22, L_25, L_27, L_29, L_31, L_32, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_FinishFacetCompile_m4AD1A69B7D7C9F1FCF20F4468B6352C10DA257EE_RuntimeMethod_var))); }// end catch (depth: 1) IL_00de: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_FinishFacetCompile_m4AD1A69B7D7C9F1FCF20F4468B6352C10DA257EE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_FinishFacetCompile_m4AD1A69B7D7C9F1FCF20F4468B6352C10DA257EE(_thisAdjusted, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CheckValue(System.Object,System.Xml.Schema.XmlSchemaFacet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, RuntimeObject* ___0_value, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___1_facet, const RuntimeMethod* method) { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = __this->___datatype_0; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_2 = ___1_facet; NullCheck(L_2); int32_t L_3; L_3 = XmlSchemaFacet_get_FacetType_mFE5DA2AFE94D0752B55912F60C362FDA6CC5034D_inline(L_2, NULL); V_1 = L_3; int32_t L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 7))) { case 0: { goto IL_019d; } case 1: { goto IL_00fe; } case 2: { goto IL_0095; } case 3: { goto IL_002c; } } } { return; } IL_002c: { int32_t L_5 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_5&((int32_t)64)))) { goto IL_005c; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_6 = __this->___datatype_0; RuntimeObject* L_7 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9 = L_8->___MaxInclusive_6; NullCheck(L_6); int32_t L_10; L_10 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_6, L_7, L_9); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_005c; } } { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_12 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_12); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5086B883F6CCAF4F56BCC8D9E28A5B4D4414ACEC)), L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_005c: { int32_t L_13 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_13&((int32_t)128)))) { goto IL_0236; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_14 = __this->___datatype_0; RuntimeObject* L_15 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = V_0; NullCheck(L_16); RuntimeObject* L_17 = L_16->___MaxExclusive_7; NullCheck(L_14); int32_t L_18; L_18 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_14, L_15, L_17); if ((((int32_t)L_18) < ((int32_t)0))) { goto IL_0236; } } { String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_20); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3059EC6B80663BEF31F87DD05ECC50579915E54A)), L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_0095: { int32_t L_21 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_21&((int32_t)128)))) { goto IL_00c8; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_22 = __this->___datatype_0; RuntimeObject* L_23 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_24 = V_0; NullCheck(L_24); RuntimeObject* L_25 = L_24->___MaxExclusive_7; NullCheck(L_22); int32_t L_26; L_26 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_22, L_23, L_25); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00c8; } } { String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_28 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_28); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12A83DD385CD846A5BBC7455C31F329043250D10)), L_27, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_00c8: { int32_t L_29 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_29&((int32_t)64)))) { goto IL_0236; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_30 = __this->___datatype_0; RuntimeObject* L_31 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_32 = V_0; NullCheck(L_32); RuntimeObject* L_33 = L_32->___MaxInclusive_6; NullCheck(L_30); int32_t L_34; L_34 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_30, L_31, L_33); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_0236; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_36 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8673267EAB60C9C534D2F6AA1C92B402B697EA51)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_00fe: { int32_t L_37 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_37&((int32_t)256)))) { goto IL_0131; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_38 = __this->___datatype_0; RuntimeObject* L_39 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_40 = V_0; NullCheck(L_40); RuntimeObject* L_41 = L_40->___MinInclusive_8; NullCheck(L_38); int32_t L_42; L_42 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_38, L_39, L_41); if ((((int32_t)L_42) >= ((int32_t)0))) { goto IL_0131; } } { String_t* L_43 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_44 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_44); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A98A69DC7B47CA410F313E4CEE08F8C0A158385)), L_43, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_0131: { int32_t L_45 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_45&((int32_t)512)))) { goto IL_0164; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_46 = __this->___datatype_0; RuntimeObject* L_47 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_48 = V_0; NullCheck(L_48); RuntimeObject* L_49 = L_48->___MinExclusive_9; NullCheck(L_46); int32_t L_50; L_50 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_46, L_47, L_49); if ((((int32_t)L_50) >= ((int32_t)0))) { goto IL_0164; } } { String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_52 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_52); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_52, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12AF3D3CC50D61C5E89DE59C86F7959395A0A4BE)), L_51, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_0164: { int32_t L_53 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_53&((int32_t)128)))) { goto IL_0236; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_54 = __this->___datatype_0; RuntimeObject* L_55 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_56 = V_0; NullCheck(L_56); RuntimeObject* L_57 = L_56->___MaxExclusive_7; NullCheck(L_54); int32_t L_58; L_58 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_54, L_55, L_57); if ((((int32_t)L_58) < ((int32_t)0))) { goto IL_0236; } } { String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_60 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_60); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_60, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49C1895A98102D214C1367612B0E447C8CC7C768)), L_59, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_019d: { int32_t L_61 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_61&((int32_t)512)))) { goto IL_01d0; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_62 = __this->___datatype_0; RuntimeObject* L_63 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_64 = V_0; NullCheck(L_64); RuntimeObject* L_65 = L_64->___MinExclusive_9; NullCheck(L_62); int32_t L_66; L_66 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_62, L_63, L_65); if ((((int32_t)L_66) >= ((int32_t)0))) { goto IL_01d0; } } { String_t* L_67 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_68 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_68); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_68, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA8EE221577321D289FB58148F6AF7FC94FFCBE00)), L_67, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_01d0: { int32_t L_69 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_69&((int32_t)256)))) { goto IL_0203; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_70 = __this->___datatype_0; RuntimeObject* L_71 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_72 = V_0; NullCheck(L_72); RuntimeObject* L_73 = L_72->___MinInclusive_8; NullCheck(L_70); int32_t L_74; L_74 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_70, L_71, L_73); if ((((int32_t)L_74) >= ((int32_t)0))) { goto IL_0203; } } { String_t* L_75 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_76 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_76); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_76, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C39B5DC37DD44C29D95C5A62382C1DCECC99903)), L_75, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_0203: { int32_t L_77 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_77&((int32_t)128)))) { goto IL_0236; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_78 = __this->___datatype_0; RuntimeObject* L_79 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_80 = V_0; NullCheck(L_80); RuntimeObject* L_81 = L_80->___MaxExclusive_7; NullCheck(L_78); int32_t L_82; L_82 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_78, L_79, L_81); if ((((int32_t)L_82) < ((int32_t)0))) { goto IL_0236; } } { String_t* L_83 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_84 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_84); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_84, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0352827978F6A59AF8A656FE7BE8AA0F95A90F2)), L_83, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_RuntimeMethod_var))); } IL_0236: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_value, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___1_facet, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CheckValue_m4E96A180CD3714A98D9C9E8C38C9C8E550790C0A(_thisAdjusted, ___0_value, ___1_facet, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CompileFacetCombinations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, const RuntimeMethod* method) { { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = __this->___datatype_0; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; NullCheck(L_2); int32_t L_3 = L_2->___Flags_12; if (!((int32_t)((int32_t)L_3&((int32_t)64)))) { goto IL_003f; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = __this->___derivedRestriction_1; NullCheck(L_4); int32_t L_5 = L_4->___Flags_12; if (!((int32_t)((int32_t)L_5&((int32_t)128)))) { goto IL_003f; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_7 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_7); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84A2A5C37A5ED250D46054112A658B45CF84F1AB)), L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_003f: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_8 = __this->___derivedRestriction_1; NullCheck(L_8); int32_t L_9 = L_8->___Flags_12; if (!((int32_t)((int32_t)L_9&((int32_t)256)))) { goto IL_0075; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = __this->___derivedRestriction_1; NullCheck(L_10); int32_t L_11 = L_10->___Flags_12; if (!((int32_t)((int32_t)L_11&((int32_t)512)))) { goto IL_0075; } } { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_13 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_13); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08F9B3BB1411F96E211A3A6106500E9115CDC765)), L_12, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_0075: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = __this->___derivedRestriction_1; NullCheck(L_14); int32_t L_15 = L_14->___Flags_12; if (!((int32_t)((int32_t)L_15&1))) { goto IL_00a3; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = __this->___derivedRestriction_1; NullCheck(L_16); int32_t L_17 = L_16->___Flags_12; if (!((int32_t)((int32_t)L_17&6))) { goto IL_00a3; } } { String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_19 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_19); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF81C9B4F771BA967AB2CD15240E6BB879B0ED49)), L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_00a3: { FacetsCompiler_CopyFacetsFromBaseType_mB28D0E92B80A23F5117CB55426D41A93E632D7BA(__this, NULL); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_20 = __this->___derivedRestriction_1; NullCheck(L_20); int32_t L_21 = L_20->___Flags_12; if (!((int32_t)((int32_t)L_21&2))) { goto IL_00ef; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = __this->___derivedRestriction_1; NullCheck(L_22); int32_t L_23 = L_22->___Flags_12; if (!((int32_t)((int32_t)L_23&4))) { goto IL_00ef; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_24 = __this->___derivedRestriction_1; NullCheck(L_24); int32_t L_25 = L_24->___MinLength_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_26 = __this->___derivedRestriction_1; NullCheck(L_26); int32_t L_27 = L_26->___MaxLength_2; if ((((int32_t)L_25) <= ((int32_t)L_27))) { goto IL_00ef; } } { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_29 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_29); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC61EA3AB5591EF69A92FB51AC12FCA79E8DEFE4)), L_28, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_00ef: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_30 = __this->___derivedRestriction_1; NullCheck(L_30); int32_t L_31 = L_30->___Flags_12; if (!((int32_t)((int32_t)L_31&((int32_t)256)))) { goto IL_0146; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_32 = __this->___derivedRestriction_1; NullCheck(L_32); int32_t L_33 = L_32->___Flags_12; if (!((int32_t)((int32_t)L_33&((int32_t)64)))) { goto IL_0146; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_34 = __this->___datatype_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = __this->___derivedRestriction_1; NullCheck(L_35); RuntimeObject* L_36 = L_35->___MinInclusive_8; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_37 = __this->___derivedRestriction_1; NullCheck(L_37); RuntimeObject* L_38 = L_37->___MaxInclusive_6; NullCheck(L_34); int32_t L_39; L_39 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_34, L_36, L_38); if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_0146; } } { String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_41 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_41); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3926D4A66BA5812EB3764FA63A54DCE8BACA396)), L_40, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_0146: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_42 = __this->___derivedRestriction_1; NullCheck(L_42); int32_t L_43 = L_42->___Flags_12; if (!((int32_t)((int32_t)L_43&((int32_t)256)))) { goto IL_01a0; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_44 = __this->___derivedRestriction_1; NullCheck(L_44); int32_t L_45 = L_44->___Flags_12; if (!((int32_t)((int32_t)L_45&((int32_t)128)))) { goto IL_01a0; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_46 = __this->___datatype_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_47 = __this->___derivedRestriction_1; NullCheck(L_47); RuntimeObject* L_48 = L_47->___MinInclusive_8; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_49 = __this->___derivedRestriction_1; NullCheck(L_49); RuntimeObject* L_50 = L_49->___MaxExclusive_7; NullCheck(L_46); int32_t L_51; L_51 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_46, L_48, L_50); if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_01a0; } } { String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_53 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_53); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_53, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9ED18B3B0DF5540E1FE4CD9E03C2E2342A6846A8)), L_52, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_01a0: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_54 = __this->___derivedRestriction_1; NullCheck(L_54); int32_t L_55 = L_54->___Flags_12; if (!((int32_t)((int32_t)L_55&((int32_t)512)))) { goto IL_01fa; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_56 = __this->___derivedRestriction_1; NullCheck(L_56); int32_t L_57 = L_56->___Flags_12; if (!((int32_t)((int32_t)L_57&((int32_t)128)))) { goto IL_01fa; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_58 = __this->___datatype_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_59 = __this->___derivedRestriction_1; NullCheck(L_59); RuntimeObject* L_60 = L_59->___MinExclusive_9; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_61 = __this->___derivedRestriction_1; NullCheck(L_61); RuntimeObject* L_62 = L_61->___MaxExclusive_7; NullCheck(L_58); int32_t L_63; L_63 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_58, L_60, L_62); if ((((int32_t)L_63) <= ((int32_t)0))) { goto IL_01fa; } } { String_t* L_64 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_65 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_65); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_65, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49B0D0C8BFE732FD8049C73F75C19545AE4ED2A6)), L_64, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_01fa: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_66 = __this->___derivedRestriction_1; NullCheck(L_66); int32_t L_67 = L_66->___Flags_12; if (!((int32_t)((int32_t)L_67&((int32_t)512)))) { goto IL_0251; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_68 = __this->___derivedRestriction_1; NullCheck(L_68); int32_t L_69 = L_68->___Flags_12; if (!((int32_t)((int32_t)L_69&((int32_t)64)))) { goto IL_0251; } } { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_70 = __this->___datatype_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_71 = __this->___derivedRestriction_1; NullCheck(L_71); RuntimeObject* L_72 = L_71->___MinExclusive_9; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_73 = __this->___derivedRestriction_1; NullCheck(L_73); RuntimeObject* L_74 = L_73->___MaxInclusive_6; NullCheck(L_70); int32_t L_75; L_75 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_70, L_72, L_74); if ((((int32_t)L_75) <= ((int32_t)0))) { goto IL_0251; } } { String_t* L_76 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_77 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_77); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_77, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31DBE0AD7D3D5C8F641FFAABD4D3BC3F9A672CD2)), L_76, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_0251: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_78 = __this->___derivedRestriction_1; NullCheck(L_78); int32_t L_79 = L_78->___Flags_12; if ((!(((uint32_t)((int32_t)((int32_t)L_79&((int32_t)3072)))) == ((uint32_t)((int32_t)3072))))) { goto IL_0291; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_80 = __this->___derivedRestriction_1; NullCheck(L_80); int32_t L_81 = L_80->___FractionDigits_11; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_82 = __this->___derivedRestriction_1; NullCheck(L_82); int32_t L_83 = L_82->___TotalDigits_10; if ((((int32_t)L_81) <= ((int32_t)L_83))) { goto IL_0291; } } { String_t* L_84 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_85 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_85); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_85, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7480D404E79A63CB6548576B5CBEC040092FF568)), L_84, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_85, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_RuntimeMethod_var))); } IL_0291: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CompileFacetCombinations_m0478D518904FB13EA367515BEA443C4A3410CCA1(_thisAdjusted, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CopyFacetsFromBaseType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CopyFacetsFromBaseType_mB28D0E92B80A23F5117CB55426D41A93E632D7BA (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, const RuntimeMethod* method) { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; { DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = __this->___datatype_0; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = __this->___derivedRestriction_1; NullCheck(L_2); int32_t L_3 = L_2->___Flags_12; if (((int32_t)((int32_t)L_3&1))) { goto IL_003d; } } { int32_t L_4 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_4&1))) { goto IL_003d; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_5 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->___Length_0; NullCheck(L_5); L_5->___Length_0 = L_7; FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, 1, NULL); } IL_003d: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_8 = __this->___derivedRestriction_1; NullCheck(L_8); int32_t L_9 = L_8->___Flags_12; if (((int32_t)((int32_t)L_9&2))) { goto IL_006e; } } { int32_t L_10 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_10&2))) { goto IL_006e; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_11 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->___MinLength_1; NullCheck(L_11); L_11->___MinLength_1 = L_13; FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, 2, NULL); } IL_006e: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = __this->___derivedRestriction_1; NullCheck(L_14); int32_t L_15 = L_14->___Flags_12; if (((int32_t)((int32_t)L_15&4))) { goto IL_009f; } } { int32_t L_16 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_16&4))) { goto IL_009f; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_17 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->___MaxLength_2; NullCheck(L_17); L_17->___MaxLength_2 = L_19; FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, 4, NULL); } IL_009f: { int32_t L_20 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_20&8))) { goto IL_00e6; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_21 = __this->___derivedRestriction_1; NullCheck(L_21); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_22 = L_21->___Patterns_3; if (L_22) { goto IL_00c9; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_24 = V_0; NullCheck(L_24); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_25 = L_24->___Patterns_3; NullCheck(L_23); L_23->___Patterns_3 = L_25; Il2CppCodeGenWriteBarrier((void**)(&L_23->___Patterns_3), (void*)L_25); goto IL_00df; } IL_00c9: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_26 = __this->___derivedRestriction_1; NullCheck(L_26); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_27 = L_26->___Patterns_3; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_28 = V_0; NullCheck(L_28); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_29 = L_28->___Patterns_3; NullCheck(L_27); VirtualActionInvoker1< RuntimeObject* >::Invoke(31 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_27, L_29); } IL_00df: { FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, 8, NULL); } IL_00e6: { int32_t L_30 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_30&((int32_t)16)))) { goto IL_0117; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_31 = __this->___derivedRestriction_1; NullCheck(L_31); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_32 = L_31->___Enumeration_4; if (L_32) { goto IL_010f; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_33 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_34 = V_0; NullCheck(L_34); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_35 = L_34->___Enumeration_4; NullCheck(L_33); L_33->___Enumeration_4 = L_35; Il2CppCodeGenWriteBarrier((void**)(&L_33->___Enumeration_4), (void*)L_35); } IL_010f: { FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)16), NULL); } IL_0117: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_36 = __this->___derivedRestriction_1; NullCheck(L_36); int32_t L_37 = L_36->___Flags_12; if (((int32_t)((int32_t)L_37&((int32_t)32)))) { goto IL_014b; } } { int32_t L_38 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_38&((int32_t)32)))) { goto IL_014b; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_39 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_40 = V_0; NullCheck(L_40); int32_t L_41 = L_40->___WhiteSpace_5; NullCheck(L_39); L_39->___WhiteSpace_5 = L_41; FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)32), NULL); } IL_014b: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_42 = __this->___derivedRestriction_1; NullCheck(L_42); int32_t L_43 = L_42->___Flags_12; if (((int32_t)((int32_t)L_43&((int32_t)64)))) { goto IL_017f; } } { int32_t L_44 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_44&((int32_t)64)))) { goto IL_017f; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_45 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_46 = V_0; NullCheck(L_46); RuntimeObject* L_47 = L_46->___MaxInclusive_6; NullCheck(L_45); L_45->___MaxInclusive_6 = L_47; Il2CppCodeGenWriteBarrier((void**)(&L_45->___MaxInclusive_6), (void*)L_47); FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)64), NULL); } IL_017f: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_48 = __this->___derivedRestriction_1; NullCheck(L_48); int32_t L_49 = L_48->___Flags_12; if (((int32_t)((int32_t)L_49&((int32_t)128)))) { goto IL_01bc; } } { int32_t L_50 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_50&((int32_t)128)))) { goto IL_01bc; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_51 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_52 = V_0; NullCheck(L_52); RuntimeObject* L_53 = L_52->___MaxExclusive_7; NullCheck(L_51); L_51->___MaxExclusive_7 = L_53; Il2CppCodeGenWriteBarrier((void**)(&L_51->___MaxExclusive_7), (void*)L_53); FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)128), NULL); } IL_01bc: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_54 = __this->___derivedRestriction_1; NullCheck(L_54); int32_t L_55 = L_54->___Flags_12; if (((int32_t)((int32_t)L_55&((int32_t)256)))) { goto IL_01f9; } } { int32_t L_56 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_56&((int32_t)256)))) { goto IL_01f9; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_57 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_58 = V_0; NullCheck(L_58); RuntimeObject* L_59 = L_58->___MinInclusive_8; NullCheck(L_57); L_57->___MinInclusive_8 = L_59; Il2CppCodeGenWriteBarrier((void**)(&L_57->___MinInclusive_8), (void*)L_59); FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)256), NULL); } IL_01f9: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_60 = __this->___derivedRestriction_1; NullCheck(L_60); int32_t L_61 = L_60->___Flags_12; if (((int32_t)((int32_t)L_61&((int32_t)512)))) { goto IL_0236; } } { int32_t L_62 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_62&((int32_t)512)))) { goto IL_0236; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_63 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_64 = V_0; NullCheck(L_64); RuntimeObject* L_65 = L_64->___MinExclusive_9; NullCheck(L_63); L_63->___MinExclusive_9 = L_65; Il2CppCodeGenWriteBarrier((void**)(&L_63->___MinExclusive_9), (void*)L_65); FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)512), NULL); } IL_0236: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_66 = __this->___derivedRestriction_1; NullCheck(L_66); int32_t L_67 = L_66->___Flags_12; if (((int32_t)((int32_t)L_67&((int32_t)1024)))) { goto IL_0273; } } { int32_t L_68 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_68&((int32_t)1024)))) { goto IL_0273; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_69 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_70 = V_0; NullCheck(L_70); int32_t L_71 = L_70->___TotalDigits_10; NullCheck(L_69); L_69->___TotalDigits_10 = L_71; FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)1024), NULL); } IL_0273: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_72 = __this->___derivedRestriction_1; NullCheck(L_72); int32_t L_73 = L_72->___Flags_12; if (((int32_t)((int32_t)L_73&((int32_t)2048)))) { goto IL_02b0; } } { int32_t L_74 = __this->___baseFlags_2; if (!((int32_t)((int32_t)L_74&((int32_t)2048)))) { goto IL_02b0; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_75 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_76 = V_0; NullCheck(L_76); int32_t L_77 = L_76->___FractionDigits_11; NullCheck(L_75); L_75->___FractionDigits_11 = L_77; FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(__this, ((int32_t)2048), NULL); } IL_02b0: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_CopyFacetsFromBaseType_mB28D0E92B80A23F5117CB55426D41A93E632D7BA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CopyFacetsFromBaseType_mB28D0E92B80A23F5117CB55426D41A93E632D7BA(_thisAdjusted, method); } // System.Object System.Xml.Schema.FacetsChecker/FacetsCompiler::ParseFacetValue(System.Xml.Schema.XmlSchemaDatatype,System.Xml.Schema.XmlSchemaFacet,System.String,System.Xml.IXmlNamespaceResolver,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___0_datatype, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___1_facet, String_t* ___2_code, RuntimeObject* ___3_nsmgr, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___4_nameTable, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; Exception_t* V_1 = NULL; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___0_datatype; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_1 = ___1_facet; NullCheck(L_1); String_t* L_2; L_2 = XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline(L_1, NULL); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_3 = ___4_nameTable; RuntimeObject* L_4 = ___3_nsmgr; NullCheck(L_0); Exception_t* L_5; L_5 = VirtualFuncInvoker4< Exception_t*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject*, RuntimeObject** >::Invoke(16 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, L_0, L_2, L_3, L_4, (&V_0)); V_1 = L_5; Exception_t* L_6 = V_1; if (L_6) { goto IL_0018; } } { RuntimeObject* L_7 = V_0; return L_7; } IL_0018: { String_t* L_8 = ___2_code; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9; Exception_t* L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(0), (String_t*)L_12); Exception_t* L_13 = V_1; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_14 = ___1_facet; NullCheck(L_14); String_t* L_15; L_15 = XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline(L_14, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_16 = ___1_facet; NullCheck(L_16); int32_t L_17; L_17 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_16, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_18 = ___1_facet; NullCheck(L_18); int32_t L_19; L_19 = XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline(L_18, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_20 = ___1_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_21 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_21); XmlSchemaException__ctor_m9505C3D1FC19D24715CEC2FD9A00E58A9502453D(L_21, L_8, L_10, L_13, L_15, L_17, L_19, L_20, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C_RuntimeMethod_var))); } } IL2CPP_EXTERN_C RuntimeObject* FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C_AdjustorThunk (RuntimeObject* __this, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___0_datatype, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___1_facet, String_t* ___2_code, RuntimeObject* ___3_nsmgr, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___4_nameTable, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = FacetsCompiler_ParseFacetValue_m6D3EA3C66F3D6C294AC9A0D928AE673080B1075C(_thisAdjusted, ___0_datatype, ___1_facet, ___2_code, ___3_nsmgr, ___4_nameTable, method); return _returnValue; } // System.String System.Xml.Schema.FacetsChecker/FacetsCompiler::Preprocess(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FacetsCompiler_Preprocess_m33F6EE466838A3123D305E5E2B69A5538DC17576 (String_t* ___0_pattern, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_0); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); V_0 = L_0; StringBuilder_t* L_1 = V_0; NullCheck(L_1); StringBuilder_t* L_2; L_2 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_1, _stringLiteral7DF543E5CEBA28135FC0D7A2CDAD26732720D611, NULL); String_t* L_3 = ___0_pattern; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4; L_4 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_3, NULL); V_1 = L_4; String_t* L_5 = ___0_pattern; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL); V_2 = L_6; V_3 = 0; V_4 = 0; goto IL_00b4; } IL_002a: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = V_1; int32_t L_8 = V_4; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)92))))) { goto IL_00ae; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_1; int32_t L_12 = V_4; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add(L_12, 1)); uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)92))))) { goto IL_0044; } } { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_15, 1)); goto IL_00ae; } IL_0044: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = V_1; int32_t L_17 = V_4; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 1)); uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast(L_18)); V_5 = L_19; V_6 = 0; goto IL_00a3; } IL_0051: { il2cpp_codegen_runtime_class_init_inline(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_20 = ((FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_StaticFields*)il2cpp_codegen_static_fields_for(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var))->___c_map_11; int32_t L_21 = V_6; NullCheck(L_20); Il2CppChar L_22 = ((L_20)->GetAddressAt(static_cast(L_21)))->___match_0; Il2CppChar L_23 = V_5; if ((!(((uint32_t)L_22) == ((uint32_t)L_23)))) { goto IL_009d; } } { int32_t L_24 = V_3; int32_t L_25 = V_4; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_0078; } } { StringBuilder_t* L_26 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = V_1; int32_t L_28 = V_3; int32_t L_29 = V_4; int32_t L_30 = V_3; NullCheck(L_26); StringBuilder_t* L_31; L_31 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_26, L_27, L_28, ((int32_t)il2cpp_codegen_subtract(L_29, L_30)), NULL); } IL_0078: { StringBuilder_t* L_32 = V_0; il2cpp_codegen_runtime_class_init_inline(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_33 = ((FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_StaticFields*)il2cpp_codegen_static_fields_for(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var))->___c_map_11; int32_t L_34 = V_6; NullCheck(L_33); String_t* L_35 = ((L_33)->GetAddressAt(static_cast(L_34)))->___replacement_1; NullCheck(L_32); StringBuilder_t* L_36; L_36 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_32, L_35, NULL); int32_t L_37 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_37, 1)); int32_t L_38 = V_4; V_3 = ((int32_t)il2cpp_codegen_add(L_38, 1)); goto IL_00ae; } IL_009d: { int32_t L_39 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_00a3: { int32_t L_40 = V_6; il2cpp_codegen_runtime_class_init_inline(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_41 = ((FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_StaticFields*)il2cpp_codegen_static_fields_for(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var))->___c_map_11; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))))) { goto IL_0051; } } IL_00ae: { int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_42, 1)); } IL_00b4: { int32_t L_43 = V_4; int32_t L_44 = V_2; if ((((int32_t)L_43) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_44, 2))))) { goto IL_002a; } } { int32_t L_45 = V_3; int32_t L_46 = V_2; if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_00ce; } } { StringBuilder_t* L_47 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_48 = V_1; int32_t L_49 = V_3; int32_t L_50 = V_2; int32_t L_51 = V_3; NullCheck(L_47); StringBuilder_t* L_52; L_52 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_47, L_48, L_49, ((int32_t)il2cpp_codegen_subtract(L_50, L_51)), NULL); } IL_00ce: { StringBuilder_t* L_53 = V_0; NullCheck(L_53); StringBuilder_t* L_54; L_54 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_53, _stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF, NULL); StringBuilder_t* L_55 = V_0; NullCheck(L_55); String_t* L_56; L_56 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_55); return L_56; } } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CheckProhibitedFlag(System.Xml.Schema.XmlSchemaFacet,System.Xml.Schema.RestrictionFlags,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, String_t* ___2_errorCode, const RuntimeMethod* method) { { int32_t L_0 = __this->___validRestrictionFlags_4; int32_t L_1 = ___1_flag; if (((int32_t)((int32_t)L_0&(int32_t)L_1))) { goto IL_001d; } } { String_t* L_2 = ___2_errorCode; DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_3 = __this->___datatype_0; NullCheck(L_3); String_t* L_4; L_4 = XmlSchemaDatatype_get_TypeCodeString_mC4DD224D43325E0D5E8B421312614C86BC85329D(L_3, NULL); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_5 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_6 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_6); XmlSchemaException__ctor_mEBB11FA07F979D8E2FFEA6F15F363DE6ECD4EAE2(L_6, L_2, L_4, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7_RuntimeMethod_var))); } IL_001d: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, String_t* ___2_errorCode, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CheckProhibitedFlag_mF0E74344E9F6E5F916F70DE7E7291187B64CD3D7(_thisAdjusted, ___0_facet, ___1_flag, ___2_errorCode, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::CheckDupFlag(System.Xml.Schema.XmlSchemaFacet,System.Xml.Schema.RestrictionFlags,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8 (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, String_t* ___2_errorCode, const RuntimeMethod* method) { { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_0 = __this->___derivedRestriction_1; NullCheck(L_0); int32_t L_1 = L_0->___Flags_12; int32_t L_2 = ___1_flag; if (!((int32_t)((int32_t)L_1&(int32_t)L_2))) { goto IL_0017; } } { String_t* L_3 = ___2_errorCode; XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_5 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var))); NullCheck(L_5); XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_5, L_3, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8_RuntimeMethod_var))); } IL_0017: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, String_t* ___2_errorCode, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_CheckDupFlag_m5A5329A69E3AB13C10CAF74A4D92B34F0341D7E8(_thisAdjusted, ___0_facet, ___1_flag, ___2_errorCode, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::SetFlag(System.Xml.Schema.XmlSchemaFacet,System.Xml.Schema.RestrictionFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, const RuntimeMethod* method) { { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_0 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1 = L_0; NullCheck(L_1); int32_t L_2 = L_1->___Flags_12; int32_t L_3 = ___1_flag; NullCheck(L_1); L_1->___Flags_12 = ((int32_t)((int32_t)L_2|(int32_t)L_3)); XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* L_4 = ___0_facet; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.Schema.XmlSchemaFacet::get_IsFixed() */, L_4); if (!L_5) { goto IL_002e; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_6 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_7 = L_6; NullCheck(L_7); int32_t L_8 = L_7->___FixedFlags_13; int32_t L_9 = ___1_flag; NullCheck(L_7); L_7->___FixedFlags_13 = ((int32_t)((int32_t)L_8|(int32_t)L_9)); } IL_002e: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED_AdjustorThunk (RuntimeObject* __this, XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* ___0_facet, int32_t ___1_flag, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_SetFlag_m309E37305B58F39C3844946E49E0296EF204DDED(_thisAdjusted, ___0_facet, ___1_flag, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::SetFlag(System.Xml.Schema.RestrictionFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E (FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* __this, int32_t ___0_flag, const RuntimeMethod* method) { { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_0 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1 = L_0; NullCheck(L_1); int32_t L_2 = L_1->___Flags_12; int32_t L_3 = ___0_flag; NullCheck(L_1); L_1->___Flags_12 = ((int32_t)((int32_t)L_2|(int32_t)L_3)); int32_t L_4 = __this->___baseFixedFlags_3; int32_t L_5 = ___0_flag; if (!((int32_t)((int32_t)L_4&(int32_t)L_5))) { goto IL_0030; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_6 = __this->___derivedRestriction_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_7 = L_6; NullCheck(L_7); int32_t L_8 = L_7->___FixedFlags_13; int32_t L_9 = ___0_flag; NullCheck(L_7); L_7->___FixedFlags_13 = ((int32_t)((int32_t)L_8|(int32_t)L_9)); } IL_0030: { return; } } IL2CPP_EXTERN_C void FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_flag, const RuntimeMethod* method) { FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FacetsCompiler_SetFlag_m283BD7B965A5F14D3DB9A799F3822BC98ED6450E(_thisAdjusted, ___0_flag, method); } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsCompiler__cctor_mBB8C0839B677CCA5C35205ACA5A154C04D07E849 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07151B3EC92A4E44F4AFB8ABD66C92EF421DAA1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11D6C47463005746D6973142769F2E0B95E3B37C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32E4889152C0CAC8BB10E84B11517532D12C3C2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A81F1D4E8F50186B6606F47CB9918363273A2A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8623C9FF348551F1D51E1690F8445279F6B52EA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87DA53E3BA3E1D17A5A15803EA0B917F455B822B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral891E10B4E4A0F7D0B992C6DC9E5466DCB4F7277F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAE0BB2B2A8685B33904F4E7236439FE851EC296); s_Il2CppMethodInitialized = true; } { MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_0 = (MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD*)(MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD*)SZArrayNew(MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD_il2cpp_TypeInfo_var, (uint32_t)8); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_1 = L_0; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_2; memset((&L_2), 0, sizeof(L_2)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_2), ((int32_t)99), _stringLiteral3A81F1D4E8F50186B6606F47CB9918363273A2A6, /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_2); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_3 = L_1; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_4; memset((&L_4), 0, sizeof(L_4)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_4), ((int32_t)67), _stringLiteral8623C9FF348551F1D51E1690F8445279F6B52EA9, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_4); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_5 = L_3; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_6; memset((&L_6), 0, sizeof(L_6)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_6), ((int32_t)100), _stringLiteral87DA53E3BA3E1D17A5A15803EA0B917F455B822B, /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_6); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_7 = L_5; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_8; memset((&L_8), 0, sizeof(L_8)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_8), ((int32_t)68), _stringLiteral32E4889152C0CAC8BB10E84B11517532D12C3C2A, /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(3), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_8); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_9 = L_7; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_10; memset((&L_10), 0, sizeof(L_10)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_10), ((int32_t)105), _stringLiteral11D6C47463005746D6973142769F2E0B95E3B37C, /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(4), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_10); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_11 = L_9; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_12; memset((&L_12), 0, sizeof(L_12)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_12), ((int32_t)73), _stringLiteralBAE0BB2B2A8685B33904F4E7236439FE851EC296, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(5), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_12); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_13 = L_11; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_14; memset((&L_14), 0, sizeof(L_14)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_14), ((int32_t)119), _stringLiteral07151B3EC92A4E44F4AFB8ABD66C92EF421DAA1F, /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(6), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_14); MapU5BU5D_t356001CA2965F0531E87F2D86A2B06529814B9FD* L_15 = L_13; Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7 L_16; memset((&L_16), 0, sizeof(L_16)); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86((&L_16), ((int32_t)87), _stringLiteral891E10B4E4A0F7D0B992C6DC9E5466DCB4F7277F, /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(7), (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7)L_16); ((FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_StaticFields*)il2cpp_codegen_static_fields_for(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var))->___c_map_11 = L_15; Il2CppCodeGenWriteBarrier((void**)(&((FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_StaticFields*)il2cpp_codegen_static_fields_for(FacetsCompiler_t65A6917F6CE74E049E1914BB6CB0BEE4BF463663_il2cpp_TypeInfo_var))->___c_map_11), (void*)L_15); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler/Map IL2CPP_EXTERN_C void Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshal_pinvoke(const Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7& unmarshaled, Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_pinvoke& marshaled) { marshaled.___match_0 = static_cast(unmarshaled.___match_0); marshaled.___replacement_1 = il2cpp_codegen_marshal_string(unmarshaled.___replacement_1); } IL2CPP_EXTERN_C void Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshal_pinvoke_back(const Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_pinvoke& marshaled, Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7& unmarshaled) { Il2CppChar unmarshaledmatch_temp_0 = 0x0; unmarshaledmatch_temp_0 = static_cast(marshaled.___match_0); unmarshaled.___match_0 = unmarshaledmatch_temp_0; unmarshaled.___replacement_1 = il2cpp_codegen_marshal_string_result(marshaled.___replacement_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___replacement_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___replacement_1)); } // Conversion method for clean up from marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler/Map IL2CPP_EXTERN_C void Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshal_pinvoke_cleanup(Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___replacement_1); marshaled.___replacement_1 = NULL; } // Conversion methods for marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler/Map IL2CPP_EXTERN_C void Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshal_com(const Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7& unmarshaled, Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_com& marshaled) { marshaled.___match_0 = static_cast(unmarshaled.___match_0); marshaled.___replacement_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___replacement_1); } IL2CPP_EXTERN_C void Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshal_com_back(const Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_com& marshaled, Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7& unmarshaled) { Il2CppChar unmarshaledmatch_temp_0 = 0x0; unmarshaledmatch_temp_0 = static_cast(marshaled.___match_0); unmarshaled.___match_0 = unmarshaledmatch_temp_0; unmarshaled.___replacement_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___replacement_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___replacement_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___replacement_1)); } // Conversion method for clean up from marshalling of: System.Xml.Schema.FacetsChecker/FacetsCompiler/Map IL2CPP_EXTERN_C void Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshal_com_cleanup(Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___replacement_1); marshaled.___replacement_1 = NULL; } // System.Void System.Xml.Schema.FacetsChecker/FacetsCompiler/Map::.ctor(System.Char,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86 (Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7* __this, Il2CppChar ___0_m, String_t* ___1_r, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_m; __this->___match_0 = L_0; String_t* L_1 = ___1_r; __this->___replacement_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___replacement_1), (void*)L_1); return; } } IL2CPP_EXTERN_C void Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_m, String_t* ___1_r, const RuntimeMethod* method) { Map_t130828B38036909DD82C3A4CCCB9AA0130113AA7* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Map__ctor_mFBF974A41F7512DB1B2AE2A3BA2473D50B7E8A86(_thisAdjusted, ___0_m, ___1_r, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.Numeric10FacetsChecker::.ctor(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_minVal, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_maxVal, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___0_minVal; __this->___minValue_2 = L_0; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ___1_maxVal; __this->___maxValue_1 = L_1; return; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m6282D28EFD9734DA5E634F05C3E0CA90CF00CDFF (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0; memset((&V_0), 0, sizeof(V_0)); { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3; L_3 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2); V_0 = L_3; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype; Exception_t* L_6; L_6 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5); return L_6; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m75B12419E673342A749E1A99496CAB439AACD1B0 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* V_2 = NULL; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___Flags_12; G_B3_0 = ((int32_t)(L_4)); } IL_0013: { V_1 = G_B3_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype; NullCheck(L_5); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); V_2 = L_6; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = ___0_value; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_8 = __this->___maxValue_1; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_9; L_9 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_7, L_8, NULL); if (L_9) { goto IL_0037; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10 = ___0_value; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11 = __this->___minValue_2; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_12; L_12 = Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5(L_10, L_11, NULL); if (!L_12) { goto IL_0065; } } IL_0037: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_13; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15; L_15 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_16; L_16 = Decimal_ToString_m08256316312F5D05FE3D099C083A99BC694F4762((&___0_value), L_15, NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_14; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18 = ___1_datatype; NullCheck(L_18); String_t* L_19; L_19 = XmlSchemaDatatype_get_TypeCodeString_mC4DD224D43325E0D5E8B421312614C86BC85329D(L_18, NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(1), (RuntimeObject*)L_19); String_t* L_20; L_20 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A, L_17, NULL); OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_21 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var); NullCheck(L_21); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_21, L_20, NULL); return L_21; } IL_0065: { int32_t L_22 = V_1; if (!L_22) { goto IL_016a; } } { int32_t L_23 = V_1; if (!((int32_t)((int32_t)L_23&((int32_t)64)))) { goto IL_0095; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_24 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_25 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_26 = V_0; NullCheck(L_26); RuntimeObject* L_27 = L_26->___MaxInclusive_6; NullCheck(L_25); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_28; L_28 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_25, L_27); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_29; L_29 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_24, L_28, NULL); if (!L_29) { goto IL_0095; } } { String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_31 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_31); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_31, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_30, NULL); return L_31; } IL_0095: { int32_t L_32 = V_1; if (!((int32_t)((int32_t)L_32&((int32_t)128)))) { goto IL_00c2; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_33 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_34 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = V_0; NullCheck(L_35); RuntimeObject* L_36 = L_35->___MaxExclusive_7; NullCheck(L_34); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37; L_37 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_34, L_36); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_38; L_38 = Decimal_op_GreaterThanOrEqual_m58389CF06B86290F31B8F12D204D9B8AEBF107F3(L_33, L_37, NULL); if (!L_38) { goto IL_00c2; } } { String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_40 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_40); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_40, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_39, NULL); return L_40; } IL_00c2: { int32_t L_41 = V_1; if (!((int32_t)((int32_t)L_41&((int32_t)256)))) { goto IL_00ef; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_42 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_43 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_44 = V_0; NullCheck(L_44); RuntimeObject* L_45 = L_44->___MinInclusive_8; NullCheck(L_43); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_46; L_46 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_43, L_45); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_47; L_47 = Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5(L_42, L_46, NULL); if (!L_47) { goto IL_00ef; } } { String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_49 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_49); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_49, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_48, NULL); return L_49; } IL_00ef: { int32_t L_50 = V_1; if (!((int32_t)((int32_t)L_50&((int32_t)512)))) { goto IL_011c; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_51 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_52 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_53 = V_0; NullCheck(L_53); RuntimeObject* L_54 = L_53->___MinExclusive_9; NullCheck(L_52); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_55; L_55 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_52, L_54); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_56; L_56 = Decimal_op_LessThanOrEqual_mDA2C07E8C2E834B7BAA1F921A8A4CEEC480027E1(L_51, L_55, NULL); if (!L_56) { goto IL_011c; } } { String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_58 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_58); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_58, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_57, NULL); return L_58; } IL_011c: { int32_t L_59 = V_1; if (!((int32_t)((int32_t)L_59&((int32_t)16)))) { goto IL_0142; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_60 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_61 = V_0; NullCheck(L_61); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_62 = L_61->___Enumeration_4; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_63 = V_2; bool L_64; L_64 = Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0(__this, L_60, L_62, L_63, NULL); if (L_64) { goto IL_0142; } } { String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_66 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_66); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_66, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_65, NULL); return L_66; } IL_0142: { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_67 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_68 = V_0; NullCheck(L_68); int32_t L_69 = L_68->___TotalDigits_10; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_70 = V_0; NullCheck(L_70); int32_t L_71 = L_70->___FractionDigits_11; int32_t L_72 = V_1; int32_t L_73 = V_1; Exception_t* L_74; L_74 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F(__this, L_67, L_69, L_71, (bool)((!(((uint32_t)((int32_t)((int32_t)L_72&((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0), (bool)((!(((uint32_t)((int32_t)((int32_t)L_73&((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0), NULL); return L_74; } IL_016a: { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_mD9EACC32C9859B5AB85AC795B0576B2F63EFB8A5 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, int64_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0; memset((&V_0), 0, sizeof(V_0)); { int64_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1; L_1 = Decimal_op_Implicit_m8F9A38760D01B23E6DFF77EA760CCE5111F3656D(L_0, NULL); V_0 = L_1; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = ___1_datatype; Exception_t* L_4; L_4 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3); return L_4; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m9AA64357151682FBBA4A5A0E7FBD636D28489F42 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, int32_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1; L_1 = Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177(L_0, NULL); V_0 = L_1; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = ___1_datatype; Exception_t* L_4; L_4 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3); return L_4; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m092159DB2D91D07FBFD46CFDD64F68B40B7E9691 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, int16_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0; memset((&V_0), 0, sizeof(V_0)); { int16_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1; L_1 = Decimal_op_Implicit_mDBEE9D553761C542A6C4C6071BACC01A7D67E0E9(L_0, NULL); V_0 = L_1; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = ___1_datatype; Exception_t* L_4; L_4 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3); return L_4; } } // System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m3571C9007D515C2B7355935FAEEB28724B769936 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3; L_3 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype; NullCheck(L_5); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); bool L_7; L_7 = Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0(__this, L_3, L_4, L_6, NULL); return L_7; } } // System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001f; } IL_0004: { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1 = ___2_valueConverter; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration; int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); NullCheck(L_1); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5; L_5 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_4); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_6; L_6 = Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5(L_0, L_5, NULL); if (!L_6) { goto IL_001b; } } { return (bool)1; } IL_001b: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_001f: { int32_t L_8 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_9 = ___1_enumeration; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0004; } } { return (bool)0; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, int32_t ___1_totalDigits, int32_t ___2_fractionDigits, bool ___3_checkTotal, bool ___4_checkFraction, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266); s_Il2CppMethodInitialized = true; } Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0 = ___1_totalDigits; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1; L_1 = FacetsChecker_Power_m208FDCE8778563CE091A92098B81ACC5A4FCFDC1(((int32_t)10), L_0, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3; L_3 = Decimal_op_Subtraction_mBDD5FAB14E0E9FA655A4C32B72C39E6BF947DF81(L_1, L_2, NULL); V_0 = L_3; V_1 = 0; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ___0_value; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; bool L_6; L_6 = Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5(L_4, L_5, NULL); if (!L_6) { goto IL_003f; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_8; L_8 = Decimal_Negate_m29E46170CE6DDB013C9F40C9699565C5F3BF47AC(L_7, NULL); ___0_value = L_8; goto IL_003f; } IL_002c: { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9 = ___0_value; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10; memset((&L_10), 0, sizeof(L_10)); Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_10), ((int32_t)10), /*hidden argument*/NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11; L_11 = Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC(L_9, L_10, NULL); ___0_value = L_11; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_003f: { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_13 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_14; L_14 = Decimal_Truncate_mC5741EB8C60D8468DC94BEDF10B91C3C9A82D204(L_13, NULL); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15 = ___0_value; bool L_16; L_16 = Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690(L_14, L_15, NULL); if (L_16) { goto IL_002c; } } { bool L_17 = ___3_checkTotal; if (!L_17) { goto IL_006e; } } { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_18 = ___0_value; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_19 = V_0; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_20; L_20 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_18, L_19, NULL); if (L_20) { goto IL_005e; } } { int32_t L_21 = V_1; int32_t L_22 = ___1_totalDigits; if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_006e; } } IL_005e: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_24 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_24); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_24, _stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D, L_23, NULL); return L_24; } IL_006e: { bool L_25 = ___4_checkFraction; if (!L_25) { goto IL_0086; } } { int32_t L_26 = V_1; int32_t L_27 = ___2_fractionDigits; if ((((int32_t)L_26) <= ((int32_t)L_27))) { goto IL_0086; } } { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_29 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_29); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_29, _stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266, L_28, NULL); return L_29; } IL_0086: { return (Exception_t*)NULL; } } // System.Void System.Xml.Schema.Numeric10FacetsChecker::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__cctor_m9B93BB90790BBEF5C6600B9F991C8B3C341075DD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)43)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (Il2CppChar)((int32_t)45)); ((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_StaticFields*)il2cpp_codegen_static_fields_for(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var))->___signs_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_StaticFields*)il2cpp_codegen_static_fields_for(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var))->___signs_0), (void*)L_2); 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.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric2FacetsChecker_CheckValueFacets_mD4DD9678834E21AAEEEF9B7B7960FF3474EF2BAC (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { double V_0 = 0.0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); double L_3; L_3 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2); V_0 = L_3; double L_4 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype; Exception_t* L_6; L_6 = VirtualFuncInvoker2< Exception_t*, double, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5); return L_6; } } // System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric2FacetsChecker_CheckValueFacets_m27978F7B8EF00272E59944E8FF4E5DED20291741 (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, double ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* V_2 = NULL; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___Flags_12; G_B3_0 = ((int32_t)(L_4)); } IL_0013: { V_1 = G_B3_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype; NullCheck(L_5); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); V_2 = L_6; int32_t L_7 = V_1; if (!((int32_t)((int32_t)L_7&((int32_t)64)))) { goto IL_0040; } } { double L_8 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_9 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_0; NullCheck(L_10); RuntimeObject* L_11 = L_10->___MaxInclusive_6; NullCheck(L_9); double L_12; L_12 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_9, L_11); if ((!(((double)L_8) > ((double)L_12)))) { goto IL_0040; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_14); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_14, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_13, NULL); return L_14; } IL_0040: { int32_t L_15 = V_1; if (!((int32_t)((int32_t)L_15&((int32_t)128)))) { goto IL_0068; } } { double L_16 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_17 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_18 = V_0; NullCheck(L_18); RuntimeObject* L_19 = L_18->___MaxExclusive_7; NullCheck(L_17); double L_20; L_20 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_17, L_19); if ((!(((double)L_16) >= ((double)L_20)))) { goto IL_0068; } } { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_22 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_22); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_22, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_21, NULL); return L_22; } IL_0068: { int32_t L_23 = V_1; if (!((int32_t)((int32_t)L_23&((int32_t)256)))) { goto IL_0090; } } { double L_24 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_25 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_26 = V_0; NullCheck(L_26); RuntimeObject* L_27 = L_26->___MinInclusive_8; NullCheck(L_25); double L_28; L_28 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_25, L_27); if ((!(((double)L_24) < ((double)L_28)))) { goto IL_0090; } } { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_30 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_30); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_30, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_29, NULL); return L_30; } IL_0090: { int32_t L_31 = V_1; if (!((int32_t)((int32_t)L_31&((int32_t)512)))) { goto IL_00b8; } } { double L_32 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_33 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_34 = V_0; NullCheck(L_34); RuntimeObject* L_35 = L_34->___MinExclusive_9; NullCheck(L_33); double L_36; L_36 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_33, L_35); if ((!(((double)L_32) <= ((double)L_36)))) { goto IL_00b8; } } { String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_38 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_38); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_38, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_37, NULL); return L_38; } IL_00b8: { int32_t L_39 = V_1; if (!((int32_t)((int32_t)L_39&((int32_t)16)))) { goto IL_00de; } } { double L_40 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_41 = V_0; NullCheck(L_41); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_42 = L_41->___Enumeration_4; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_43 = V_2; bool L_44; L_44 = Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD(__this, L_40, L_42, L_43, NULL); if (L_44) { goto IL_00de; } } { String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_46 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_46); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_46, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_45, NULL); return L_46; } IL_00de: { return (Exception_t*)NULL; } } // System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric2FacetsChecker_CheckValueFacets_m8CE497FC008D33C1ABE2DE8903F9E974B49FF265 (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, float ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { double V_0 = 0.0; { float L_0 = ___0_value; V_0 = ((double)L_0); double L_1 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype; Exception_t* L_3; L_3 = VirtualFuncInvoker2< Exception_t*, double, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_1, L_2); return L_3; } } // System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_mBB696C98207FDF5C6684CB3ABBCFA4AC6D0F6A4B (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); double L_3; L_3 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype; NullCheck(L_5); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); bool L_7; L_7 = Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD(__this, L_3, L_4, L_6, NULL); return L_7; } } // System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, double ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0004: { double L_0 = ___0_value; XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1 = ___2_valueConverter; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration; int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); NullCheck(L_1); double L_5; L_5 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_4); if ((!(((double)L_0) == ((double)L_5)))) { goto IL_0016; } } { return (bool)1; } IL_0016: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_001a: { int32_t L_7 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = ___1_enumeration; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.Numeric2FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric2FacetsChecker__ctor_mA1163C8BC47DA2F92E07B070708C3FBA4622AB47 (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DurationFacetsChecker_CheckValueFacets_m2846D467AE27D81FD01FC9FD33CDD5D3141DE81B (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0; memset((&V_0), 0, sizeof(V_0)); { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_1); RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, Type_t* >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4); V_0 = ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_5, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_7 = ___1_datatype; Exception_t* L_8; L_8 = VirtualFuncInvoker2< Exception_t*, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7); return L_8; } } // System.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DurationFacetsChecker_CheckValueFacets_m25C7A3318B811298F08F954F736B02C63840100C (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___Flags_12; G_B3_0 = ((int32_t)(L_4)); } IL_0013: { V_1 = G_B3_0; int32_t L_5 = V_1; if (!((int32_t)((int32_t)L_5&((int32_t)64)))) { goto IL_003e; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8 = L_7->___MaxInclusive_6; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); int32_t L_9; L_9 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_6, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_8, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_003e; } } { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_11 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_11); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_11, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_10, NULL); return L_11; } IL_003e: { int32_t L_12 = V_1; if (!((int32_t)((int32_t)L_12&((int32_t)128)))) { goto IL_006b; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_13 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = V_0; NullCheck(L_14); RuntimeObject* L_15 = L_14->___MaxExclusive_7; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); int32_t L_16; L_16 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_13, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_15, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL); if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_006b; } } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_18 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_18); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_18, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_17, NULL); return L_18; } IL_006b: { int32_t L_19 = V_1; if (!((int32_t)((int32_t)L_19&((int32_t)256)))) { goto IL_0098; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_20 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_21 = V_0; NullCheck(L_21); RuntimeObject* L_22 = L_21->___MinInclusive_8; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); int32_t L_23; L_23 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_20, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_22, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL); if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_0098; } } { String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_25 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_25); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_25, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_24, NULL); return L_25; } IL_0098: { int32_t L_26 = V_1; if (!((int32_t)((int32_t)L_26&((int32_t)512)))) { goto IL_00c5; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_27 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_28 = V_0; NullCheck(L_28); RuntimeObject* L_29 = L_28->___MinExclusive_9; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); int32_t L_30; L_30 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_27, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_29, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL); if ((((int32_t)L_30) > ((int32_t)0))) { goto IL_00c5; } } { String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_32 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_32); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_32, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_31, NULL); return L_32; } IL_00c5: { int32_t L_33 = V_1; if (!((int32_t)((int32_t)L_33&((int32_t)16)))) { goto IL_00ea; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_34 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = V_0; NullCheck(L_35); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36 = L_35->___Enumeration_4; bool L_37; L_37 = DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF(__this, L_34, L_36, NULL); if (L_37) { goto IL_00ea; } } { String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_39 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_39); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_39, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_38, NULL); return L_39; } IL_00ea: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m8ED6479143F3744AA1EE522C27A74AF2D9A1EFCB (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration; bool L_2; L_2 = DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF(__this, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), L_1, NULL); return L_2; } } // System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0004: { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration; int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); int32_t L_4; L_4 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_0, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_3, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL); if (L_4) { goto IL_001a; } } { return (bool)1; } IL_001a: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_001e: { int32_t L_6 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = ___1_enumeration; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.DurationFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DurationFacetsChecker__ctor_mD485B2B6687EFF58D468200020D5D04E2E835EAD (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.Exception System.Xml.Schema.DateTimeFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DateTimeFacetsChecker_CheckValueFacets_mD923F951B3BB97B95545AFE9D3582DB70B236FC6 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0; memset((&V_0), 0, sizeof(V_0)); { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3; L_3 = VirtualFuncInvoker1< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, RuntimeObject* >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2); V_0 = L_3; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype; Exception_t* L_6; L_6 = VirtualFuncInvoker2< Exception_t*, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(10 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5); return L_6; } } // System.Exception System.Xml.Schema.DateTimeFacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DateTimeFacetsChecker_CheckValueFacets_m493F1649D764F7DD0E3F1DF29DBD98C1F1DCF6F5 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___Flags_12; G_B3_0 = ((int32_t)(L_4)); } IL_0013: { V_1 = G_B3_0; int32_t L_5 = V_1; if (!((int32_t)((int32_t)L_5&((int32_t)64)))) { goto IL_0049; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_6 = ___1_datatype; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ___0_value; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = L_7; RuntimeObject* L_9 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_8); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_0; NullCheck(L_10); RuntimeObject* L_11 = L_10->___MaxInclusive_6; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_11, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))); RuntimeObject* L_13 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_12); NullCheck(L_6); int32_t L_14; L_14 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_6, L_9, L_13); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0049; } } { String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_16 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_16); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_16, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_15, NULL); return L_16; } IL_0049: { int32_t L_17 = V_1; if (!((int32_t)((int32_t)L_17&((int32_t)128)))) { goto IL_0081; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18 = ___1_datatype; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19 = ___0_value; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_20 = L_19; RuntimeObject* L_21 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_20); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_0; NullCheck(L_22); RuntimeObject* L_23 = L_22->___MaxExclusive_7; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_24 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_23, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))); RuntimeObject* L_25 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_24); NullCheck(L_18); int32_t L_26; L_26 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_18, L_21, L_25); if ((((int32_t)L_26) < ((int32_t)0))) { goto IL_0081; } } { String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_28 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_28); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_28, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_27, NULL); return L_28; } IL_0081: { int32_t L_29 = V_1; if (!((int32_t)((int32_t)L_29&((int32_t)256)))) { goto IL_00b9; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_30 = ___1_datatype; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_31 = ___0_value; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_32 = L_31; RuntimeObject* L_33 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_32); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_34 = V_0; NullCheck(L_34); RuntimeObject* L_35 = L_34->___MinInclusive_8; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_36 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_35, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))); RuntimeObject* L_37 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_36); NullCheck(L_30); int32_t L_38; L_38 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_30, L_33, L_37); if ((((int32_t)L_38) >= ((int32_t)0))) { goto IL_00b9; } } { String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_40 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_40); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_40, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_39, NULL); return L_40; } IL_00b9: { int32_t L_41 = V_1; if (!((int32_t)((int32_t)L_41&((int32_t)512)))) { goto IL_00f1; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_42 = ___1_datatype; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_43 = ___0_value; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_44 = L_43; RuntimeObject* L_45 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_44); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_46 = V_0; NullCheck(L_46); RuntimeObject* L_47 = L_46->___MinExclusive_9; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_48 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_47, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))); RuntimeObject* L_49 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_48); NullCheck(L_42); int32_t L_50; L_50 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_42, L_45, L_49); if ((((int32_t)L_50) > ((int32_t)0))) { goto IL_00f1; } } { String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_52 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_52); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_52, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_51, NULL); return L_52; } IL_00f1: { int32_t L_53 = V_1; if (!((int32_t)((int32_t)L_53&((int32_t)16)))) { goto IL_0117; } } { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_54 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_55 = V_0; NullCheck(L_55); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_56 = L_55->___Enumeration_4; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_57 = ___1_datatype; bool L_58; L_58 = DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178(__this, L_54, L_56, L_57, NULL); if (L_58) { goto IL_0117; } } { String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_60 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_60); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_60, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_59, NULL); return L_60; } IL_0117: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_m6FCF131B359DBE29916211CD9297326DE8A1BA79 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3; L_3 = VirtualFuncInvoker1< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, RuntimeObject* >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype; bool L_6; L_6 = DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178(__this, L_3, L_4, L_5, NULL); return L_6; } } // System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.DateTime,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0029; } IL_0004: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___0_value; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = L_1; RuntimeObject* L_3 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_2); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration; int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject* L_6; L_6 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_6, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))); RuntimeObject* L_8 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_7); NullCheck(L_0); int32_t L_9; L_9 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, L_3, L_8); if (L_9) { goto IL_0025; } } { return (bool)1; } IL_0025: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0029: { int32_t L_11 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = ___1_enumeration; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.DateTimeFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFacetsChecker__ctor_m922C3E644A10328D83AAE5C948FFB59AE3A7FD17 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* StringFacetsChecker_get_LanguagePattern_m7C4FA66052480698F53DA2BF5C84B4F029584825 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197); s_Il2CppMethodInitialized = true; } Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* V_0 = NULL; { Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_0 = ((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var))->___languagePattern_0; if (L_0) { goto IL_0020; } } { Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_1 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); NullCheck(L_1); Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621(L_1, _stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197, 0, NULL); V_0 = L_1; Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_2 = V_0; Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_3; L_3 = InterlockedCompareExchangeImpl((&((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var))->___languagePattern_0), L_2, (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)NULL); } IL_0020: { Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_4 = ((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var))->___languagePattern_0; return L_4; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m0C120AFE63E186329944BE882D5FE48D659B10E6 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { String_t* V_0 = NULL; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2); V_0 = L_3; String_t* L_4 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype; Exception_t* L_6; L_6 = StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A(__this, L_4, L_5, (bool)1, NULL); return L_6; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m03BE821DCCED2AB35B8E50F1F0108DDE2B8E1DAA (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_1 = ___1_datatype; Exception_t* L_2; L_2 = StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A(__this, L_0, L_1, (bool)1, NULL); return L_2; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, bool ___2_verifyUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_1 = NULL; int32_t V_2 = 0; Exception_t* V_3 = NULL; int32_t G_B3_0 = 0; { String_t* L_0 = ___0_value; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype; NullCheck(L_2); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3; L_3 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2); V_1 = L_3; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = V_1; if (L_4) { goto IL_0014; } } { G_B3_0 = 0; goto IL_001a; } IL_0014: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___Flags_12; G_B3_0 = ((int32_t)(L_6)); } IL_001a: { V_2 = G_B3_0; String_t* L_7 = ___0_value; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_8 = ___1_datatype; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_8); bool L_10 = ___2_verifyUri; Exception_t* L_11; L_11 = StringFacetsChecker_CheckBuiltInFacets_mF78F7DC85FF97080DEE49E9D459CB2D5BD13F7A1(__this, L_7, L_9, L_10, NULL); V_3 = L_11; Exception_t* L_12 = V_3; if (!L_12) { goto IL_002f; } } { Exception_t* L_13 = V_3; return L_13; } IL_002f: { int32_t L_14 = V_2; if (!L_14) { goto IL_00b5; } } { int32_t L_15 = V_2; if (!((int32_t)((int32_t)L_15&1))) { goto IL_0053; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->___Length_0; int32_t L_18 = V_0; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_0053; } } { String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_20); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_20, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_19, NULL); return L_20; } IL_0053: { int32_t L_21 = V_2; if (!((int32_t)((int32_t)L_21&2))) { goto IL_0071; } } { int32_t L_22 = V_0; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->___MinLength_1; if ((((int32_t)L_22) >= ((int32_t)L_24))) { goto IL_0071; } } { String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_26 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_26); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_26, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_25, NULL); return L_26; } IL_0071: { int32_t L_27 = V_2; if (!((int32_t)((int32_t)L_27&4))) { goto IL_008f; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->___MaxLength_2; int32_t L_30 = V_0; if ((((int32_t)L_29) >= ((int32_t)L_30))) { goto IL_008f; } } { String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_32 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_32); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_32, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_31, NULL); return L_32; } IL_008f: { int32_t L_33 = V_2; if (!((int32_t)((int32_t)L_33&((int32_t)16)))) { goto IL_00b5; } } { String_t* L_34 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = V_1; NullCheck(L_35); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36 = L_35->___Enumeration_4; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_37 = ___1_datatype; bool L_38; L_38 = StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615(__this, L_34, L_36, L_37, NULL); if (L_38) { goto IL_00b5; } } { String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_40 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_40); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_40, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_39, NULL); return L_40; } IL_00b5: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_mDEEBE338DFA26DD1E0F76E8A43DD2F14845E0D85 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; NullCheck(L_1); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype; bool L_6; L_6 = StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615(__this, L_3, L_4, L_5, NULL); return L_6; } } // System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)28))))) { goto IL_0038; } } { V_0 = 0; goto IL_002d; } IL_000e: { String_t* L_2 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = ___1_enumeration; int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject* L_5; L_5 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_5, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_5, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)), NULL); NullCheck(L_2); bool L_7; L_7 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_2, L_6, NULL); if (!L_7) { goto IL_0029; } } { return (bool)1; } IL_0029: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_002d: { int32_t L_9 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_10 = ___1_enumeration; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_000e; } } { goto IL_005f; } IL_0038: { V_1 = 0; goto IL_0056; } IL_003c: { String_t* L_12 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_13 = ___1_enumeration; int32_t L_14 = V_1; NullCheck(L_13); RuntimeObject* L_15; L_15 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14); NullCheck(L_12); bool L_16; L_16 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), NULL); if (!L_16) { goto IL_0052; } } { return (bool)1; } IL_0052: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_17, 1)); } IL_0056: { int32_t L_18 = V_1; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_19 = ___1_enumeration; NullCheck(L_19); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_003c; } } IL_005f: { return (bool)0; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckBuiltInFacets_mF78F7DC85FF97080DEE49E9D459CB2D5BD13F7A1 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_s, int32_t ___1_typeCode, bool ___2_verifyUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_1 = NULL; { V_0 = (Exception_t*)NULL; int32_t L_0 = ___1_typeCode; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)28)))) { case 0: { goto IL_003d; } case 1: { goto IL_00ae; } case 2: { goto IL_00ae; } case 3: { goto IL_004b; } case 4: { goto IL_0054; } case 5: { goto IL_005d; } case 6: { goto IL_0095; } case 7: { goto IL_009e; } case 8: { goto IL_00a7; } case 9: { goto IL_00a7; } case 10: { goto IL_00a7; } case 11: { goto IL_00a7; } } } { goto IL_00ae; } IL_003d: { bool L_1 = ___2_verifyUri; if (!L_1) { goto IL_00ae; } } { String_t* L_2 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_3; L_3 = XmlConvert_TryToUri_mD2C431BE5C766D24EAD184976E9B3DB563C6D5A6(L_2, (&V_1), NULL); V_0 = L_3; goto IL_00ae; } IL_004b: { String_t* L_4 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_5; L_5 = XmlConvert_TryVerifyNormalizedString_m535C18E2A8E3AE22663A6943B7EA07601021AD4E(L_4, NULL); V_0 = L_5; goto IL_00ae; } IL_0054: { String_t* L_6 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_7; L_7 = XmlConvert_TryVerifyTOKEN_m71FE5F2AE5A8AD2949024902F8000BA8F0C5DBDB(L_6, NULL); V_0 = L_7; goto IL_00ae; } IL_005d: { String_t* L_8 = ___0_s; if (!L_8) { goto IL_0068; } } { String_t* L_9 = ___0_s; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if (L_10) { goto IL_0078; } } IL_0068: { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_12 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_12); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_12, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_11, NULL); return L_12; } IL_0078: { Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_13; L_13 = StringFacetsChecker_get_LanguagePattern_m7C4FA66052480698F53DA2BF5C84B4F029584825(NULL); String_t* L_14 = ___0_s; NullCheck(L_13); bool L_15; L_15 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(L_13, L_14, NULL); if (L_15) { goto IL_00ae; } } { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_17 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_17); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_17, _stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8, L_16, NULL); return L_17; } IL_0095: { String_t* L_18 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_19; L_19 = XmlConvert_TryVerifyNMTOKEN_m83FC60E8F6630AAE72047D09A4DBE49ABAF25617(L_18, NULL); V_0 = L_19; goto IL_00ae; } IL_009e: { String_t* L_20 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_21; L_21 = XmlConvert_TryVerifyName_mAD79DF906917DCA8D455B5512DFAD8465DAF7EE7(L_20, NULL); V_0 = L_21; goto IL_00ae; } IL_00a7: { String_t* L_22 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_23; L_23 = XmlConvert_TryVerifyNCName_m9DE511C64B5316F302DCDEC90D97C2D96ADECE99(L_22, NULL); V_0 = L_23; } IL_00ae: { Exception_t* L_24 = V_0; return L_24; } } // System.Void System.Xml.Schema.StringFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFacetsChecker__ctor_mAB501526648F1BDE7637990490B57D1A7B3961C7 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* QNameFacetsChecker_CheckValueFacets_m9E8A1AC7EC9288F82F7624C6FCAE7FE239FD61A8 (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_0 = NULL; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_1); RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, Type_t* >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4); V_0 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_7 = ___1_datatype; Exception_t* L_8; L_8 = VirtualFuncInvoker2< Exception_t*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7); return L_8; } } // System.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* QNameFacetsChecker_CheckValueFacets_m40CF7084A31341D693A3633BC8B60DA9A7193D21 (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___Flags_12; G_B3_0 = ((int32_t)(L_4)); } IL_0013: { V_1 = G_B3_0; int32_t L_5 = V_1; if (!L_5) { goto IL_00a5; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = ___0_value; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); V_2 = L_8; int32_t L_9 = V_1; if (!((int32_t)((int32_t)L_9&1))) { goto IL_0044; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->___Length_0; int32_t L_12 = V_2; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0044; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_14); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_14, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_13, NULL); return L_14; } IL_0044: { int32_t L_15 = V_1; if (!((int32_t)((int32_t)L_15&2))) { goto IL_0062; } } { int32_t L_16 = V_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->___MinLength_1; if ((((int32_t)L_16) >= ((int32_t)L_18))) { goto IL_0062; } } { String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_20); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_20, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_19, NULL); return L_20; } IL_0062: { int32_t L_21 = V_1; if (!((int32_t)((int32_t)L_21&4))) { goto IL_0080; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->___MaxLength_2; int32_t L_24 = V_2; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_0080; } } { String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_26 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_26); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_26, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_25, NULL); return L_26; } IL_0080: { int32_t L_27 = V_1; if (!((int32_t)((int32_t)L_27&((int32_t)16)))) { goto IL_00a5; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_28 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_29 = V_0; NullCheck(L_29); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = L_29->___Enumeration_4; bool L_31; L_31 = QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F(__this, L_28, L_30, NULL); if (L_31) { goto IL_00a5; } } { String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_33 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_33); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_33, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_32, NULL); return L_33; } IL_00a5: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mF816D9D07E612ED86DDABE311A39F2D666D1C7BA (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; NullCheck(L_0); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(12 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject* L_2 = ___0_value; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_1); RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, Type_t* >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = ___1_enumeration; bool L_7; L_7 = QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F(__this, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), L_6, NULL); return L_7; } } // System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0004: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration; int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2); NullCheck(L_0); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_3, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))); if (!L_4) { goto IL_001a; } } { return (bool)1; } IL_001a: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_001e: { int32_t L_6 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = ___1_enumeration; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.QNameFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QNameFacetsChecker__ctor_m4977F33483117921259454B1E5BA75491A606875 (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.MiscFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscFacetsChecker__ctor_m9C95E6B8ABCCDC1C687ADA081B5F0B6C90B8D032 (MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.Exception System.Xml.Schema.BinaryFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* BinaryFacetsChecker_CheckValueFacets_m15A1F241C2A91307B6A104D2FE5A9FB6F3677D8C (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { RuntimeObject* L_0 = ___0_value; V_0 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype; Exception_t* L_3; L_3 = VirtualFuncInvoker2< Exception_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, __this, L_1, L_2); return L_3; } } // System.Exception System.Xml.Schema.BinaryFacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* BinaryFacetsChecker_CheckValueFacets_mC8678349E676D6297E9013D43BB7B123D452E6BA (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_value; NullCheck(L_2); V_1 = ((int32_t)(((RuntimeArray*)L_2)->max_length)); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0; if (L_3) { goto IL_0011; } } { G_B3_0 = 0; goto IL_0017; } IL_0011: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->___Flags_12; G_B3_0 = ((int32_t)(L_5)); } IL_0017: { V_2 = G_B3_0; int32_t L_6 = V_2; if (!L_6) { goto IL_009e; } } { int32_t L_7 = V_2; if (!((int32_t)((int32_t)L_7&1))) { goto IL_003c; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->___Length_0; int32_t L_10 = V_1; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_003c; } } { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_12 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_12); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_12, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_11, NULL); return L_12; } IL_003c: { int32_t L_13 = V_2; if (!((int32_t)((int32_t)L_13&2))) { goto IL_005a; } } { int32_t L_14 = V_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_15 = V_0; NullCheck(L_15); int32_t L_16 = L_15->___MinLength_1; if ((((int32_t)L_14) >= ((int32_t)L_16))) { goto IL_005a; } } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_18 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_18); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_18, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_17, NULL); return L_18; } IL_005a: { int32_t L_19 = V_2; if (!((int32_t)((int32_t)L_19&4))) { goto IL_0078; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_20 = V_0; NullCheck(L_20); int32_t L_21 = L_20->___MaxLength_2; int32_t L_22 = V_1; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0078; } } { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_24 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_24); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_24, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_23, NULL); return L_24; } IL_0078: { int32_t L_25 = V_2; if (!((int32_t)((int32_t)L_25&((int32_t)16)))) { goto IL_009e; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_27 = V_0; NullCheck(L_27); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_28 = L_27->___Enumeration_4; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_29 = ___1_datatype; bool L_30; L_30 = BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5(__this, L_26, L_28, L_29, NULL); if (L_30) { goto IL_009e; } } { String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_32 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_32); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_32, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_31, NULL); return L_32; } IL_009e: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_m75C39ED8CDD3BF89FB8D7EE257C82A67D58F3C1B (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___2_datatype; bool L_3; L_3 = BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5(__this, ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), L_1, L_2, NULL); return L_3; } } // System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Byte[],System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5 (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001f; } IL_0004: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration; int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); NullCheck(L_0); int32_t L_5; L_5 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, (RuntimeObject*)L_1, (RuntimeObject*)((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var))); if (L_5) { goto IL_001b; } } { return (bool)1; } IL_001b: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_001f: { int32_t L_7 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = ___1_enumeration; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.BinaryFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFacetsChecker__ctor_m7E42CBAE8F97833BEF9FE40E56B2D0BE93EF6A56 (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.Exception System.Xml.Schema.ListFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ListFacetsChecker_CheckValueFacets_m2ACEE668112463FE13F5B73A7C1EEDBA7CC70370 (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142); s_Il2CppMethodInitialized = true; } RuntimeArray* V_0 = NULL; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B3_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((RuntimeArray*)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_1 = ___1_datatype; NullCheck(L_1); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2; L_2 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_1); V_1 = L_2; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_1; if (L_3) { goto IL_0014; } } { G_B3_0 = 0; goto IL_001a; } IL_0014: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->___Flags_12; G_B3_0 = ((int32_t)(L_5)); } IL_001a: { V_2 = G_B3_0; int32_t L_6 = V_2; if (!((int32_t)((int32_t)L_6&7))) { goto IL_0081; } } { RuntimeArray* L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_7, NULL); V_3 = L_8; int32_t L_9 = V_2; if (!((int32_t)((int32_t)L_9&1))) { goto IL_0045; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->___Length_0; int32_t L_12 = V_3; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0045; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_14); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_14, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_13, NULL); return L_14; } IL_0045: { int32_t L_15 = V_2; if (!((int32_t)((int32_t)L_15&2))) { goto IL_0063; } } { int32_t L_16 = V_3; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_17 = V_1; NullCheck(L_17); int32_t L_18 = L_17->___MinLength_1; if ((((int32_t)L_16) >= ((int32_t)L_18))) { goto IL_0063; } } { String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_20); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_20, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_19, NULL); return L_20; } IL_0063: { int32_t L_21 = V_2; if (!((int32_t)((int32_t)L_21&4))) { goto IL_0081; } } { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_1; NullCheck(L_22); int32_t L_23 = L_22->___MaxLength_2; int32_t L_24 = V_3; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_0081; } } { String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_26 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_26); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_26, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_25, NULL); return L_26; } IL_0081: { int32_t L_27 = V_2; if (!((int32_t)((int32_t)L_27&((int32_t)16)))) { goto IL_00a7; } } { RuntimeObject* L_28 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_29 = V_1; NullCheck(L_29); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = L_29->___Enumeration_4; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_31 = ___1_datatype; bool L_32; L_32 = VirtualFuncInvoker3< bool, RuntimeObject*, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(17 /* System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_28, L_30, L_31); if (L_32) { goto IL_00a7; } } { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_34 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_34); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_34, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_33, NULL); return L_34; } IL_00a7: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.ListFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListFacetsChecker_MatchEnumeration_m69F95CE7046EF8FA272B6F074D8A082D3F64DDCD (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0004: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; RuntimeObject* L_1 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration; int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); NullCheck(L_0); int32_t L_5; L_5 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, L_1, L_4); if (L_5) { goto IL_0016; } } { return (bool)1; } IL_0016: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_001a: { int32_t L_7 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = ___1_enumeration; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.ListFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListFacetsChecker__ctor_mC59A0FE74C39378155503D05121CFC25C8C1FB40 (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.Exception System.Xml.Schema.UnionFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* UnionFacetsChecker_CheckValueFacets_m5AEB18393891465AE854AD4795BEEE5B3348BAEB (UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); s_Il2CppMethodInitialized = true; } RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype; NullCheck(L_0); RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(13 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___Flags_12; G_B3_0 = ((int32_t)(L_4)); } IL_0013: { if (!((int32_t)(G_B3_0&((int32_t)16)))) { goto IL_0038; } } { RuntimeObject* L_5 = ___0_value; RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_6 = V_0; NullCheck(L_6); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = L_6->___Enumeration_4; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_8 = ___1_datatype; bool L_9; L_9 = VirtualFuncInvoker3< bool, RuntimeObject*, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(17 /* System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_5, L_7, L_8); if (L_9) { goto IL_0038; } } { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_11 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_11); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_11, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_10, NULL); return L_11; } IL_0038: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.Schema.UnionFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnionFacetsChecker_MatchEnumeration_mD4829C97AFD94459E54733A9B455E2DB5752A156 (UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0004: { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype; RuntimeObject* L_1 = ___0_value; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration; int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); NullCheck(L_0); int32_t L_5; L_5 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, L_1, L_4); if (L_5) { goto IL_0016; } } { return (bool)1; } IL_0016: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_001a: { int32_t L_7 = V_0; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = ___1_enumeration; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.UnionFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionFacetsChecker__ctor_m774668118D69B40AC7E9F5D1B94CF59D427CB623 (UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9* __this, const RuntimeMethod* method) { { FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, 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.XmlSchemaInference::set_Occurrence(System.Xml.Schema.XmlSchemaInference/InferenceOption) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_set_Occurrence_m9363E542E8CDA8362D5568149C7D9A6084643D40 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___occurrence_28 = L_0; return; } } // System.Xml.Schema.XmlSchemaInference/InferenceOption System.Xml.Schema.XmlSchemaInference::get_Occurrence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___occurrence_28; return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInference::set_TypeInference(System.Xml.Schema.XmlSchemaInference/InferenceOption) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_set_TypeInference_m6819648A727ED073B1C923E106CBE8ABB4539466 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___typeInference_29 = L_0; return; } } // System.Void System.Xml.Schema.XmlSchemaInference::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference__ctor_m943C1D4EAAC095A05EEDB58F7B7ED14796C185B2 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABA9C2EDE2C913373F6B8CCF5567CD722EAB8430); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_0 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var); NullCheck(L_0); NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_0, NULL); __this->___nametable_24 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___nametable_24), (void*)L_0); NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_1 = __this->___nametable_24; XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_2 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var); NullCheck(L_2); XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_2, L_1, NULL); __this->___NamespaceManager_26 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___NamespaceManager_26), (void*)L_2); XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_3 = __this->___NamespaceManager_26; NullCheck(L_3); VirtualActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_3, _stringLiteralABA9C2EDE2C913373F6B8CCF5567CD722EAB8430, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); NullCheck(L_4); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_4, NULL); __this->___schemaList_27 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaList_27), (void*)L_4); return; } } // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaInference::InferSchema(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* XmlSchemaInference_InferSchema_mA746B2D789EF7290715A52641680825DBBCAA508 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_instanceDocument, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_instanceDocument; NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_1 = __this->___nametable_24; XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_2 = (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1*)il2cpp_codegen_object_new(XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1_il2cpp_TypeInfo_var); NullCheck(L_2); XmlSchemaSet__ctor_m4BA127BB610FA98EC4474081E079EFFB2D1DFFF8(L_2, L_1, NULL); XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_3; L_3 = XmlSchemaInference_InferSchema1_mA3E395E17EB268B53F6F322221998AE217C68C5A(__this, L_0, L_2, NULL); return L_3; } } // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaInference::InferSchema1(System.Xml.XmlReader,System.Xml.Schema.XmlSchemaSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* XmlSchemaInference_InferSchema1_mA3E395E17EB268B53F6F322221998AE217C68C5A (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_instanceDocument, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___1_schemas, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_instanceDocument; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B7CB641383CA08F1F8C08B6B80BCAF0840672AA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferSchema1_mA3E395E17EB268B53F6F322221998AE217C68C5A_RuntimeMethod_var))); } IL_000e: { __this->___rootSchema_21 = (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___rootSchema_21), (void*)(XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = ___0_instanceDocument; __this->___xtr_23 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___xtr_23), (void*)L_2); XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_3 = ___1_schemas; NullCheck(L_3); XmlSchemaSet_Compile_m67058DA49CDFFA1C3879DB8F82AEC8DD6F4B3355(L_3, NULL); XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_4 = ___1_schemas; __this->___schemaSet_22 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaSet_22), (void*)L_4); } IL_0029: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = __this->___xtr_23; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_5); if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0044; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = __this->___xtr_23; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_7); if (L_8) { goto IL_0029; } } IL_0044: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_9 = __this->___xtr_23; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_01f1; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_11 = __this->___xtr_23; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_11); __this->___TargetNamespace_25 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___TargetNamespace_25), (void*)L_12); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_13 = __this->___xtr_23; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_13); bool L_15; L_15 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); if (!L_15) { goto IL_008a; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_16 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_16); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5C6350EB9F9B8E04835397A708BE88CCEB19460)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferSchema1_mA3E395E17EB268B53F6F322221998AE217C68C5A_RuntimeMethod_var))); } IL_008a: { V_0 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_17 = ___1_schemas; NullCheck(L_17); XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_18; L_18 = XmlSchemaSet_get_GlobalElements_mFD11CEF567F45508B8D7434CD0D3D38ABCED7556(L_17, NULL); NullCheck(L_18); RuntimeObject* L_19; L_19 = XmlSchemaObjectTable_get_Values_mF69730E61D5EB5381D18ECA08EE67ACFFC99CA18(L_18, NULL); NullCheck(L_19); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_19); V_1 = L_20; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ff: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_3; if (!L_22) { goto IL_010f; } } { RuntimeObject* L_23 = V_3; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_23); } IL_010f: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00f5_1; } IL_009f_1: { RuntimeObject* L_24 = V_1; NullCheck(L_24); RuntimeObject* L_25; L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24); V_2 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_25, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_26 = V_2; NullCheck(L_26); String_t* L_27; L_27 = XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline(L_26, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_28 = __this->___xtr_23; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_28); bool L_30; L_30 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_27, L_29, NULL); if (!L_30) { goto IL_00f5_1; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_31 = V_2; NullCheck(L_31); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_32; L_32 = XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline(L_31, NULL); NullCheck(L_32); String_t* L_33; L_33 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_32, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_34 = __this->___xtr_23; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_34); bool L_36; L_36 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_33, L_35, NULL); if (!L_36) { goto IL_00f5_1; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_37 = V_2; NullCheck(L_37); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_38; L_38 = XmlSchemaObject_get_Parent_m98A2082901CC0571DFAA0F20296ED962989BFD4B_inline(L_37, NULL); __this->___rootSchema_21 = ((XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)IsInstClass((RuntimeObject*)L_38, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___rootSchema_21), (void*)((XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)IsInstClass((RuntimeObject*)L_38, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var))); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_39 = V_2; V_0 = L_39; goto IL_0110; } IL_00f5_1: { RuntimeObject* L_40 = V_1; NullCheck(L_40); bool L_41; L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_009f_1; } } { goto IL_0110; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0110: { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_42 = __this->___rootSchema_21; if (L_42) { goto IL_0145; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_43 = __this->___xtr_23; NullCheck(L_43); String_t* L_44; L_44 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_43); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_45 = __this->___xtr_23; NullCheck(L_45); String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_45); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_47 = __this->___xtr_23; NullCheck(L_47); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_47); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_49; L_49 = XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22(__this, L_44, L_46, L_48, (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)NULL, (XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388*)NULL, (-1), NULL); V_0 = L_49; goto IL_0153; } IL_0145: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_50 = V_0; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_51 = __this->___rootSchema_21; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_50, (bool)0, L_51, NULL); } IL_0153: { XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_52 = __this->___NamespaceManager_26; NullCheck(L_52); RuntimeObject* L_53; L_53 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(13 /* System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator() */, L_52); V_1 = L_53; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01cb: {// begin finally (depth: 1) { RuntimeObject* L_54 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_55 = V_3; if (!L_55) { goto IL_01db; } } { RuntimeObject* L_56 = V_3; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_56); } IL_01db: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_01c1_1; } IL_0161_1: { RuntimeObject* L_57 = V_1; NullCheck(L_57); RuntimeObject* L_58; L_58 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_57); V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_58, String_t_il2cpp_TypeInfo_var)); String_t* L_59 = V_4; NullCheck(L_59); bool L_60; L_60 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_59, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (L_60) { goto IL_01c1_1; } } { String_t* L_61 = V_4; NullCheck(L_61); bool L_62; L_62 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_61, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (L_62) { goto IL_01c1_1; } } { XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_63 = __this->___NamespaceManager_26; NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_64 = __this->___nametable_24; String_t* L_65 = V_4; NullCheck(L_64); String_t* L_66; L_66 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(5 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_64, L_65); NullCheck(L_63); String_t* L_67; L_67 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_63, L_66); V_5 = L_67; String_t* L_68 = V_5; NullCheck(L_68); int32_t L_69; L_69 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_68, NULL); if (!L_69) { goto IL_01c1_1; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_70 = __this->___rootSchema_21; NullCheck(L_70); XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_71; L_71 = XmlSchemaObject_get_Namespaces_m7E7E0DCE92E93E7E35BB16F6ED4C40453C702C03(L_70, NULL); String_t* L_72 = V_4; String_t* L_73 = V_5; NullCheck(L_71); XmlSerializerNamespaces_Add_m4204802D44C6E5763F669D618F0B3D2B7BE49C4B(L_71, L_72, L_73, NULL); } IL_01c1_1: { RuntimeObject* L_74 = V_1; NullCheck(L_74); bool L_75; L_75 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_74); if (L_75) { goto IL_0161_1; } } { goto IL_01dc; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01dc: { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_76 = ___1_schemas; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_77 = __this->___rootSchema_21; NullCheck(L_76); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_78; L_78 = XmlSchemaSet_Reprocess_mB8ED5361B6ABEAC373610815B22A5B78BBF79D76(L_76, L_77, NULL); XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_79 = ___1_schemas; NullCheck(L_79); XmlSchemaSet_Compile_m67058DA49CDFFA1C3879DB8F82AEC8DD6F4B3355(L_79, NULL); goto IL_01fe; } IL_01f1: { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_80 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_80); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral887B3CCCFD2145EFD8D18F8529C7426B12B53788)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferSchema1_mA3E395E17EB268B53F6F322221998AE217C68C5A_RuntimeMethod_var))); } IL_01fe: { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_81 = ___1_schemas; return L_81; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInference::AddAttribute(System.String,System.String,System.String,System.String,System.Boolean,System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.XmlSchemaObjectTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* XmlSchemaInference_AddAttribute_m16634471E7CB598E3C55A35688C355F079A4F4FA (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_localName, String_t* ___1_prefix, String_t* ___2_childURI, String_t* ___3_attrValue, bool ___4_bCreatingNewType, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___5_parentSchema, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___6_addLocation, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___7_compiledAttributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_0 = NULL; int32_t V_1 = 0; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_2 = NULL; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; String_t* V_7 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_8 = NULL; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_9 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_10 = NULL; int32_t V_11 = 0; XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* V_12 = NULL; XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* V_13 = NULL; { String_t* L_0 = ___2_childURI; bool L_1; L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); if (!L_1) { goto IL_001a; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_2 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_2); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5C6350EB9F9B8E04835397A708BE88CCEB19460)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_AddAttribute_m16634471E7CB598E3C55A35688C355F079A4F4FA_RuntimeMethod_var))); } IL_001a: { V_0 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)NULL; V_1 = (-1); V_2 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)NULL; V_3 = (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)NULL; V_4 = (bool)1; XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_3 = ___7_compiledAttributes; NullCheck(L_3); int32_t L_4; L_4 = XmlSchemaObjectTable_get_Count_m68B3B75A747E8830F096531551DB1F0BF8D9EF83(L_3, NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_003e; } } { XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_5 = ___7_compiledAttributes; NullCheck(L_5); RuntimeObject* L_6; L_6 = XmlSchemaObjectTable_get_Values_mF69730E61D5EB5381D18ECA08EE67ACFFC99CA18(L_5, NULL); V_5 = L_6; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_7 = ___6_addLocation; V_6 = L_7; goto IL_0045; } IL_003e: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_8 = ___6_addLocation; V_5 = L_8; V_6 = (RuntimeObject*)NULL; } IL_0045: { String_t* L_9 = ___2_childURI; bool L_10; L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_9, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_10) { goto IL_00be; } } { V_8 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)NULL; RuntimeObject* L_11 = V_5; String_t* L_12 = ___0_localName; String_t* L_13 = ___2_childURI; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_14; L_14 = XmlSchemaInference_FindAttributeRef_mB897D0650DE30BB939F26369E692361070DF469A(__this, L_11, L_12, L_13, NULL); V_8 = L_14; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_15 = V_8; if (L_15) { goto IL_0075; } } { RuntimeObject* L_16 = V_6; if (!L_16) { goto IL_0075; } } { RuntimeObject* L_17 = V_6; String_t* L_18 = ___0_localName; String_t* L_19 = ___2_childURI; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_20; L_20 = XmlSchemaInference_FindAttributeRef_mB897D0650DE30BB939F26369E692361070DF469A(__this, L_17, L_18, L_19, NULL); V_8 = L_20; } IL_0075: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_21 = V_8; if (L_21) { goto IL_00b6; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_22 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)il2cpp_codegen_object_new(XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); NullCheck(L_22); XmlSchemaAttribute__ctor_m6CC98E299F58FD79C1A2131914F58B0D06250EA2(L_22, NULL); V_8 = L_22; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_23 = V_8; String_t* L_24 = ___0_localName; String_t* L_25 = ___2_childURI; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_26 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_26); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_26, L_24, L_25, NULL); NullCheck(L_23); XmlSchemaAttribute_set_RefName_m40560893731560664988569F49D745FAE49B2628(L_23, L_26, NULL); bool L_27 = ___4_bCreatingNewType; if (!L_27) { goto IL_00a4; } } { int32_t L_28; L_28 = XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline(__this, NULL); if (L_28) { goto IL_00a4; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_29 = V_8; NullCheck(L_29); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_29, 3, NULL); goto IL_00ac; } IL_00a4: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_30 = V_8; NullCheck(L_30); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_30, 1, NULL); } IL_00ac: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_31 = ___6_addLocation; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_32 = V_8; NullCheck(L_31); int32_t L_33; L_33 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_31, L_32, NULL); } IL_00b6: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_34 = V_8; V_2 = L_34; goto IL_031a; } IL_00be: { String_t* L_35 = ___2_childURI; NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_35, NULL); if (L_36) { goto IL_00d1; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_37 = ___5_parentSchema; V_3 = L_37; V_4 = (bool)0; goto IL_0166; } IL_00d1: { String_t* L_38 = ___2_childURI; if (!L_38) { goto IL_0137; } } { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_39 = __this->___schemaSet_22; String_t* L_40 = ___2_childURI; NullCheck(L_39); bool L_41; L_41 = XmlSchemaSet_Contains_m39B068826A63F384F0E46055A63CAC4A86A34EDE(L_39, L_40, NULL); if (L_41) { goto IL_0137; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_42 = (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)il2cpp_codegen_object_new(XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var); NullCheck(L_42); XmlSchema__ctor_mCF63013FD5900D4D9BB8753D5632B0CFB52F2D75(L_42, NULL); V_3 = L_42; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_43 = V_3; NullCheck(L_43); XmlSchema_set_AttributeFormDefault_m4F0F8B9BEF6F50C95CE29BE9E1A4E7E1C26DBFAE_inline(L_43, 2, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_44 = V_3; NullCheck(L_44); XmlSchema_set_ElementFormDefault_m8A55972AEE8B7075F6B7BAF284CA29DE21914072_inline(L_44, 1, NULL); String_t* L_45 = ___2_childURI; NullCheck(L_45); int32_t L_46; L_46 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_45, NULL); if (!L_46) { goto IL_0105; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_47 = V_3; String_t* L_48 = ___2_childURI; NullCheck(L_47); XmlSchema_set_TargetNamespace_m1D4553C470607D43E0BC256714E4AEF7B62E5770_inline(L_47, L_48, NULL); } IL_0105: { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_49 = __this->___schemaSet_22; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_50 = V_3; NullCheck(L_49); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_51; L_51 = XmlSchemaSet_Add_mD370E9075A98B1F6190D28C8909616CBEE5CBAFE(L_49, L_50, NULL); String_t* L_52 = ___1_prefix; NullCheck(L_52); int32_t L_53; L_53 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_52, NULL); if (!L_53) { goto IL_0166; } } { String_t* L_54 = ___1_prefix; int32_t L_55; L_55 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_54, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, 5, NULL); if (!L_55) { goto IL_0166; } } { XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_56 = __this->___NamespaceManager_26; String_t* L_57 = ___1_prefix; String_t* L_58 = ___2_childURI; NullCheck(L_56); VirtualActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_56, L_57, L_58); goto IL_0166; } IL_0137: { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_59 = __this->___schemaSet_22; String_t* L_60 = ___2_childURI; NullCheck(L_59); RuntimeObject* L_61; L_61 = XmlSchemaSet_Schemas_mB026F323BD5F5CCE6B270803AF10983103ED0BEF(L_59, L_60, NULL); V_9 = ((ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)IsInstClass((RuntimeObject*)L_61, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var)); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_62 = V_9; if (!L_62) { goto IL_0166; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_63 = V_9; NullCheck(L_63); int32_t L_64; L_64 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_63); if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_0166; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_65 = V_9; NullCheck(L_65); RuntimeObject* L_66; L_66 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_65, 0); V_3 = ((XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)IsInstClass((RuntimeObject*)L_66, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var)); } IL_0166: { String_t* L_67 = ___2_childURI; NullCheck(L_67); int32_t L_68; L_68 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_67, NULL); if (!L_68) { goto IL_0264; } } { V_10 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)NULL; RuntimeObject* L_69 = V_5; String_t* L_70 = ___0_localName; String_t* L_71 = ___2_childURI; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_72; L_72 = XmlSchemaInference_FindAttributeRef_mB897D0650DE30BB939F26369E692361070DF469A(__this, L_69, L_70, L_71, NULL); V_10 = L_72; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_73 = V_10; RuntimeObject* L_74 = V_6; if (!((int32_t)(((((RuntimeObject*)(XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)L_73) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)&((!(((RuntimeObject*)(RuntimeObject*)L_74) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)))) { goto IL_0199; } } { RuntimeObject* L_75 = V_6; String_t* L_76 = ___0_localName; String_t* L_77 = ___2_childURI; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_78; L_78 = XmlSchemaInference_FindAttributeRef_mB897D0650DE30BB939F26369E692361070DF469A(__this, L_75, L_76, L_77, NULL); V_10 = L_78; } IL_0199: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_79 = V_10; if (L_79) { goto IL_01da; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_80 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)il2cpp_codegen_object_new(XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); NullCheck(L_80); XmlSchemaAttribute__ctor_m6CC98E299F58FD79C1A2131914F58B0D06250EA2(L_80, NULL); V_10 = L_80; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_81 = V_10; String_t* L_82 = ___0_localName; String_t* L_83 = ___2_childURI; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_84 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_84); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_84, L_82, L_83, NULL); NullCheck(L_81); XmlSchemaAttribute_set_RefName_m40560893731560664988569F49D745FAE49B2628(L_81, L_84, NULL); bool L_85 = ___4_bCreatingNewType; if (!L_85) { goto IL_01c8; } } { int32_t L_86; L_86 = XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline(__this, NULL); if (L_86) { goto IL_01c8; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_87 = V_10; NullCheck(L_87); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_87, 3, NULL); goto IL_01d0; } IL_01c8: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_88 = V_10; NullCheck(L_88); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_88, 1, NULL); } IL_01d0: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_89 = ___6_addLocation; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_90 = V_10; NullCheck(L_89); int32_t L_91; L_91 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_89, L_90, NULL); } IL_01da: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_92 = V_10; V_2 = L_92; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_93 = V_3; NullCheck(L_93); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_94; L_94 = XmlSchema_get_Items_m4A629D8F391D26EC9C55EC8BC155CBFA98B4FD6F_inline(L_93, NULL); String_t* L_95 = ___0_localName; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_96; L_96 = XmlSchemaInference_FindAttribute_m99E3FA33C89126F221C2B129A1143DD4EF07950C(__this, L_94, L_95, NULL); V_0 = L_96; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_97 = V_0; if (L_97) { goto IL_0224; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_98 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)il2cpp_codegen_object_new(XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); NullCheck(L_98); XmlSchemaAttribute__ctor_m6CC98E299F58FD79C1A2131914F58B0D06250EA2(L_98, NULL); V_0 = L_98; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_99 = V_0; String_t* L_100 = ___0_localName; NullCheck(L_99); XmlSchemaAttribute_set_Name_m3CB78DBB9E294DC37F91F17B02F27C3A213405D1_inline(L_99, L_100, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_101 = V_0; String_t* L_102 = ___3_attrValue; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_103; L_103 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_102, (&V_1), NULL); NullCheck(L_101); XmlSchemaAttribute_set_SchemaTypeName_mE98774273C405BE9F1484E73EAE17371F8925054(L_101, L_103, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_104 = V_0; int32_t L_105 = V_1; NullCheck(L_104); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_104, L_105, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_106 = V_3; NullCheck(L_106); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_107; L_107 = XmlSchema_get_Items_m4A629D8F391D26EC9C55EC8BC155CBFA98B4FD6F_inline(L_106, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_108 = V_0; NullCheck(L_107); int32_t L_109; L_109 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_107, L_108, NULL); goto IL_031a; } IL_0224: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_110 = V_0; NullCheck(L_110); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_111; L_111 = XmlSchemaObject_get_Parent_m98A2082901CC0571DFAA0F20296ED962989BFD4B_inline(L_110, NULL); if (L_111) { goto IL_0235; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_112 = V_0; NullCheck(L_112); int32_t L_113; L_113 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_112, NULL); V_1 = L_113; goto IL_0248; } IL_0235: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_114 = V_0; NullCheck(L_114); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_115; L_115 = XmlSchemaAttribute_get_SchemaTypeName_mA66F85C07DB3C2FFC5FA046352FE9C058D6E5F5D_inline(L_114, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_116; L_116 = XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E(L_115, NULL); V_1 = L_116; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_117 = V_0; NullCheck(L_117); XmlSchemaObject_set_Parent_m8EFFC956CADF262A4D7E1BA86D3348F4FB5AD9AD_inline(L_117, (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)NULL, NULL); } IL_0248: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_118 = V_0; String_t* L_119 = ___3_attrValue; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_120; L_120 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_119, (&V_1), NULL); NullCheck(L_118); XmlSchemaAttribute_set_SchemaTypeName_mE98774273C405BE9F1484E73EAE17371F8925054(L_118, L_120, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_121 = V_0; int32_t L_122 = V_1; NullCheck(L_121); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_121, L_122, NULL); goto IL_031a; } IL_0264: { RuntimeObject* L_123 = V_5; String_t* L_124 = ___0_localName; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_125; L_125 = XmlSchemaInference_FindAttribute_m99E3FA33C89126F221C2B129A1143DD4EF07950C(__this, L_123, L_124, NULL); V_0 = L_125; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_126 = V_0; if (L_126) { goto IL_027f; } } { RuntimeObject* L_127 = V_6; if (!L_127) { goto IL_027f; } } { RuntimeObject* L_128 = V_6; String_t* L_129 = ___0_localName; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_130; L_130 = XmlSchemaInference_FindAttribute_m99E3FA33C89126F221C2B129A1143DD4EF07950C(__this, L_128, L_129, NULL); V_0 = L_130; } IL_027f: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_131 = V_0; if (L_131) { goto IL_02dd; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_132 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)il2cpp_codegen_object_new(XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); NullCheck(L_132); XmlSchemaAttribute__ctor_m6CC98E299F58FD79C1A2131914F58B0D06250EA2(L_132, NULL); V_0 = L_132; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_133 = V_0; String_t* L_134 = ___0_localName; NullCheck(L_133); XmlSchemaAttribute_set_Name_m3CB78DBB9E294DC37F91F17B02F27C3A213405D1_inline(L_133, L_134, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_135 = V_0; String_t* L_136 = ___3_attrValue; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_137; L_137 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_136, (&V_1), NULL); NullCheck(L_135); XmlSchemaAttribute_set_SchemaTypeName_mE98774273C405BE9F1484E73EAE17371F8925054(L_135, L_137, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_138 = V_0; int32_t L_139 = V_1; NullCheck(L_138); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_138, L_139, NULL); bool L_140 = ___4_bCreatingNewType; if (!L_140) { goto IL_02bb; } } { int32_t L_141; L_141 = XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline(__this, NULL); if (L_141) { goto IL_02bb; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_142 = V_0; NullCheck(L_142); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_142, 3, NULL); goto IL_02c2; } IL_02bb: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_143 = V_0; NullCheck(L_143); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_143, 1, NULL); } IL_02c2: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_144 = ___6_addLocation; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_145 = V_0; NullCheck(L_144); int32_t L_146; L_146 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_144, L_145, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_147 = V_3; NullCheck(L_147); int32_t L_148; L_148 = XmlSchema_get_AttributeFormDefault_mC356D2CB296F70753743A369EDB8C99AB0B61DF8_inline(L_147, NULL); if ((((int32_t)L_148) == ((int32_t)2))) { goto IL_0318; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_149 = V_0; NullCheck(L_149); XmlSchemaAttribute_set_Form_mA74C0C2C7551393B28F9ED94C9D9D2B725CC5870_inline(L_149, 2, NULL); goto IL_0318; } IL_02dd: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_150 = V_0; NullCheck(L_150); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_151; L_151 = XmlSchemaObject_get_Parent_m98A2082901CC0571DFAA0F20296ED962989BFD4B_inline(L_150, NULL); if (L_151) { goto IL_02ee; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_152 = V_0; NullCheck(L_152); int32_t L_153; L_153 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_152, NULL); V_1 = L_153; goto IL_0301; } IL_02ee: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_154 = V_0; NullCheck(L_154); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_155; L_155 = XmlSchemaAttribute_get_SchemaTypeName_mA66F85C07DB3C2FFC5FA046352FE9C058D6E5F5D_inline(L_154, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_156; L_156 = XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E(L_155, NULL); V_1 = L_156; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_157 = V_0; NullCheck(L_157); XmlSchemaObject_set_Parent_m8EFFC956CADF262A4D7E1BA86D3348F4FB5AD9AD_inline(L_157, (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)NULL, NULL); } IL_0301: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_158 = V_0; String_t* L_159 = ___3_attrValue; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_160; L_160 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_159, (&V_1), NULL); NullCheck(L_158); XmlSchemaAttribute_set_SchemaTypeName_mE98774273C405BE9F1484E73EAE17371F8925054(L_158, L_160, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_161 = V_0; int32_t L_162 = V_1; NullCheck(L_161); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_161, L_162, NULL); } IL_0318: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_163 = V_0; V_2 = L_163; } IL_031a: { V_7 = (String_t*)NULL; bool L_164 = V_4; if (!L_164) { goto IL_03af; } } { String_t* L_165 = ___2_childURI; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_166 = ___5_parentSchema; NullCheck(L_166); String_t* L_167; L_167 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_166, NULL); bool L_168; L_168 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_165, L_167, NULL); if (!L_168) { goto IL_03af; } } { V_11 = 0; goto IL_0369; } IL_0338: { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_169 = ___5_parentSchema; NullCheck(L_169); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_170; L_170 = XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline(L_169, NULL); int32_t L_171 = V_11; NullCheck(L_170); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_172; L_172 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_170, L_171); V_12 = ((XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5*)IsInstClass((RuntimeObject*)L_172, XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5_il2cpp_TypeInfo_var)); XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_173 = V_12; if (!L_173) { goto IL_0363; } } { XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_174 = V_12; NullCheck(L_174); String_t* L_175; L_175 = XmlSchemaImport_get_Namespace_mDCE5EDB62D412B171A113464D447AF35D143204B_inline(L_174, NULL); String_t* L_176 = ___2_childURI; bool L_177; L_177 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_175, L_176, NULL); if (!L_177) { goto IL_0363; } } { V_4 = (bool)0; } IL_0363: { int32_t L_178 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_178, 1)); } IL_0369: { int32_t L_179 = V_11; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_180 = ___5_parentSchema; NullCheck(L_180); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_181; L_181 = XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline(L_180, NULL); NullCheck(L_181); int32_t L_182; L_182 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_181, NULL); if ((((int32_t)L_179) < ((int32_t)L_182))) { goto IL_0338; } } { bool L_183 = V_4; if (!L_183) { goto IL_03af; } } { XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_184 = (XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5*)il2cpp_codegen_object_new(XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5_il2cpp_TypeInfo_var); NullCheck(L_184); XmlSchemaImport__ctor_m7E4884E5DA66A65DB987025BA513EB72D5EC03FE(L_184, NULL); V_13 = L_184; XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_185 = V_13; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_186 = V_3; NullCheck(L_185); XmlSchemaExternal_set_Schema_mBA1489C020806A30A76DDF19728BB3A82E13D37D_inline(L_185, L_186, NULL); String_t* L_187 = ___2_childURI; NullCheck(L_187); int32_t L_188; L_188 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_187, NULL); if (!L_188) { goto IL_0397; } } { String_t* L_189 = ___2_childURI; V_7 = L_189; } IL_0397: { XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_190 = V_13; String_t* L_191 = V_7; NullCheck(L_190); XmlSchemaImport_set_Namespace_m0732B4D3E2C953C5433137DF24E79E5D5276563E_inline(L_190, L_191, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_192 = ___5_parentSchema; NullCheck(L_192); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_193; L_193 = XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline(L_192, NULL); XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_194 = V_13; NullCheck(L_193); int32_t L_195; L_195 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_193, L_194, NULL); } IL_03af: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_196 = V_2; return L_196; } } // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaInference::CreateXmlSchema(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* XmlSchemaInference_CreateXmlSchema_m7FB468FE2DE9B17F55A66F1876321AE84C5F1E87 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_targetNS, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* V_0 = NULL; { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_0 = (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)il2cpp_codegen_object_new(XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var); NullCheck(L_0); XmlSchema__ctor_mCF63013FD5900D4D9BB8753D5632B0CFB52F2D75(L_0, NULL); V_0 = L_0; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_1 = V_0; NullCheck(L_1); XmlSchema_set_AttributeFormDefault_m4F0F8B9BEF6F50C95CE29BE9E1A4E7E1C26DBFAE_inline(L_1, 2, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_2 = V_0; NullCheck(L_2); XmlSchema_set_ElementFormDefault_m8A55972AEE8B7075F6B7BAF284CA29DE21914072_inline(L_2, 1, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_3 = V_0; String_t* L_4 = ___0_targetNS; NullCheck(L_3); XmlSchema_set_TargetNamespace_m1D4553C470607D43E0BC256714E4AEF7B62E5770_inline(L_3, L_4, NULL); XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_5 = __this->___schemaSet_22; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_6 = V_0; NullCheck(L_5); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_7; L_7 = XmlSchemaSet_Add_mD370E9075A98B1F6190D28C8909616CBEE5CBAFE(L_5, L_6, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_8 = V_0; return L_8; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::AddElement(System.String,System.String,System.String,System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaObjectCollection,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_localName, String_t* ___1_prefix, String_t* ___2_childURI, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___3_parentSchema, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___4_addLocation, int32_t ___5_positionWithinCollection, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_0 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_1 = NULL; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* V_2 = NULL; bool V_3 = false; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* V_7 = NULL; XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* V_8 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_9 = NULL; { String_t* L_0 = ___2_childURI; bool L_1; L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); if (!L_1) { goto IL_001a; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_2 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_2); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5C6350EB9F9B8E04835397A708BE88CCEB19460)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22_RuntimeMethod_var))); } IL_001a: { V_0 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_3 = V_0; V_1 = L_3; V_2 = (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)NULL; V_3 = (bool)1; String_t* L_4 = ___2_childURI; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); if (!L_6) { goto IL_0032; } } { ___2_childURI = (String_t*)NULL; } IL_0032: { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_7 = ___3_parentSchema; if (!L_7) { goto IL_0074; } } { String_t* L_8 = ___2_childURI; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_9 = ___3_parentSchema; NullCheck(L_9); String_t* L_10; L_10 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_9, NULL); bool L_11; L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_10, NULL); if (!L_11) { goto IL_0074; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_12 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)il2cpp_codegen_object_new(XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); NullCheck(L_12); XmlSchemaElement__ctor_m7BD4443BF0ACC1E76E78C968245BE4A73E5B1E6A(L_12, NULL); V_0 = L_12; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_13 = V_0; String_t* L_14 = ___0_localName; NullCheck(L_13); XmlSchemaElement_set_Name_mFAE061491CD402C6FAAEAAE888A90121E8732568_inline(L_13, L_14, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_15 = ___3_parentSchema; V_2 = L_15; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_16 = V_2; NullCheck(L_16); int32_t L_17; L_17 = XmlSchema_get_ElementFormDefault_m5AF28C6D6EF3EA692FD2D26FFDD5C77123B5D67E_inline(L_16, NULL); if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0116; } } { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_18 = ___4_addLocation; if (!L_18) { goto IL_0116; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_19 = V_0; NullCheck(L_19); XmlSchemaElement_set_Form_m1698A2172C524A5318C51FB0744E667B72D51D10_inline(L_19, 1, NULL); goto IL_0116; } IL_0074: { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_20 = __this->___schemaSet_22; String_t* L_21 = ___2_childURI; NullCheck(L_20); bool L_22; L_22 = XmlSchemaSet_Contains_m39B068826A63F384F0E46055A63CAC4A86A34EDE(L_20, L_21, NULL); if (!L_22) { goto IL_00df; } } { String_t* L_23 = ___2_childURI; String_t* L_24 = ___0_localName; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_25; L_25 = XmlSchemaInference_FindGlobalElement_m133802F45110C9C1364E9F96679C2B150815971F(__this, L_23, L_24, (&V_2), NULL); V_0 = L_25; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_26 = V_0; if (L_26) { goto IL_00db; } } { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_27 = __this->___schemaSet_22; String_t* L_28 = ___2_childURI; NullCheck(L_27); RuntimeObject* L_29; L_29 = XmlSchemaSet_Schemas_mB026F323BD5F5CCE6B270803AF10983103ED0BEF(L_27, L_28, NULL); V_4 = ((ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)IsInstClass((RuntimeObject*)L_29, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var)); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = V_4; if (!L_30) { goto IL_00bf; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_31 = V_4; NullCheck(L_31); int32_t L_32; L_32 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_31); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_00bf; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_33 = V_4; NullCheck(L_33); RuntimeObject* L_34; L_34 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(28 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_33, 0); V_2 = ((XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)IsInstClass((RuntimeObject*)L_34, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var)); } IL_00bf: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_35 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)il2cpp_codegen_object_new(XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); NullCheck(L_35); XmlSchemaElement__ctor_m7BD4443BF0ACC1E76E78C968245BE4A73E5B1E6A(L_35, NULL); V_0 = L_35; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_36 = V_0; String_t* L_37 = ___0_localName; NullCheck(L_36); XmlSchemaElement_set_Name_mFAE061491CD402C6FAAEAAE888A90121E8732568_inline(L_36, L_37, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_38 = V_2; NullCheck(L_38); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_39; L_39 = XmlSchema_get_Items_m4A629D8F391D26EC9C55EC8BC155CBFA98B4FD6F_inline(L_38, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_40 = V_0; NullCheck(L_39); int32_t L_41; L_41 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_39, L_40, NULL); goto IL_0116; } IL_00db: { V_3 = (bool)0; goto IL_0116; } IL_00df: { String_t* L_42 = ___2_childURI; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_43; L_43 = XmlSchemaInference_CreateXmlSchema_m7FB468FE2DE9B17F55A66F1876321AE84C5F1E87(__this, L_42, NULL); V_2 = L_43; String_t* L_44 = ___1_prefix; NullCheck(L_44); int32_t L_45; L_45 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_44, NULL); if (!L_45) { goto IL_00fc; } } { XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_46 = __this->___NamespaceManager_26; String_t* L_47 = ___1_prefix; String_t* L_48 = ___2_childURI; NullCheck(L_46); VirtualActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_46, L_47, L_48); } IL_00fc: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_49 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)il2cpp_codegen_object_new(XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); NullCheck(L_49); XmlSchemaElement__ctor_m7BD4443BF0ACC1E76E78C968245BE4A73E5B1E6A(L_49, NULL); V_0 = L_49; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_50 = V_0; String_t* L_51 = ___0_localName; NullCheck(L_50); XmlSchemaElement_set_Name_mFAE061491CD402C6FAAEAAE888A90121E8732568_inline(L_50, L_51, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_52 = V_2; NullCheck(L_52); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_53; L_53 = XmlSchema_get_Items_m4A629D8F391D26EC9C55EC8BC155CBFA98B4FD6F_inline(L_52, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_54 = V_0; NullCheck(L_53); int32_t L_55; L_55 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_53, L_54, NULL); } IL_0116: { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_56 = ___3_parentSchema; if (L_56) { goto IL_0125; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_57 = V_2; ___3_parentSchema = L_57; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_58 = ___3_parentSchema; __this->___rootSchema_21 = L_58; Il2CppCodeGenWriteBarrier((void**)(&__this->___rootSchema_21), (void*)L_58); } IL_0125: { String_t* L_59 = ___2_childURI; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_60 = ___3_parentSchema; NullCheck(L_60); String_t* L_61; L_61 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_60, NULL); bool L_62; L_62 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_59, L_61, NULL); if (!L_62) { goto IL_01a7; } } { V_5 = (bool)1; V_6 = 0; goto IL_016d; } IL_013c: { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_63 = ___3_parentSchema; NullCheck(L_63); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_64; L_64 = XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline(L_63, NULL); int32_t L_65 = V_6; NullCheck(L_64); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_66; L_66 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_64, L_65); V_7 = ((XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5*)IsInstClass((RuntimeObject*)L_66, XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5_il2cpp_TypeInfo_var)); XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_67 = V_7; if (!L_67) { goto IL_0167; } } { XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_68 = V_7; NullCheck(L_68); String_t* L_69; L_69 = XmlSchemaImport_get_Namespace_mDCE5EDB62D412B171A113464D447AF35D143204B_inline(L_68, NULL); String_t* L_70 = ___2_childURI; bool L_71; L_71 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_69, L_70, NULL); if (!L_71) { goto IL_0167; } } { V_5 = (bool)0; } IL_0167: { int32_t L_72 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_72, 1)); } IL_016d: { int32_t L_73 = V_6; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_74 = ___3_parentSchema; NullCheck(L_74); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_75; L_75 = XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline(L_74, NULL); NullCheck(L_75); int32_t L_76; L_76 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_75, NULL); if ((((int32_t)L_73) < ((int32_t)L_76))) { goto IL_013c; } } { bool L_77 = V_5; if (!L_77) { goto IL_01a7; } } { XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_78 = (XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5*)il2cpp_codegen_object_new(XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5_il2cpp_TypeInfo_var); NullCheck(L_78); XmlSchemaImport__ctor_m7E4884E5DA66A65DB987025BA513EB72D5EC03FE(L_78, NULL); V_8 = L_78; XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_79 = V_8; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_80 = V_2; NullCheck(L_79); XmlSchemaExternal_set_Schema_mBA1489C020806A30A76DDF19728BB3A82E13D37D_inline(L_79, L_80, NULL); XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_81 = V_8; String_t* L_82 = ___2_childURI; NullCheck(L_81); XmlSchemaImport_set_Namespace_m0732B4D3E2C953C5433137DF24E79E5D5276563E_inline(L_81, L_82, NULL); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_83 = ___3_parentSchema; NullCheck(L_83); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_84; L_84 = XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline(L_83, NULL); XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* L_85 = V_8; NullCheck(L_84); int32_t L_86; L_86 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_84, L_85, NULL); } IL_01a7: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_87 = V_0; V_1 = L_87; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_88 = ___4_addLocation; if (!L_88) { goto IL_023a; } } { String_t* L_89 = ___2_childURI; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_90 = ___3_parentSchema; NullCheck(L_90); String_t* L_91; L_91 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_90, NULL); bool L_92; L_92 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_89, L_91, NULL); if (!L_92) { goto IL_01f0; } } { int32_t L_93; L_93 = XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline(__this, NULL); if ((!(((uint32_t)L_93) == ((uint32_t)1)))) { goto IL_01d3; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_94 = V_0; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_95 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_94); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_94, L_95, NULL); } IL_01d3: { int32_t L_96 = ___5_positionWithinCollection; if ((!(((uint32_t)L_96) == ((uint32_t)(-1))))) { goto IL_01e4; } } { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_97 = ___4_addLocation; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_98 = V_0; NullCheck(L_97); int32_t L_99; L_99 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_97, L_98, NULL); ___5_positionWithinCollection = L_99; goto IL_023a; } IL_01e4: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_100 = ___4_addLocation; int32_t L_101 = ___5_positionWithinCollection; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_102 = V_0; NullCheck(L_100); XmlSchemaObjectCollection_Insert_mA8F4BDC5AF0D811816BFDBABB85F761E70B12499(L_100, L_101, L_102, NULL); goto IL_023a; } IL_01f0: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_103 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)il2cpp_codegen_object_new(XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); NullCheck(L_103); XmlSchemaElement__ctor_m7BD4443BF0ACC1E76E78C968245BE4A73E5B1E6A(L_103, NULL); V_9 = L_103; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_104 = V_9; String_t* L_105 = ___0_localName; String_t* L_106 = ___2_childURI; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_107 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_107); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_107, L_105, L_106, NULL); NullCheck(L_104); XmlSchemaElement_set_RefName_m57D26C08C28186C44D99850077E7B76AC2F06669(L_104, L_107, NULL); int32_t L_108; L_108 = XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline(__this, NULL); if ((!(((uint32_t)L_108) == ((uint32_t)1)))) { goto IL_021a; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_109 = V_9; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_110 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_109); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_109, L_110, NULL); } IL_021a: { int32_t L_111 = ___5_positionWithinCollection; if ((!(((uint32_t)L_111) == ((uint32_t)(-1))))) { goto IL_022c; } } { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_112 = ___4_addLocation; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_113 = V_9; NullCheck(L_112); int32_t L_114; L_114 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_112, L_113, NULL); ___5_positionWithinCollection = L_114; goto IL_0237; } IL_022c: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_115 = ___4_addLocation; int32_t L_116 = ___5_positionWithinCollection; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_117 = V_9; NullCheck(L_115); XmlSchemaObjectCollection_Insert_mA8F4BDC5AF0D811816BFDBABB85F761E70B12499(L_115, L_116, L_117, NULL); } IL_0237: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_118 = V_9; V_1 = L_118; } IL_023a: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_119 = V_0; bool L_120 = V_3; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_121 = V_2; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_119, L_120, L_121, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_122 = V_1; return L_122; } } // System.Void System.Xml.Schema.XmlSchemaInference::InferElement(System.Xml.Schema.XmlSchemaElement,System.Boolean,System.Xml.Schema.XmlSchema) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_xse, bool ___1_bCreatingNewType, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___2_parentSchema, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_1 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_2 = NULL; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; bool V_6 = false; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* V_7 = NULL; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* V_8 = NULL; bool V_9 = false; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* V_10 = NULL; int32_t V_11 = 0; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* V_12 = NULL; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 0; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_16 = NULL; bool V_17 = false; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* V_18 = NULL; bool V_19 = false; bool G_B2_0 = false; bool G_B1_0 = false; bool G_B5_0 = false; bool G_B3_0 = false; bool G_B4_0 = false; bool G_B7_0 = false; bool G_B6_0 = false; bool G_B8_0 = false; { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___xtr_23; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); V_0 = (-1); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_2); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_2, NULL); V_1 = L_2; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_3 = ___0_xse; bool L_4 = ___1_bCreatingNewType; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_5; L_5 = XmlSchemaInference_GetEffectiveSchemaType_m4EE96FED8627975FD62C10D44C7BFB279E1FE541(__this, L_3, L_4, NULL); V_2 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_2; V_3 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)IsInstClass((RuntimeObject*)L_6, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var)); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = __this->___xtr_23; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_7); G_B1_0 = L_1; if (!L_8) { G_B2_0 = L_1; goto IL_003d; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_2; bool L_10 = ___1_bCreatingNewType; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_11 = ___2_parentSchema; XmlSchemaInference_ProcessAttributes_mC625C7A1CAAA164F655A514C7D78A3D1053FAC8A(__this, (&___0_xse), L_9, L_10, L_11, NULL); G_B5_0 = G_B1_0; goto IL_004b; } IL_003d: { bool L_12 = ___1_bCreatingNewType; G_B3_0 = G_B2_0; if (L_12) { G_B5_0 = G_B2_0; goto IL_004b; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_13 = V_3; G_B4_0 = G_B3_0; if (!L_13) { G_B5_0 = G_B3_0; goto IL_004b; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_14 = V_3; XmlSchemaInference_MakeExistingAttributesOptional_mDD869DB2C6C2E426F53B06E59C2C6EF1D1E1C677(__this, L_14, (XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388*)NULL, NULL); G_B5_0 = G_B4_0; } IL_004b: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_15 = V_3; G_B6_0 = G_B5_0; if (!L_15) { G_B7_0 = G_B5_0; goto IL_0056; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_16 = V_3; il2cpp_codegen_runtime_class_init_inline(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_17; L_17 = XmlSchemaComplexType_get_AnyType_m8849843192B524BE39AB9F20BECBF40479644573_inline(NULL); G_B7_0 = G_B6_0; if ((!(((RuntimeObject*)(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)L_16) == ((RuntimeObject*)(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)L_17)))) { G_B8_0 = G_B6_0; goto IL_0062; } } IL_0056: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_18 = ___0_xse; NullCheck(L_18); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_19; L_19 = XmlSchemaElement_get_SchemaType_m68FE8A14FB349199075D51CC57F04E3CE97186A2_inline(L_18, NULL); V_3 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)IsInstClass((RuntimeObject*)L_19, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var)); G_B8_0 = G_B7_0; } IL_0062: { if (!G_B8_0) { goto IL_00d8; } } { bool L_20 = ___1_bCreatingNewType; if (L_20) { goto IL_00cc; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_21 = V_3; if (!L_21) { goto IL_00a8; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_22 = V_3; NullCheck(L_22); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_23; L_23 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_22, NULL); if (!L_23) { goto IL_0083; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_24 = V_3; NullCheck(L_24); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_25; L_25 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_24, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_26 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_25); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_25, L_26, NULL); return; } IL_0083: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_27 = V_3; NullCheck(L_27); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_28; L_28 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_27, NULL); if (!L_28) { goto IL_00d7; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_29 = V_3; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_30; L_30 = XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6(__this, L_29, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_31 = L_30; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_32 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_31); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_31, L_32, NULL); NullCheck(L_31); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_31, ((int32_t)262144), NULL); return; } IL_00a8: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_33 = ___0_xse; NullCheck(L_33); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_34; L_34 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_33, NULL); NullCheck(L_34); bool L_35; L_35 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_34, NULL); if (L_35) { goto IL_00d7; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_36 = ___0_xse; NullCheck(L_36); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_36, ((int32_t)262144), NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_37 = ___0_xse; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_38 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_37); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_37, L_38, NULL); return; } IL_00cc: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_39 = ___0_xse; NullCheck(L_39); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_39, ((int32_t)262144), NULL); } IL_00d7: { return; } IL_00d8: { V_4 = (bool)0; } IL_00db: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_40 = __this->___xtr_23; NullCheck(L_40); bool L_41; L_41 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_40); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_42 = __this->___xtr_23; NullCheck(L_42); int32_t L_43; L_43 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_42); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)13))))) { goto IL_00f9; } } { V_4 = (bool)1; } IL_00f9: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_44 = __this->___xtr_23; NullCheck(L_44); int32_t L_45; L_45 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_44); if ((!(((uint32_t)L_45) == ((uint32_t)5)))) { goto IL_0114; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_46 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_46); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78E60D95D262A5BFB8B4DFAED3C7E69FCEACB75A)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B_RuntimeMethod_var))); } IL_0114: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_47 = __this->___xtr_23; NullCheck(L_47); bool L_48; L_48 = VirtualFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_47); if (L_48) { goto IL_015a; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_49 = __this->___xtr_23; NullCheck(L_49); int32_t L_50; L_50 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_49); if ((((int32_t)L_50) == ((int32_t)((int32_t)15)))) { goto IL_015a; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_51 = __this->___xtr_23; NullCheck(L_51); int32_t L_52; L_52 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_51); if ((((int32_t)L_52) == ((int32_t)4))) { goto IL_015a; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_53 = __this->___xtr_23; NullCheck(L_53); int32_t L_54; L_54 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_53); if ((((int32_t)L_54) == ((int32_t)1))) { goto IL_015a; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_55 = __this->___xtr_23; NullCheck(L_55); int32_t L_56; L_56 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_55); if ((!(((uint32_t)L_56) == ((uint32_t)3)))) { goto IL_00db; } } IL_015a: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_57 = __this->___xtr_23; NullCheck(L_57); int32_t L_58; L_58 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_57); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)15))))) { goto IL_0275; } } { bool L_59 = V_4; if (!L_59) { goto IL_0201; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_60 = V_3; if (!L_60) { goto IL_01eb; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_61 = V_3; NullCheck(L_61); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_62; L_62 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_61, NULL); if (!L_62) { goto IL_019c; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_63 = V_3; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_64; L_64 = XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6(__this, L_63, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_65 = L_64; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_66 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_65); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_65, L_66, NULL); NullCheck(L_65); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_65, ((int32_t)262144), NULL); goto IL_0201; } IL_019c: { bool L_67 = ___1_bCreatingNewType; if (!L_67) { goto IL_01e2; } } { XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_68 = (XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A*)il2cpp_codegen_object_new(XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var); NullCheck(L_68); XmlSchemaSimpleContent__ctor_mDC7F306A534B43D8A80492E5BC1DDC444AA427E3(L_68, NULL); V_7 = L_68; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_69 = V_3; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_70 = V_7; NullCheck(L_69); XmlSchemaComplexType_set_ContentModel_m71EAC2AFBC556F48BEC777266CA4F7A139A0BEC3_inline(L_69, L_70, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_71 = (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22*)il2cpp_codegen_object_new(XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var); NullCheck(L_71); XmlSchemaSimpleContentExtension__ctor_mD30704B0FA03E10631BE596E87C0D1F1E35CB62F(L_71, NULL); V_8 = L_71; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_72 = V_7; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_73 = V_8; NullCheck(L_72); VirtualActionInvoker1< XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9* >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaContentModel::set_Content(System.Xml.Schema.XmlSchemaContent) */, L_72, L_73); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_74 = V_3; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_75 = V_8; bool L_76 = ___1_bCreatingNewType; XmlSchemaInference_MoveAttributes_mB6A9815F4CF6534DE87F3C5FB8581832075B4296(__this, L_74, L_75, L_76, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_77 = V_8; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_78 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_77); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_77, L_78, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_79 = V_8; NullCheck(L_79); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_79, ((int32_t)262144), NULL); goto IL_0201; } IL_01e2: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_80 = V_3; NullCheck(L_80); VirtualActionInvoker1< bool >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) */, L_80, (bool)1); goto IL_0201; } IL_01eb: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_81 = ___0_xse; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_82 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_81); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_81, L_82, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_83 = ___0_xse; NullCheck(L_83); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_83, ((int32_t)262144), NULL); } IL_0201: { bool L_84 = ___1_bCreatingNewType; if (!L_84) { goto IL_0210; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_85 = ___0_xse; NullCheck(L_85); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_85, ((int32_t)262144), NULL); return; } IL_0210: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_86 = V_3; if (!L_86) { goto IL_0251; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_87 = V_3; NullCheck(L_87); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_88; L_88 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_87, NULL); if (!L_88) { goto IL_022c; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_89 = V_3; NullCheck(L_89); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_90; L_90 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_89, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_91 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_90); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_90, L_91, NULL); return; } IL_022c: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_92 = V_3; NullCheck(L_92); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_93; L_93 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_92, NULL); if (!L_93) { goto IL_0274; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_94 = V_3; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_95; L_95 = XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6(__this, L_94, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_96 = L_95; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_97 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_96); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_96, L_97, NULL); NullCheck(L_96); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_96, ((int32_t)262144), NULL); return; } IL_0251: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_98 = ___0_xse; NullCheck(L_98); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_99; L_99 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_98, NULL); NullCheck(L_99); bool L_100; L_100 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_99, NULL); if (L_100) { goto IL_0274; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_101 = ___0_xse; NullCheck(L_101); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_101, ((int32_t)262144), NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_102 = ___0_xse; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_103 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_102); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_102, L_103, NULL); } IL_0274: { return; } IL_0275: { V_5 = 0; V_6 = (bool)0; goto IL_07d7; } IL_0280: { V_9 = (bool)0; int32_t L_104 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_104, 1)); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_105 = __this->___xtr_23; NullCheck(L_105); int32_t L_106; L_106 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_105); if ((((int32_t)L_106) == ((int32_t)3))) { goto IL_02a8; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_107 = __this->___xtr_23; NullCheck(L_107); int32_t L_108; L_108 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_107); if ((!(((uint32_t)L_108) == ((uint32_t)4)))) { goto IL_0595; } } IL_02a8: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_109 = V_3; if (!L_109) { goto IL_0492; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_110 = V_3; NullCheck(L_110); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_111; L_111 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_110, NULL); if (!L_111) { goto IL_0370; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_112 = V_3; NullCheck(L_112); VirtualActionInvoker1< bool >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) */, L_112, (bool)1); int32_t L_113 = V_5; if ((!(((uint32_t)L_113) == ((uint32_t)1)))) { goto IL_0761; } } IL_02c8: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_114 = __this->___xtr_23; NullCheck(L_114); bool L_115; L_115 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_114); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_116 = __this->___xtr_23; NullCheck(L_116); bool L_117; L_117 = VirtualFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_116); if (L_117) { goto IL_0346; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_118 = __this->___xtr_23; NullCheck(L_118); int32_t L_119; L_119 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_118); if ((((int32_t)L_119) == ((int32_t)4))) { goto IL_02c8; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_120 = __this->___xtr_23; NullCheck(L_120); int32_t L_121; L_121 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_120); if ((((int32_t)L_121) == ((int32_t)3))) { goto IL_02c8; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_122 = __this->___xtr_23; NullCheck(L_122); int32_t L_123; L_123 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_122); if ((((int32_t)L_123) == ((int32_t)8))) { goto IL_02c8; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_124 = __this->___xtr_23; NullCheck(L_124); int32_t L_125; L_125 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_124); if ((((int32_t)L_125) == ((int32_t)7))) { goto IL_02c8; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_126 = __this->___xtr_23; NullCheck(L_126); int32_t L_127; L_127 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_126); if ((((int32_t)L_127) == ((int32_t)((int32_t)13)))) { goto IL_02c8; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_128 = __this->___xtr_23; NullCheck(L_128); int32_t L_129; L_129 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_128); if ((((int32_t)L_129) == ((int32_t)((int32_t)14)))) { goto IL_02c8; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_130 = __this->___xtr_23; NullCheck(L_130); int32_t L_131; L_131 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_130); if ((((int32_t)L_131) == ((int32_t)((int32_t)17)))) { goto IL_02c8; } } IL_0346: { V_9 = (bool)1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_132 = __this->___xtr_23; NullCheck(L_132); int32_t L_133; L_133 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_132); if ((!(((uint32_t)L_133) == ((uint32_t)((int32_t)15))))) { goto IL_0761; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_134 = V_3; NullCheck(L_134); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_135; L_135 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_134, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_136 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_135); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_135, L_136, NULL); goto IL_0761; } IL_0370: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_137 = V_3; NullCheck(L_137); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_138; L_138 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_137, NULL); if (!L_138) { goto IL_0407; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_139 = V_3; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_140; L_140 = XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6(__this, L_139, NULL); V_10 = L_140; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_141 = __this->___xtr_23; NullCheck(L_141); int32_t L_142; L_142 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_141); if ((!(((uint32_t)L_142) == ((uint32_t)3)))) { goto IL_03ea; } } { int32_t L_143 = V_5; if ((!(((uint32_t)L_143) == ((uint32_t)1)))) { goto IL_03ea; } } { V_11 = (-1); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_144 = ___0_xse; NullCheck(L_144); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_145; L_145 = XmlSchemaObject_get_Parent_m98A2082901CC0571DFAA0F20296ED962989BFD4B_inline(L_144, NULL); if (L_145) { goto IL_03ad; } } { XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_146 = V_10; NullCheck(L_146); int32_t L_147; L_147 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_146, NULL); V_11 = L_147; goto IL_03c2; } IL_03ad: { XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_148 = V_10; NullCheck(L_148); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_149; L_149 = XmlSchemaSimpleContentExtension_get_BaseTypeName_m75545E8A9281E47719B2E274B886091A3EF89744_inline(L_148, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_150; L_150 = XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E(L_149, NULL); V_11 = L_150; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_151 = ___0_xse; NullCheck(L_151); XmlSchemaObject_set_Parent_m8EFFC956CADF262A4D7E1BA86D3348F4FB5AD9AD_inline(L_151, (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)NULL, NULL); } IL_03c2: { XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_152 = V_10; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_153 = __this->___xtr_23; NullCheck(L_153); String_t* L_154; L_154 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_153); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_155; L_155 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_154, (&V_11), NULL); NullCheck(L_152); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_152, L_155, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_156 = V_10; int32_t L_157 = V_11; NullCheck(L_156); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_156, L_157, NULL); goto IL_0761; } IL_03ea: { XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_158 = V_10; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_159 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_158); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_158, L_159, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_160 = V_10; NullCheck(L_160); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_160, ((int32_t)262144), NULL); goto IL_0761; } IL_0407: { XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_161 = (XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A*)il2cpp_codegen_object_new(XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var); NullCheck(L_161); XmlSchemaSimpleContent__ctor_mDC7F306A534B43D8A80492E5BC1DDC444AA427E3(L_161, NULL); V_12 = L_161; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_162 = V_3; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_163 = V_12; NullCheck(L_162); XmlSchemaComplexType_set_ContentModel_m71EAC2AFBC556F48BEC777266CA4F7A139A0BEC3_inline(L_162, L_163, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_164 = (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22*)il2cpp_codegen_object_new(XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var); NullCheck(L_164); XmlSchemaSimpleContentExtension__ctor_mD30704B0FA03E10631BE596E87C0D1F1E35CB62F(L_164, NULL); V_13 = L_164; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_165 = V_12; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_166 = V_13; NullCheck(L_165); VirtualActionInvoker1< XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9* >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaContentModel::set_Content(System.Xml.Schema.XmlSchemaContent) */, L_165, L_166); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_167 = V_3; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_168 = V_13; bool L_169 = ___1_bCreatingNewType; XmlSchemaInference_MoveAttributes_mB6A9815F4CF6534DE87F3C5FB8581832075B4296(__this, L_167, L_168, L_169, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_170 = __this->___xtr_23; NullCheck(L_170); int32_t L_171; L_171 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_170); if ((!(((uint32_t)L_171) == ((uint32_t)3)))) { goto IL_0475; } } { bool L_172 = ___1_bCreatingNewType; if (L_172) { goto IL_044a; } } { V_14 = ((int32_t)262144); goto IL_044d; } IL_044a: { V_14 = (-1); } IL_044d: { XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_173 = V_13; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_174 = __this->___xtr_23; NullCheck(L_174); String_t* L_175; L_175 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_174); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_176; L_176 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_175, (&V_14), NULL); NullCheck(L_173); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_173, L_176, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_177 = V_13; int32_t L_178 = V_14; NullCheck(L_177); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_177, L_178, NULL); goto IL_0761; } IL_0475: { XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_179 = V_13; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_180 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_179); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_179, L_180, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_181 = V_13; NullCheck(L_181); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_181, ((int32_t)262144), NULL); goto IL_0761; } IL_0492: { int32_t L_182 = V_5; if ((((int32_t)L_182) <= ((int32_t)1))) { goto IL_04b2; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_183 = ___0_xse; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_184 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_183); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_183, L_184, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_185 = ___0_xse; NullCheck(L_185); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_185, ((int32_t)262144), NULL); goto IL_0761; } IL_04b2: { V_15 = (-1); bool L_186 = ___1_bCreatingNewType; if (!L_186) { goto IL_0507; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_187 = __this->___xtr_23; NullCheck(L_187); int32_t L_188; L_188 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_187); if ((!(((uint32_t)L_188) == ((uint32_t)3)))) { goto IL_04ec; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_189 = ___0_xse; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_190 = __this->___xtr_23; NullCheck(L_190); String_t* L_191; L_191 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_190); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_192; L_192 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_191, (&V_15), NULL); NullCheck(L_189); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_189, L_192, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_193 = ___0_xse; int32_t L_194 = V_15; NullCheck(L_193); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_193, L_194, NULL); goto IL_0761; } IL_04ec: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_195 = ___0_xse; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_196 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_195); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_195, L_196, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_197 = ___0_xse; NullCheck(L_197); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_197, ((int32_t)262144), NULL); goto IL_0761; } IL_0507: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_198 = __this->___xtr_23; NullCheck(L_198); int32_t L_199; L_199 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_198); if ((!(((uint32_t)L_199) == ((uint32_t)3)))) { goto IL_057a; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_200 = ___0_xse; NullCheck(L_200); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_201; L_201 = XmlSchemaObject_get_Parent_m98A2082901CC0571DFAA0F20296ED962989BFD4B_inline(L_200, NULL); if (L_201) { goto IL_0527; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_202 = ___0_xse; NullCheck(L_202); int32_t L_203; L_203 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_202, NULL); V_15 = L_203; goto IL_0554; } IL_0527: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_204 = ___0_xse; NullCheck(L_204); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_205; L_205 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_204, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_206; L_206 = XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E(L_205, NULL); V_15 = L_206; int32_t L_207 = V_15; if ((!(((uint32_t)L_207) == ((uint32_t)(-1))))) { goto IL_054d; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_208 = ___0_xse; NullCheck(L_208); int32_t L_209; L_209 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_208, NULL); if ((!(((uint32_t)L_209) == ((uint32_t)((int32_t)262144))))) { goto IL_054d; } } { V_15 = ((int32_t)262144); } IL_054d: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_210 = ___0_xse; NullCheck(L_210); XmlSchemaObject_set_Parent_m8EFFC956CADF262A4D7E1BA86D3348F4FB5AD9AD_inline(L_210, (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)NULL, NULL); } IL_0554: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_211 = ___0_xse; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_212 = __this->___xtr_23; NullCheck(L_212); String_t* L_213; L_213 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_212); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_214; L_214 = XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588(__this, L_213, (&V_15), NULL); NullCheck(L_211); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_211, L_214, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_215 = ___0_xse; int32_t L_216 = V_15; NullCheck(L_215); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_215, L_216, NULL); goto IL_0761; } IL_057a: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_217 = ___0_xse; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_218 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_217); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_217, L_218, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_219 = ___0_xse; NullCheck(L_219); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_219, ((int32_t)262144), NULL); goto IL_0761; } IL_0595: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_220 = __this->___xtr_23; NullCheck(L_220); int32_t L_221; L_221 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_220); if ((!(((uint32_t)L_221) == ((uint32_t)1)))) { goto IL_073c; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_222 = __this->___xtr_23; NullCheck(L_222); String_t* L_223; L_223 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_222); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_224 = __this->___xtr_23; NullCheck(L_224); String_t* L_225; L_225 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_224); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_226 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_226); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_226, L_223, L_225, NULL); V_16 = L_226; V_17 = (bool)0; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_227 = V_1; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_228 = V_16; NullCheck(L_227); bool L_229; L_229 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_227, L_228); if (!L_229) { goto IL_05d5; } } { V_17 = (bool)1; goto IL_05de; } IL_05d5: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_230 = V_1; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_231 = V_16; NullCheck(L_230); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_230, L_231, NULL); } IL_05de: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_232 = V_3; if (L_232) { goto IL_060d; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_233 = (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)il2cpp_codegen_object_new(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); NullCheck(L_233); XmlSchemaComplexType__ctor_mC9406D618CF4921671ED5A723E4C7F21DABAC9BC(L_233, NULL); V_3 = L_233; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_234 = ___0_xse; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_235 = V_3; NullCheck(L_234); XmlSchemaElement_set_SchemaType_m89F289DFEA18DD6D87B35DACAFF2F1A5ED0F755B_inline(L_234, L_235, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_236 = ___0_xse; NullCheck(L_236); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_237; L_237 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_236, NULL); NullCheck(L_237); bool L_238; L_238 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_237, NULL); if (L_238) { goto IL_060d; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_239 = V_3; NullCheck(L_239); VirtualActionInvoker1< bool >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) */, L_239, (bool)1); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_240 = ___0_xse; il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_241 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4; NullCheck(L_240); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_240, L_241, NULL); } IL_060d: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_242 = V_3; NullCheck(L_242); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_243; L_243 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_242, NULL); if (!L_243) { goto IL_06b2; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_244 = V_3; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_245; L_245 = XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6(__this, L_244, NULL); V_18 = L_245; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_246 = V_18; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_247 = V_3; XmlSchemaInference_MoveAttributes_m3E875AE96D21FE92E801BC7D372E295F04CBAA5C(__this, L_246, L_247, NULL); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_248 = V_3; NullCheck(L_248); XmlSchemaComplexType_set_ContentModel_m71EAC2AFBC556F48BEC777266CA4F7A139A0BEC3_inline(L_248, (XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19*)NULL, NULL); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_249 = V_3; NullCheck(L_249); VirtualActionInvoker1< bool >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) */, L_249, (bool)1); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_250 = V_3; NullCheck(L_250); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_251; L_251 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_250, NULL); if (!L_251) { goto IL_064d; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_252 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_252); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_252, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D32A0B5E0A81556583BC2BADFA2A97FA37D438E)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_252, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B_RuntimeMethod_var))); } IL_064d: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_253 = V_3; XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_254 = (XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)il2cpp_codegen_object_new(XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var); NullCheck(L_254); XmlSchemaSequence__ctor_m2F6FEB908FD993D0623F35D800E4459AF401F065(L_254, NULL); NullCheck(L_253); XmlSchemaComplexType_set_Particle_m27CD4DB30BB52F7F5F231BF7C35007E3C423425D_inline(L_253, L_254, NULL); V_6 = (bool)1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_255 = __this->___xtr_23; NullCheck(L_255); String_t* L_256; L_256 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_255); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_257 = __this->___xtr_23; NullCheck(L_257); String_t* L_258; L_258 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_257); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_259 = __this->___xtr_23; NullCheck(L_259); String_t* L_260; L_260 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_259); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_261 = ___2_parentSchema; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_262 = V_3; NullCheck(L_262); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_263; L_263 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_262, NULL); NullCheck(((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_263, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_264; L_264 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, ((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_263, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_265; L_265 = XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22(__this, L_256, L_258, L_260, L_261, L_264, (-1), NULL); V_0 = 0; bool L_266 = ___1_bCreatingNewType; if (L_266) { goto IL_0761; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_267 = V_3; NullCheck(L_267); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_268; L_268 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_267, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_269 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_268); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_268, L_269, NULL); goto IL_0761; } IL_06b2: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_270 = V_3; NullCheck(L_270); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_271; L_271 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_270, NULL); if (L_271) { goto IL_071e; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_272 = V_3; XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_273 = (XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)il2cpp_codegen_object_new(XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var); NullCheck(L_273); XmlSchemaSequence__ctor_m2F6FEB908FD993D0623F35D800E4459AF401F065(L_273, NULL); NullCheck(L_272); XmlSchemaComplexType_set_Particle_m27CD4DB30BB52F7F5F231BF7C35007E3C423425D_inline(L_272, L_273, NULL); V_6 = (bool)1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_274 = __this->___xtr_23; NullCheck(L_274); String_t* L_275; L_275 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_274); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_276 = __this->___xtr_23; NullCheck(L_276); String_t* L_277; L_277 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_276); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_278 = __this->___xtr_23; NullCheck(L_278); String_t* L_279; L_279 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_278); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_280 = ___2_parentSchema; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_281 = V_3; NullCheck(L_281); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_282; L_282 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_281, NULL); NullCheck(((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_282, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_283; L_283 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, ((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_282, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_284; L_284 = XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22(__this, L_275, L_277, L_279, L_280, L_283, (-1), NULL); bool L_285 = ___1_bCreatingNewType; if (L_285) { goto IL_071a; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_286 = V_3; NullCheck(L_286); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_287; L_287 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_286, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_288 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_287, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_287, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var)), L_288, NULL); } IL_071a: { V_0 = 0; goto IL_0761; } IL_071e: { V_19 = (bool)0; bool L_289 = ___1_bCreatingNewType; bool L_290 = V_6; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_291 = __this->___xtr_23; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_292 = V_3; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_293 = ___2_parentSchema; bool L_294 = V_17; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_295; L_295 = XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6(__this, (bool)((int32_t)((int32_t)L_289|(int32_t)L_290)), L_291, L_292, (&V_0), (&V_19), L_293, L_294, NULL); goto IL_0761; } IL_073c: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_296 = __this->___xtr_23; NullCheck(L_296); int32_t L_297; L_297 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_296); if ((!(((uint32_t)L_297) == ((uint32_t)3)))) { goto IL_0761; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_298 = V_3; if (L_298) { goto IL_075a; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_299 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_299); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_299, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C8776882DBF11FA5D7F6FD3AAA2D5BE741E2FEF)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_299, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B_RuntimeMethod_var))); } IL_075a: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_300 = V_3; NullCheck(L_300); VirtualActionInvoker1< bool >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) */, L_300, (bool)1); } IL_0761: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_301 = __this->___xtr_23; NullCheck(L_301); int32_t L_302; L_302 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_301); if ((!(((uint32_t)L_302) == ((uint32_t)5)))) { goto IL_077c; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_303 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_303); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_303, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78E60D95D262A5BFB8B4DFAED3C7E69FCEACB75A)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_303, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B_RuntimeMethod_var))); } IL_077c: { bool L_304 = V_9; if (L_304) { goto IL_078e; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_305 = __this->___xtr_23; NullCheck(L_305); bool L_306; L_306 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_305); goto IL_0791; } IL_078e: { V_9 = (bool)0; } IL_0791: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_307 = __this->___xtr_23; NullCheck(L_307); bool L_308; L_308 = VirtualFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_307); if (L_308) { goto IL_07d7; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_309 = __this->___xtr_23; NullCheck(L_309); int32_t L_310; L_310 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_309); if ((((int32_t)L_310) == ((int32_t)((int32_t)15)))) { goto IL_07d7; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_311 = __this->___xtr_23; NullCheck(L_311); int32_t L_312; L_312 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_311); if ((((int32_t)L_312) == ((int32_t)4))) { goto IL_07d7; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_313 = __this->___xtr_23; NullCheck(L_313); int32_t L_314; L_314 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_313); if ((((int32_t)L_314) == ((int32_t)1))) { goto IL_07d7; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_315 = __this->___xtr_23; NullCheck(L_315); int32_t L_316; L_316 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_315); if ((!(((uint32_t)L_316) == ((uint32_t)3)))) { goto IL_0761; } } IL_07d7: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_317 = __this->___xtr_23; NullCheck(L_317); bool L_318; L_318 = VirtualFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_317); if (L_318) { goto IL_07f6; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_319 = __this->___xtr_23; NullCheck(L_319); int32_t L_320; L_320 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_319); if ((!(((uint32_t)L_320) == ((uint32_t)((int32_t)15))))) { goto IL_0280; } } IL_07f6: { int32_t L_321 = V_0; if ((((int32_t)L_321) == ((int32_t)(-1)))) { goto IL_0876; } } { goto IL_085a; } IL_07fc: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_322 = V_3; NullCheck(L_322); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_323; L_323 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_322, NULL); NullCheck(((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_323, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_324; L_324 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, ((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_323, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); int32_t L_325 = V_0; NullCheck(L_324); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_326; L_326 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_324, L_325); NullCheck(L_326); Type_t* L_327; L_327 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_326, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_328 = { reinterpret_cast (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_329; L_329 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_328, NULL); bool L_330; L_330 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_327, L_329, NULL); if (!L_330) { goto IL_0835; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_331 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_331); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_331, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAEE2DADCE17A8836F3DFFB5017F0C613E7AACED)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_331, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B_RuntimeMethod_var))); } IL_0835: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_332 = V_3; NullCheck(L_332); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_333; L_333 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_332, NULL); NullCheck(((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_333, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_334; L_334 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, ((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_333, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); int32_t L_335 = V_0; NullCheck(L_334); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_336; L_336 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_334, L_335); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_337 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_336, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var))); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_336, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)), L_337, NULL); } IL_085a: { int32_t L_338 = V_0; int32_t L_339 = ((int32_t)il2cpp_codegen_add(L_338, 1)); V_0 = L_339; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_340 = V_3; NullCheck(L_340); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_341; L_341 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_340, NULL); NullCheck(((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_341, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_342; L_342 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, ((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_341, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var))); NullCheck(L_342); int32_t L_343; L_343 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_342, NULL); if ((((int32_t)L_339) < ((int32_t)L_343))) { goto IL_07fc; } } IL_0876: { return; } } // System.Xml.Schema.XmlSchemaSimpleContentExtension System.Xml.Schema.XmlSchemaInference::CheckSimpleContentExtension(System.Xml.Schema.XmlSchemaComplexType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___0_ct, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* G_B2_0 = NULL; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* G_B1_0 = NULL; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* G_B4_0 = NULL; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* G_B3_0 = NULL; { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_0 = ___0_ct; NullCheck(L_0); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_1; L_1 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_0, NULL); XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_2 = ((XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A*)IsInstClass((RuntimeObject*)L_1, XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var)); G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001b; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_3 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_3); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC705870A0B578E74F6E0EB3643FF37E25DC58995)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6_RuntimeMethod_var))); } IL_001b: { NullCheck(G_B2_0); XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9* L_4; L_4 = VirtualFuncInvoker0< XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9* >::Invoke(14 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaContentModel::get_Content() */, G_B2_0); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_5 = ((XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22*)IsInstClass((RuntimeObject*)L_4, XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var)); G_B3_0 = L_5; if (L_5) { G_B4_0 = L_5; goto IL_0035; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_6 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_6); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral705F775464D90B6E0B367921DB5E8FE47B854710)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6_RuntimeMethod_var))); } IL_0035: { return G_B4_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInference::GetEffectiveSchemaType(System.Xml.Schema.XmlSchemaElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaInference_GetEffectiveSchemaType_m4EE96FED8627975FD62C10D44C7BFB279E1FE541 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_elem, bool ___1_bCreatingNewType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_0 = NULL; { V_0 = (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)NULL; bool L_0 = ___1_bCreatingNewType; if (L_0) { goto IL_0016; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_1 = ___0_elem; NullCheck(L_1); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_2; L_2 = XmlSchemaElement_get_ElementSchemaType_m774B506CD9AA4BB4BAB305EF03703C48E4998687_inline(L_1, NULL); if (!L_2) { goto IL_0016; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_3 = ___0_elem; NullCheck(L_3); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_4; L_4 = XmlSchemaElement_get_ElementSchemaType_m774B506CD9AA4BB4BAB305EF03703C48E4998687_inline(L_3, NULL); V_0 = L_4; goto IL_0073; } IL_0016: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_5 = ___0_elem; NullCheck(L_5); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6; L_6 = XmlSchemaElement_get_SchemaType_m68FE8A14FB349199075D51CC57F04E3CE97186A2_inline(L_5, NULL); if (!L_6) { goto IL_0027; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_7 = ___0_elem; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = XmlSchemaElement_get_SchemaType_m68FE8A14FB349199075D51CC57F04E3CE97186A2_inline(L_7, NULL); V_0 = L_8; goto IL_0073; } IL_0027: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_9 = ___0_elem; NullCheck(L_9); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10; L_10 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_9, NULL); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4; bool L_12; L_12 = XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0(L_10, L_11, NULL); if (!L_12) { goto IL_0073; } } { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_13 = __this->___schemaSet_22; NullCheck(L_13); XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_14; L_14 = XmlSchemaSet_get_GlobalTypes_m6DB1AB31FDFCD0E2D5EA5AB734A1287472A0CF5D(L_13, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_15 = ___0_elem; NullCheck(L_15); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_16; L_16 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_15, NULL); NullCheck(L_14); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_17; L_17 = XmlSchemaObjectTable_get_Item_m17BFE77918D068444887056CD91AB14CBA8F694B(L_14, L_16, NULL); V_0 = ((XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)IsInstClass((RuntimeObject*)L_17, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF_il2cpp_TypeInfo_var)); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_18 = V_0; if (L_18) { goto IL_0064; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_19 = ___0_elem; NullCheck(L_19); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_20; L_20 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_19, NULL); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_21; L_21 = XmlSchemaType_GetBuiltInSimpleType_m526DCC652304CD96189E0C3A1B926DB2389FA3FF(L_20, NULL); V_0 = L_21; } IL_0064: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_22 = V_0; if (L_22) { goto IL_0073; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_23 = ___0_elem; NullCheck(L_23); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_24; L_24 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_23, NULL); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_25; L_25 = XmlSchemaType_GetBuiltInComplexType_m2BC79321EA8A55CC98AB71AF9532EB41137CE514(L_24, NULL); V_0 = L_25; } IL_0073: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_26 = V_0; return L_26; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindMatchingElement(System.Boolean,System.Xml.XmlReader,System.Xml.Schema.XmlSchemaComplexType,System.Int32&,System.Boolean&,System.Xml.Schema.XmlSchema,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, bool ___0_bCreatingNewType, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___1_xtr, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___2_ct, int32_t* ___3_lastUsedSeqItem, bool* ___4_bParticleChanged, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___5_parentSchema, bool ___6_setMaxoccurs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* V_1 = NULL; String_t* V_2 = NULL; XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* V_3 = NULL; XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* V_4 = NULL; int32_t V_5 = 0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_6 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_7 = NULL; int32_t V_8 = 0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_9 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_10 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_11 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_12 = NULL; int32_t V_13 = 0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_14 = NULL; int32_t V_15 = 0; XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* V_16 = NULL; int32_t V_17 = 0; int32_t V_18 = 0; int32_t G_B5_0 = 0; { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___1_xtr; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); bool L_2; L_2 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); if (!L_2) { goto IL_001f; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_3 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_3); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5C6350EB9F9B8E04835397A708BE88CCEB19460)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6_RuntimeMethod_var))); } IL_001f: { int32_t* L_4 = ___3_lastUsedSeqItem; int32_t L_5 = *((int32_t*)L_4); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0028; } } { G_B5_0 = 0; goto IL_0029; } IL_0028: { G_B5_0 = 1; } IL_0029: { V_0 = (bool)G_B5_0; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_6 = (XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388*)il2cpp_codegen_object_new(XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388_il2cpp_TypeInfo_var); NullCheck(L_6); XmlSchemaObjectCollection__ctor_mADAEAC1E5F0B0F7346DA6B6B2BD10092A0EF9C05(L_6, NULL); V_1 = L_6; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_7 = ___2_ct; NullCheck(L_7); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_8; L_8 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_7, NULL); NullCheck(L_8); Type_t* L_9; L_9 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_8, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); bool L_12; L_12 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_11, NULL); if (!L_12) { goto IL_0580; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_13 = ___1_xtr; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_13); V_2 = L_14; String_t* L_15 = V_2; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL); if (L_16) { goto IL_0060; } } { V_2 = (String_t*)NULL; } IL_0060: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_17 = ___2_ct; NullCheck(L_17); XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_18; L_18 = XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline(L_17, NULL); V_3 = ((XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28*)CastclassClass((RuntimeObject*)L_18, XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28_il2cpp_TypeInfo_var)); XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_19 = V_3; NullCheck(L_19); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_20; L_20 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_19); NullCheck(L_20); int32_t L_21; L_21 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_20, NULL); if ((((int32_t)L_21) >= ((int32_t)1))) { goto IL_00ae; } } { bool L_22 = ___0_bCreatingNewType; if (L_22) { goto IL_00ae; } } { int32_t* L_23 = ___3_lastUsedSeqItem; *((int32_t*)L_23) = (int32_t)0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_24 = ___1_xtr; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_24); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_26 = ___1_xtr; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_26); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_28 = ___1_xtr; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_28); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_30 = ___5_parentSchema; XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_31 = V_3; NullCheck(L_31); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_32; L_32 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_31); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_33; L_33 = XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22(__this, L_25, L_27, L_29, L_30, L_32, (-1), NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_34 = L_33; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_35 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_34); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_34, L_35, NULL); return L_34; } IL_00ae: { XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_36 = V_3; NullCheck(L_36); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_37; L_37 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_36); NullCheck(L_37); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_38; L_38 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_37, 0); NullCheck(L_38); Type_t* L_39; L_39 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_38, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast (XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_41; L_41 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_40, NULL); bool L_42; L_42 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_39, L_41, NULL); if (!L_42) { goto IL_01e6; } } { XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_43 = V_3; NullCheck(L_43); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_44; L_44 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_43); NullCheck(L_44); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_45; L_45 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_44, 0); V_4 = ((XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4*)CastclassClass((RuntimeObject*)L_45, XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4_il2cpp_TypeInfo_var)); V_5 = 0; goto IL_01b0; } IL_00ee: { XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* L_46 = V_4; NullCheck(L_46); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_47; L_47 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_46); int32_t L_48 = V_5; NullCheck(L_47); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_49; L_49 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_47, L_48); V_6 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)IsInstClass((RuntimeObject*)L_49, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_50 = V_6; if (L_50) { goto IL_0114; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_51 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_51); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A43F06E56325446396F6C1A9271E198604C9A12)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6_RuntimeMethod_var))); } IL_0114: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_52 = V_6; NullCheck(L_52); String_t* L_53; L_53 = XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline(L_52, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_54 = ___1_xtr; NullCheck(L_54); String_t* L_55; L_55 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_54); bool L_56; L_56 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_53, L_55, NULL); if (!L_56) { goto IL_014f; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_57 = ___5_parentSchema; NullCheck(L_57); String_t* L_58; L_58 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_57, NULL); String_t* L_59 = V_2; bool L_60; L_60 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_58, L_59, NULL); if (!L_60) { goto IL_014f; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_61 = V_6; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_62 = ___5_parentSchema; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_61, (bool)0, L_62, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_63 = V_6; bool L_64 = ___6_setMaxoccurs; XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364(__this, L_63, L_64, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_65 = V_6; return L_65; } IL_014f: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_66 = V_6; NullCheck(L_66); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_67; L_67 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_66, NULL); NullCheck(L_67); String_t* L_68; L_68 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_67, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_69 = ___1_xtr; NullCheck(L_69); String_t* L_70; L_70 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_69); bool L_71; L_71 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_68, L_70, NULL); if (!L_71) { goto IL_01aa; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_72 = V_6; NullCheck(L_72); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_73; L_73 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_72, NULL); NullCheck(L_73); String_t* L_74; L_74 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_73, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_75 = ___1_xtr; NullCheck(L_75); String_t* L_76; L_76 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_75); bool L_77; L_77 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_74, L_76, NULL); if (!L_77) { goto IL_01aa; } } { String_t* L_78 = V_2; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_79 = ___1_xtr; NullCheck(L_79); String_t* L_80; L_80 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_79); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_81; L_81 = XmlSchemaInference_FindGlobalElement_m133802F45110C9C1364E9F96679C2B150815971F(__this, L_78, L_80, (&___5_parentSchema), NULL); V_7 = L_81; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_82 = V_7; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_83 = ___5_parentSchema; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_82, (bool)0, L_83, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_84 = V_6; bool L_85 = ___6_setMaxoccurs; XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364(__this, L_84, L_85, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_86 = V_7; return L_86; } IL_01aa: { int32_t L_87 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_87, 1)); } IL_01b0: { int32_t L_88 = V_5; XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* L_89 = V_4; NullCheck(L_89); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_90; L_90 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_89); NullCheck(L_90); int32_t L_91; L_91 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_90, NULL); if ((((int32_t)L_88) < ((int32_t)L_91))) { goto IL_00ee; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_92 = ___1_xtr; NullCheck(L_92); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_92); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_94 = ___1_xtr; NullCheck(L_94); String_t* L_95; L_95 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_94); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_96 = ___1_xtr; NullCheck(L_96); String_t* L_97; L_97 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_96); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_98 = ___5_parentSchema; XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* L_99 = V_4; NullCheck(L_99); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_100; L_100 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_99); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_101; L_101 = XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22(__this, L_93, L_95, L_97, L_98, L_100, (-1), NULL); return L_101; } IL_01e6: { V_8 = 0; int32_t* L_102 = ___3_lastUsedSeqItem; int32_t L_103 = *((int32_t*)L_102); if ((((int32_t)L_103) < ((int32_t)0))) { goto IL_01f4; } } { int32_t* L_104 = ___3_lastUsedSeqItem; int32_t L_105 = *((int32_t*)L_104); V_8 = L_105; } IL_01f4: { XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_106 = V_3; NullCheck(L_106); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_107; L_107 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_106); int32_t L_108 = V_8; NullCheck(L_107); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_109; L_109 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_107, L_108); V_9 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)IsInstClass((RuntimeObject*)((XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE*)IsInstClass((RuntimeObject*)L_109, XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var)), XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_110 = V_9; if (L_110) { goto IL_021e; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_111 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_111); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_111, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A43F06E56325446396F6C1A9271E198604C9A12)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6_RuntimeMethod_var))); } IL_021e: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_112 = V_9; NullCheck(L_112); String_t* L_113; L_113 = XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline(L_112, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_114 = ___1_xtr; NullCheck(L_114); String_t* L_115; L_115 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_114); bool L_116; L_116 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_113, L_115, NULL); if (!L_116) { goto IL_0271; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_117 = ___5_parentSchema; NullCheck(L_117); String_t* L_118; L_118 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_117, NULL); String_t* L_119 = V_2; bool L_120; L_120 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_118, L_119, NULL); if (!L_120) { goto IL_0271; } } { bool L_121 = V_0; if (L_121) { goto IL_0255; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_122 = V_9; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_123; memset((&L_123), 0, sizeof(L_123)); Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_123), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); NullCheck(L_122); XmlSchemaParticle_set_MaxOccurs_m323FFAAFC203B3935B029652812ACFEF03177776(L_122, L_123, NULL); } IL_0255: { int32_t* L_124 = ___3_lastUsedSeqItem; int32_t L_125 = V_8; *((int32_t*)L_124) = (int32_t)L_125; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_126 = V_9; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_127 = ___5_parentSchema; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_126, (bool)0, L_127, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_128 = V_9; XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364(__this, L_128, (bool)0, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_129 = V_9; return L_129; } IL_0271: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_130 = V_9; NullCheck(L_130); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_131; L_131 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_130, NULL); NullCheck(L_131); String_t* L_132; L_132 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_131, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_133 = ___1_xtr; NullCheck(L_133); String_t* L_134; L_134 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_133); bool L_135; L_135 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_132, L_134, NULL); if (!L_135) { goto IL_02e4; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_136 = V_9; NullCheck(L_136); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_137; L_137 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_136, NULL); NullCheck(L_137); String_t* L_138; L_138 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_137, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_139 = ___1_xtr; NullCheck(L_139); String_t* L_140; L_140 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_139); bool L_141; L_141 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_138, L_140, NULL); if (!L_141) { goto IL_02e4; } } { bool L_142 = V_0; if (L_142) { goto IL_02b7; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_143 = V_9; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_144; memset((&L_144), 0, sizeof(L_144)); Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_144), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); NullCheck(L_143); XmlSchemaParticle_set_MaxOccurs_m323FFAAFC203B3935B029652812ACFEF03177776(L_143, L_144, NULL); } IL_02b7: { int32_t* L_145 = ___3_lastUsedSeqItem; int32_t L_146 = V_8; *((int32_t*)L_145) = (int32_t)L_146; String_t* L_147 = V_2; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_148 = ___1_xtr; NullCheck(L_148); String_t* L_149; L_149 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_148); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_150; L_150 = XmlSchemaInference_FindGlobalElement_m133802F45110C9C1364E9F96679C2B150815971F(__this, L_147, L_149, (&___5_parentSchema), NULL); V_12 = L_150; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_151 = V_12; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_152 = ___5_parentSchema; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_151, (bool)0, L_152, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_153 = V_9; XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364(__this, L_153, (bool)0, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_154 = V_9; return L_154; } IL_02e4: { bool L_155 = V_0; if (!L_155) { goto IL_0303; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_156 = V_9; NullCheck(L_156); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_157; L_157 = XmlSchemaParticle_get_MinOccurs_m2A8F07D8F656E98898AA5F1B76BC7645CE71574C_inline(L_156, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_158 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; bool L_159; L_159 = Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690(L_157, L_158, NULL); if (!L_159) { goto IL_0303; } } { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_160 = V_1; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_161 = V_9; NullCheck(L_160); int32_t L_162; L_162 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_160, L_161, NULL); } IL_0303: { int32_t L_163 = V_8; V_8 = ((int32_t)il2cpp_codegen_add(L_163, 1)); goto IL_043f; } IL_030e: { XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_164 = V_3; NullCheck(L_164); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_165; L_165 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_164); int32_t L_166 = V_8; NullCheck(L_165); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_167; L_167 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_165, L_166); V_9 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)IsInstClass((RuntimeObject*)((XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE*)IsInstClass((RuntimeObject*)L_167, XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var)), XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_168 = V_9; if (L_168) { goto IL_0338; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_169 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_169); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_169, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A43F06E56325446396F6C1A9271E198604C9A12)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_169, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6_RuntimeMethod_var))); } IL_0338: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_170 = V_9; NullCheck(L_170); String_t* L_171; L_171 = XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline(L_170, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_172 = ___1_xtr; NullCheck(L_172); String_t* L_173; L_173 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_172); bool L_174; L_174 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_171, L_173, NULL); if (!L_174) { goto IL_03a4; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_175 = ___5_parentSchema; NullCheck(L_175); String_t* L_176; L_176 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_175, NULL); String_t* L_177 = V_2; bool L_178; L_178 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_176, L_177, NULL); if (!L_178) { goto IL_03a4; } } { int32_t* L_179 = ___3_lastUsedSeqItem; int32_t L_180 = V_8; *((int32_t*)L_179) = (int32_t)L_180; V_13 = 0; goto IL_0382; } IL_0365: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_181 = V_1; int32_t L_182 = V_13; NullCheck(L_181); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_183; L_183 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_181, L_182); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_184 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_183, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var))); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_183, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)), L_184, NULL); int32_t L_185 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_185, 1)); } IL_0382: { int32_t L_186 = V_13; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_187 = V_1; NullCheck(L_187); int32_t L_188; L_188 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_187, NULL); if ((((int32_t)L_186) < ((int32_t)L_188))) { goto IL_0365; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_189 = V_9; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_190 = ___5_parentSchema; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_189, (bool)0, L_190, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_191 = V_9; bool L_192 = ___6_setMaxoccurs; XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364(__this, L_191, L_192, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_193 = V_9; return L_193; } IL_03a4: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_194 = V_9; NullCheck(L_194); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_195; L_195 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_194, NULL); NullCheck(L_195); String_t* L_196; L_196 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_195, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_197 = ___1_xtr; NullCheck(L_197); String_t* L_198; L_198 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_197); bool L_199; L_199 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_196, L_198, NULL); if (!L_199) { goto IL_0430; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_200 = V_9; NullCheck(L_200); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_201; L_201 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_200, NULL); NullCheck(L_201); String_t* L_202; L_202 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_201, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_203 = ___1_xtr; NullCheck(L_203); String_t* L_204; L_204 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_203); bool L_205; L_205 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_202, L_204, NULL); if (!L_205) { goto IL_0430; } } { int32_t* L_206 = ___3_lastUsedSeqItem; int32_t L_207 = V_8; *((int32_t*)L_206) = (int32_t)L_207; V_15 = 0; goto IL_03fd; } IL_03e0: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_208 = V_1; int32_t L_209 = V_15; NullCheck(L_208); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_210; L_210 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_208, L_209); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_211 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_210, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var))); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_210, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)), L_211, NULL); int32_t L_212 = V_15; V_15 = ((int32_t)il2cpp_codegen_add(L_212, 1)); } IL_03fd: { int32_t L_213 = V_15; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_214 = V_1; NullCheck(L_214); int32_t L_215; L_215 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_214, NULL); if ((((int32_t)L_213) < ((int32_t)L_215))) { goto IL_03e0; } } { String_t* L_216 = V_2; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_217 = ___1_xtr; NullCheck(L_217); String_t* L_218; L_218 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_217); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_219; L_219 = XmlSchemaInference_FindGlobalElement_m133802F45110C9C1364E9F96679C2B150815971F(__this, L_216, L_218, (&___5_parentSchema), NULL); V_14 = L_219; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_220 = V_14; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_221 = ___5_parentSchema; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_220, (bool)0, L_221, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_222 = V_9; bool L_223 = ___6_setMaxoccurs; XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364(__this, L_222, L_223, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_224 = V_14; return L_224; } IL_0430: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_225 = V_1; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_226 = V_9; NullCheck(L_225); int32_t L_227; L_227 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_225, L_226, NULL); int32_t L_228 = V_8; V_8 = ((int32_t)il2cpp_codegen_add(L_228, 1)); } IL_043f: { int32_t L_229 = V_8; XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_230 = V_3; NullCheck(L_230); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_231; L_231 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_230); NullCheck(L_231); int32_t L_232; L_232 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_231, NULL); if ((((int32_t)L_229) < ((int32_t)L_232))) { goto IL_030e; } } { V_10 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; V_11 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_233 = ___5_parentSchema; NullCheck(L_233); String_t* L_234; L_234 = XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline(L_233, NULL); String_t* L_235 = V_2; bool L_236; L_236 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_234, L_235, NULL); if (!L_236) { goto IL_0480; } } { XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_237 = V_3; NullCheck(L_237); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_238; L_238 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_237); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_239 = ___1_xtr; NullCheck(L_239); String_t* L_240; L_240 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_239); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_241; L_241 = XmlSchemaInference_FindElement_mE6A7A90FBCE1C49AA0CC4380839FE744ED25BD58(__this, L_238, L_240, NULL); V_10 = L_241; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_242 = V_10; V_11 = L_242; goto IL_04af; } IL_0480: { XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_243 = V_3; NullCheck(L_243); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_244; L_244 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_243); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_245 = ___1_xtr; NullCheck(L_245); String_t* L_246; L_246 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_245); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_247 = ___1_xtr; NullCheck(L_247); String_t* L_248; L_248 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_247); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_249; L_249 = XmlSchemaInference_FindElementRef_m49A85427F2203ABACCC16387C90596C2FA2D7138(__this, L_244, L_246, L_248, NULL); V_10 = L_249; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_250 = V_10; if (!L_250) { goto IL_04af; } } { String_t* L_251 = V_2; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_252 = ___1_xtr; NullCheck(L_252); String_t* L_253; L_253 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_252); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_254; L_254 = XmlSchemaInference_FindGlobalElement_m133802F45110C9C1364E9F96679C2B150815971F(__this, L_251, L_253, (&___5_parentSchema), NULL); V_11 = L_254; } IL_04af: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_255 = V_10; if (!L_255) { goto IL_053e; } } { XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* L_256 = (XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4*)il2cpp_codegen_object_new(XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4_il2cpp_TypeInfo_var); NullCheck(L_256); XmlSchemaChoice__ctor_m627271A5CA6996B0A81993692EFC52F731E971CB(L_256, NULL); V_16 = L_256; XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* L_257 = V_16; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_258; memset((&L_258), 0, sizeof(L_258)); Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_258), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); NullCheck(L_257); XmlSchemaParticle_set_MaxOccurs_m323FFAAFC203B3935B029652812ACFEF03177776(L_257, L_258, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_259 = V_10; bool L_260 = ___6_setMaxoccurs; XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364(__this, L_259, L_260, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_261 = V_11; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_262 = ___5_parentSchema; XmlSchemaInference_InferElement_m0269D6BE959E0E61999BE07A739462452748095B(__this, L_261, (bool)0, L_262, NULL); V_17 = 0; goto IL_0513; } IL_04e8: { XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* L_263 = V_16; NullCheck(L_263); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_264; L_264 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_263); XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_265 = V_3; NullCheck(L_265); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_266; L_266 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_265); int32_t L_267 = V_17; NullCheck(L_266); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_268; L_268 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_266, L_267); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_269; L_269 = XmlSchemaInference_CreateNewElementforChoice_mB8CA20657C2226781E9B8DFA22E0FDAA18522C8D(__this, ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_268, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)), NULL); NullCheck(L_264); int32_t L_270; L_270 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_264, L_269, NULL); int32_t L_271 = V_17; V_17 = ((int32_t)il2cpp_codegen_add(L_271, 1)); } IL_0513: { int32_t L_272 = V_17; XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_273 = V_3; NullCheck(L_273); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_274; L_274 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_273); NullCheck(L_274); int32_t L_275; L_275 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_274, NULL); if ((((int32_t)L_272) < ((int32_t)L_275))) { goto IL_04e8; } } { XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_276 = V_3; NullCheck(L_276); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_277; L_277 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_276); NullCheck(L_277); CollectionBase_Clear_m0357C9FEC2BDB351726BA642093656CB1025968F(L_277, NULL); XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_278 = V_3; NullCheck(L_278); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_279; L_279 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_278); XmlSchemaChoice_t067583E5607666AC46E568609762A223358CA4E4* L_280 = V_16; NullCheck(L_279); int32_t L_281; L_281 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_279, L_280, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_282 = V_10; return L_282; } IL_053e: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_283 = ___1_xtr; NullCheck(L_283); String_t* L_284; L_284 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_283); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_285 = ___1_xtr; NullCheck(L_285); String_t* L_286; L_286 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_285); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_287 = ___1_xtr; NullCheck(L_287); String_t* L_288; L_288 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_287); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_289 = ___5_parentSchema; XmlSchemaSequence_t4A315311186A0411EBA3F6BDC67F819E81311F28* L_290 = V_3; NullCheck(L_290); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_291; L_291 = VirtualFuncInvoker0< XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* >::Invoke(16 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_290); int32_t* L_292 = ___3_lastUsedSeqItem; int32_t* L_293 = ___3_lastUsedSeqItem; int32_t L_294 = *((int32_t*)L_293); V_18 = ((int32_t)il2cpp_codegen_add(L_294, 1)); int32_t L_295 = V_18; *((int32_t*)L_292) = (int32_t)L_295; int32_t L_296 = V_18; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_297; L_297 = XmlSchemaInference_AddElement_m72BD69D7B886A12C6E513EDCCFDC6CB123921F22(__this, L_284, L_286, L_288, L_289, L_291, L_296, NULL); V_10 = L_297; bool L_298 = ___0_bCreatingNewType; if (L_298) { goto IL_057d; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_299 = V_10; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_300 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_299); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_299, L_300, NULL); } IL_057d: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_301 = V_10; return L_301; } IL_0580: { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_302 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_302); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_302, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3CA4FACDA250818FD369EF3FD301D70C55173D6)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_302, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_FindMatchingElement_mA4F151C17C84AC704723D0E6D55413940DEBA2F6_RuntimeMethod_var))); } } // System.Void System.Xml.Schema.XmlSchemaInference::ProcessAttributes(System.Xml.Schema.XmlSchemaElement&,System.Xml.Schema.XmlSchemaType,System.Boolean,System.Xml.Schema.XmlSchema) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_ProcessAttributes_mC625C7A1CAAA164F655A514C7D78A3D1053FAC8A (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** ___0_xse, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___1_effectiveSchemaType, bool ___2_bCreatingNewType, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___3_parentSchema, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63CBFAF32B506F8EA636D9CD08CD2EDAA1756BDE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEE4613988B693DA6A4D82B4FB413453362FD0FD); s_Il2CppMethodInitialized = true; } XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* V_0 = NULL; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* V_1 = NULL; String_t* V_2 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_3 = NULL; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* V_4 = NULL; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* V_5 = NULL; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* V_6 = NULL; { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = (XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388*)il2cpp_codegen_object_new(XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388_il2cpp_TypeInfo_var); NullCheck(L_0); XmlSchemaObjectCollection__ctor_mADAEAC1E5F0B0F7346DA6B6B2BD10092A0EF9C05(L_0, NULL); V_0 = L_0; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_1 = ___1_effectiveSchemaType; V_1 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)IsInstClass((RuntimeObject*)L_1, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var)); } IL_000d: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = __this->___xtr_23; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_2); bool L_4; L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); if (!L_4) { goto IL_0031; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_5 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_5); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5C6350EB9F9B8E04835397A708BE88CCEB19460)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_ProcessAttributes_mC625C7A1CAAA164F655A514C7D78A3D1053FAC8A_RuntimeMethod_var))); } IL_0031: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_6 = __this->___xtr_23; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_6); bool L_8; L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_8) { goto IL_0088; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_9 = __this->___xtr_23; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_9); bool L_11; L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_11) { goto IL_0227; } } { XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_12 = __this->___NamespaceManager_26; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_13 = __this->___xtr_23; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_13); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_15 = __this->___xtr_23; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_15); NullCheck(L_12); VirtualActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_12, L_14, L_16); goto IL_0227; } IL_0088: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_17 = __this->___xtr_23; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_17); bool L_19; L_19 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, NULL); if (!L_19) { goto IL_0101; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_20 = __this->___xtr_23; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_20); V_2 = L_21; String_t* L_22 = V_2; bool L_23; L_23 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_22, _stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100, NULL); if (!L_23) { goto IL_00c5; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** L_24 = ___0_xse; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_25 = *((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970**)L_24); NullCheck(L_25); XmlSchemaElement_set_IsNillable_mF25FB92F6FBEF764F5F50C336A68AFC7591D8A29(L_25, (bool)1, NULL); goto IL_0227; } IL_00c5: { String_t* L_26 = V_2; bool L_27; L_27 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_26, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL); if (!L_27) { goto IL_0227; } } { String_t* L_28 = V_2; bool L_29; L_29 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_28, _stringLiteralFEE4613988B693DA6A4D82B4FB413453362FD0FD, NULL); if (!L_29) { goto IL_0227; } } { String_t* L_30 = V_2; bool L_31; L_31 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_30, _stringLiteral63CBFAF32B506F8EA636D9CD08CD2EDAA1756BDE, NULL); if (!L_31) { goto IL_0227; } } { String_t* L_32 = V_2; XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_33 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_33); XmlSchemaInferenceException__ctor_m1047E68D781163A29F15C10519D4757E508CDB5E(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6252DB04F65136932121AF1DB7D49847CA3221F0)), L_32, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_ProcessAttributes_mC625C7A1CAAA164F655A514C7D78A3D1053FAC8A_RuntimeMethod_var))); } IL_0101: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_34 = V_1; if (!L_34) { goto IL_010c; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_35 = V_1; il2cpp_codegen_runtime_class_init_inline(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_36; L_36 = XmlSchemaComplexType_get_AnyType_m8849843192B524BE39AB9F20BECBF40479644573_inline(NULL); if ((!(((RuntimeObject*)(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)L_35) == ((RuntimeObject*)(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)L_36)))) { goto IL_011a; } } IL_010c: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_37 = (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)il2cpp_codegen_object_new(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); NullCheck(L_37); XmlSchemaComplexType__ctor_mC9406D618CF4921671ED5A723E4C7F21DABAC9BC(L_37, NULL); V_1 = L_37; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** L_38 = ___0_xse; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_39 = *((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970**)L_38); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_40 = V_1; NullCheck(L_39); XmlSchemaElement_set_SchemaType_m89F289DFEA18DD6D87B35DACAFF2F1A5ED0F755B_inline(L_39, L_40, NULL); } IL_011a: { V_3 = (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_41 = ___1_effectiveSchemaType; if (!L_41) { goto IL_0184; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_42 = ___1_effectiveSchemaType; NullCheck(L_42); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_43; L_43 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_42, NULL); if (!L_43) { goto IL_0184; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** L_44 = ___0_xse; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_45 = *((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970**)L_44); NullCheck(L_45); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_46; L_46 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_45, NULL); NullCheck(L_46); bool L_47; L_47 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_46, NULL); if (L_47) { goto IL_0184; } } { XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_48 = (XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A*)il2cpp_codegen_object_new(XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A_il2cpp_TypeInfo_var); NullCheck(L_48); XmlSchemaSimpleContent__ctor_mDC7F306A534B43D8A80492E5BC1DDC444AA427E3(L_48, NULL); V_4 = L_48; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_49 = V_1; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_50 = V_4; NullCheck(L_49); XmlSchemaComplexType_set_ContentModel_m71EAC2AFBC556F48BEC777266CA4F7A139A0BEC3_inline(L_49, L_50, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_51 = (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22*)il2cpp_codegen_object_new(XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22_il2cpp_TypeInfo_var); NullCheck(L_51); XmlSchemaSimpleContentExtension__ctor_mD30704B0FA03E10631BE596E87C0D1F1E35CB62F(L_51, NULL); V_5 = L_51; XmlSchemaSimpleContent_t519CA0A5A76AE292EAA7FB2078D2262088345E1A* L_52 = V_4; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_53 = V_5; NullCheck(L_52); VirtualActionInvoker1< XmlSchemaContent_t813BD047001DCDD6594E0C9B1DC9BF30271211B9* >::Invoke(15 /* System.Void System.Xml.Schema.XmlSchemaContentModel::set_Content(System.Xml.Schema.XmlSchemaContent) */, L_52, L_53); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_54 = V_5; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** L_55 = ___0_xse; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_56 = *((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970**)L_55); NullCheck(L_56); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_57; L_57 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_56, NULL); NullCheck(L_54); XmlSchemaSimpleContentExtension_set_BaseTypeName_m157E34D5297569730B7BA1214D852C19E398B4B0(L_54, L_57, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_58 = V_5; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** L_59 = ___0_xse; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_60 = *((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970**)L_59); NullCheck(L_60); int32_t L_61; L_61 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_60, NULL); NullCheck(L_58); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_58, L_61, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** L_62 = ___0_xse; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_63 = *((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970**)L_62); NullCheck(L_63); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_63, 0, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970** L_64 = ___0_xse; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_65 = *((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970**)L_64); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_66 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4; NullCheck(L_65); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_65, L_66, NULL); } IL_0184: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_67 = V_1; NullCheck(L_67); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_68; L_68 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_67, NULL); if (!L_68) { goto IL_01da; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_69 = V_1; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_70; L_70 = XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6(__this, L_69, NULL); V_6 = L_70; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_71 = __this->___xtr_23; NullCheck(L_71); String_t* L_72; L_72 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_71); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_73 = __this->___xtr_23; NullCheck(L_73); String_t* L_74; L_74 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_73); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_75 = __this->___xtr_23; NullCheck(L_75); String_t* L_76; L_76 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_75); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_77 = __this->___xtr_23; NullCheck(L_77); String_t* L_78; L_78 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_77); bool L_79 = ___2_bCreatingNewType; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_80 = ___3_parentSchema; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_81 = V_6; NullCheck(L_81); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_82; L_82 = XmlSchemaSimpleContentExtension_get_Attributes_mE78BE1F22BCB5D2E22FC022534CB7AAFE0199DF6_inline(L_81, NULL); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_83 = V_1; NullCheck(L_83); XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_84; L_84 = XmlSchemaComplexType_get_AttributeUses_mC3D8F1302EBB83F995BAA229825B4D7D4BCD8465(L_83, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_85; L_85 = XmlSchemaInference_AddAttribute_m16634471E7CB598E3C55A35688C355F079A4F4FA(__this, L_72, L_74, L_76, L_78, L_79, L_80, L_82, L_84, NULL); V_3 = L_85; goto IL_021c; } IL_01da: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_86 = __this->___xtr_23; NullCheck(L_86); String_t* L_87; L_87 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_86); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_88 = __this->___xtr_23; NullCheck(L_88); String_t* L_89; L_89 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_88); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_90 = __this->___xtr_23; NullCheck(L_90); String_t* L_91; L_91 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_90); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_92 = __this->___xtr_23; NullCheck(L_92); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_92); bool L_94 = ___2_bCreatingNewType; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_95 = ___3_parentSchema; XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_96 = V_1; NullCheck(L_96); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_97; L_97 = XmlSchemaComplexType_get_Attributes_mB8018A543D9892251A159F4C6EA8C82026163871(L_96, NULL); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_98 = V_1; NullCheck(L_98); XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_99; L_99 = XmlSchemaComplexType_get_AttributeUses_mC3D8F1302EBB83F995BAA229825B4D7D4BCD8465(L_98, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_100; L_100 = XmlSchemaInference_AddAttribute_m16634471E7CB598E3C55A35688C355F079A4F4FA(__this, L_87, L_89, L_91, L_93, L_94, L_95, L_97, L_99, NULL); V_3 = L_100; } IL_021c: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_101 = V_3; if (!L_101) { goto IL_0227; } } { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_102 = V_0; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_103 = V_3; NullCheck(L_102); int32_t L_104; L_104 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_102, L_103, NULL); } IL_0227: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_105 = __this->___xtr_23; NullCheck(L_105); bool L_106; L_106 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_105); if (L_106) { goto IL_000d; } } { bool L_107 = ___2_bCreatingNewType; if (L_107) { goto IL_0245; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_108 = V_1; if (!L_108) { goto IL_0245; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_109 = V_1; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_110 = V_0; XmlSchemaInference_MakeExistingAttributesOptional_mDD869DB2C6C2E426F53B06E59C2C6EF1D1E1C677(__this, L_109, L_110, NULL); } IL_0245: { return; } } // System.Void System.Xml.Schema.XmlSchemaInference::MoveAttributes(System.Xml.Schema.XmlSchemaSimpleContentExtension,System.Xml.Schema.XmlSchemaComplexType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_MoveAttributes_m3E875AE96D21FE92E801BC7D372E295F04CBAA5C (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* ___0_scExtension, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___1_ct, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0020; } IL_0004: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_0 = ___1_ct; NullCheck(L_0); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_1; L_1 = XmlSchemaComplexType_get_Attributes_mB8018A543D9892251A159F4C6EA8C82026163871(L_0, NULL); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_2 = ___0_scExtension; NullCheck(L_2); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_3; L_3 = XmlSchemaSimpleContentExtension_get_Attributes_mE78BE1F22BCB5D2E22FC022534CB7AAFE0199DF6_inline(L_2, NULL); int32_t L_4 = V_0; NullCheck(L_3); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_5; L_5 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_3, L_4); NullCheck(L_1); int32_t L_6; L_6 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_1, L_5, NULL); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0020: { int32_t L_8 = V_0; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_9 = ___0_scExtension; NullCheck(L_9); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_10; L_10 = XmlSchemaSimpleContentExtension_get_Attributes_mE78BE1F22BCB5D2E22FC022534CB7AAFE0199DF6_inline(L_9, NULL); NullCheck(L_10); int32_t L_11; L_11 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_10, NULL); if ((((int32_t)L_8) < ((int32_t)L_11))) { goto IL_0004; } } { return; } } // System.Void System.Xml.Schema.XmlSchemaInference::MoveAttributes(System.Xml.Schema.XmlSchemaComplexType,System.Xml.Schema.XmlSchemaSimpleContentExtension,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_MoveAttributes_mB6A9815F4CF6534DE87F3C5FB8581832075B4296 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___0_ct, XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* ___1_simpleContentExtension, bool ___2_bCreatingNewType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_2 = NULL; RuntimeObject* V_3 = NULL; { bool L_0 = ___2_bCreatingNewType; if (L_0) { goto IL_001f; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_1 = ___0_ct; NullCheck(L_1); XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_2; L_2 = XmlSchemaComplexType_get_AttributeUses_mC3D8F1302EBB83F995BAA229825B4D7D4BCD8465(L_1, NULL); NullCheck(L_2); int32_t L_3; L_3 = XmlSchemaObjectTable_get_Count_m68B3B75A747E8830F096531551DB1F0BF8D9EF83(L_2, NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_001f; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_4 = ___0_ct; NullCheck(L_4); XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_5; L_5 = XmlSchemaComplexType_get_AttributeUses_mC3D8F1302EBB83F995BAA229825B4D7D4BCD8465(L_4, NULL); NullCheck(L_5); RuntimeObject* L_6; L_6 = XmlSchemaObjectTable_get_Values_mF69730E61D5EB5381D18ECA08EE67ACFFC99CA18(L_5, NULL); V_0 = L_6; goto IL_0026; } IL_001f: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_7 = ___0_ct; NullCheck(L_7); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_8; L_8 = XmlSchemaComplexType_get_Attributes_mB8018A543D9892251A159F4C6EA8C82026163871(L_7, NULL); V_0 = L_8; } IL_0026: { RuntimeObject* L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_9); V_1 = L_10; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0052: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_3; if (!L_12) { goto IL_0062; } } { RuntimeObject* L_13 = V_3; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13); } IL_0062: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0048_1; } IL_002f_1: { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14); V_2 = ((XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)CastclassClass((RuntimeObject*)L_15, XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var)); XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_16 = ___1_simpleContentExtension; NullCheck(L_16); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_17; L_17 = XmlSchemaSimpleContentExtension_get_Attributes_mE78BE1F22BCB5D2E22FC022534CB7AAFE0199DF6_inline(L_16, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_18 = V_2; NullCheck(L_17); int32_t L_19; L_19 = XmlSchemaObjectCollection_Add_m7331C4E33810C8039BDB8EE3FE78FBD0D042AFDA(L_17, L_18, NULL); } IL_0048_1: { RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_002f_1; } } { goto IL_0063; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0063: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_22 = ___0_ct; NullCheck(L_22); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_23; L_23 = XmlSchemaComplexType_get_Attributes_mB8018A543D9892251A159F4C6EA8C82026163871(L_22, NULL); NullCheck(L_23); CollectionBase_Clear_m0357C9FEC2BDB351726BA642093656CB1025968F(L_23, NULL); return; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInference::FindAttribute(System.Collections.ICollection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* XmlSchemaInference_FindAttribute_m99E3FA33C89126F221C2B129A1143DD4EF07950C (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, RuntimeObject* ___0_attributes, String_t* ___1_attrName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_1 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_2 = NULL; RuntimeObject* V_3 = NULL; { RuntimeObject* L_0 = ___0_attributes; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0039: {// begin finally (depth: 1) { RuntimeObject* L_2 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_3; if (!L_3) { goto IL_0049; } } { RuntimeObject* L_4 = V_3; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_0049: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_002f_1; } IL_0009_1: { RuntimeObject* L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5); V_1 = ((XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)IsInstClass((RuntimeObject*)((XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)CastclassClass((RuntimeObject*)L_6, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D_il2cpp_TypeInfo_var)), XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_7 = V_1; if (!L_7) { goto IL_002f_1; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = XmlSchemaAttribute_get_Name_mDB8E208CD7A53D98C6CB33764F5B08853E944DD2_inline(L_8, NULL); String_t* L_10 = ___1_attrName; bool L_11; L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_9, L_10, NULL); if (!L_11) { goto IL_002f_1; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_12 = V_1; V_2 = L_12; goto IL_004c; } IL_002f_1: { RuntimeObject* L_13 = V_0; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0009_1; } } { goto IL_004a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004a: { return (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)NULL; } IL_004c: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_15 = V_2; return L_15; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindGlobalElement(System.String,System.String,System.Xml.Schema.XmlSchema&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindGlobalElement_m133802F45110C9C1364E9F96679C2B150815971F (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_namespaceURI, String_t* ___1_localName, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D** ___2_parentSchema, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* V_2 = NULL; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_3 = NULL; RuntimeObject* V_4 = NULL; { XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_0 = __this->___schemaSet_22; String_t* L_1 = ___0_namespaceURI; NullCheck(L_0); RuntimeObject* L_2; L_2 = XmlSchemaSet_Schemas_mB026F323BD5F5CCE6B270803AF10983103ED0BEF(L_0, L_1, NULL); V_0 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D** L_3 = ___2_parentSchema; *((RuntimeObject**)L_3) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)NULL); NullCheck(L_2); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_2); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0047: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_4; if (!L_6) { goto IL_005a; } } { RuntimeObject* L_7 = V_4; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7); } IL_005a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003d_1; } IL_0019_1: { RuntimeObject* L_8 = V_1; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8); V_2 = ((XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)CastclassClass((RuntimeObject*)L_9, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_il2cpp_TypeInfo_var)); XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_10 = V_2; NullCheck(L_10); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_11; L_11 = XmlSchema_get_Items_m4A629D8F391D26EC9C55EC8BC155CBFA98B4FD6F_inline(L_10, NULL); String_t* L_12 = ___1_localName; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_13; L_13 = XmlSchemaInference_FindElement_mE6A7A90FBCE1C49AA0CC4380839FE744ED25BD58(__this, L_11, L_12, NULL); V_0 = L_13; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_14 = V_0; if (!L_14) { goto IL_003d_1; } } { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D** L_15 = ___2_parentSchema; XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_16 = V_2; *((RuntimeObject**)L_15) = (RuntimeObject*)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_15, (void*)(RuntimeObject*)L_16); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_17 = V_0; V_3 = L_17; goto IL_005d; } IL_003d_1: { RuntimeObject* L_18 = V_1; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0019_1; } } { goto IL_005b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005b: { return (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; } IL_005d: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_20 = V_3; return L_20; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindElement(System.Xml.Schema.XmlSchemaObjectCollection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindElement_mE6A7A90FBCE1C49AA0CC4380839FE744ED25BD58 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___0_elements, String_t* ___1_elementName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_1 = NULL; { V_0 = 0; goto IL_0036; } IL_0004: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = ___0_elements; int32_t L_1 = V_0; NullCheck(L_0); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_2; L_2 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_0, L_1); V_1 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)IsInstClass((RuntimeObject*)L_2, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_3 = V_1; if (!L_3) { goto IL_0032; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_4 = V_1; NullCheck(L_4); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5; L_5 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_4, NULL); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_6; L_6 = XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0(L_5, (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL, NULL); if (!L_6) { goto IL_0032; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline(L_7, NULL); String_t* L_9 = ___1_elementName; bool L_10; L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_9, NULL); if (!L_10) { goto IL_0032; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_11 = V_1; return L_11; } IL_0032: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0036: { int32_t L_13 = V_0; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_14 = ___0_elements; NullCheck(L_14); int32_t L_15; L_15 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_14, NULL); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0004; } } { return (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInference::FindAttributeRef(System.Collections.ICollection,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* XmlSchemaInference_FindAttributeRef_mB897D0650DE30BB939F26369E692361070DF469A (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, RuntimeObject* ___0_attributes, String_t* ___1_attributeName, String_t* ___2_nsURI, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_1 = NULL; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_2 = NULL; RuntimeObject* V_3 = NULL; { RuntimeObject* L_0 = ___0_attributes; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0051: {// begin finally (depth: 1) { RuntimeObject* L_2 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_3; if (!L_3) { goto IL_0061; } } { RuntimeObject* L_4 = V_3; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_0061: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0047_1; } IL_0009_1: { RuntimeObject* L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5); V_1 = ((XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)IsInstClass((RuntimeObject*)((XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)CastclassClass((RuntimeObject*)L_6, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D_il2cpp_TypeInfo_var)), XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_7 = V_1; if (!L_7) { goto IL_0047_1; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_8 = V_1; NullCheck(L_8); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9; L_9 = XmlSchemaAttribute_get_RefName_m91886894B683BD121EF5C662C4DE72AE13D4A62A_inline(L_8, NULL); NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_9, NULL); String_t* L_11 = ___1_attributeName; bool L_12; L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, L_11, NULL); if (!L_12) { goto IL_0047_1; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_13 = V_1; NullCheck(L_13); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_14; L_14 = XmlSchemaAttribute_get_RefName_m91886894B683BD121EF5C662C4DE72AE13D4A62A_inline(L_13, NULL); NullCheck(L_14); String_t* L_15; L_15 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_14, NULL); String_t* L_16 = ___2_nsURI; bool L_17; L_17 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_15, L_16, NULL); if (!L_17) { goto IL_0047_1; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_18 = V_1; V_2 = L_18; goto IL_0064; } IL_0047_1: { RuntimeObject* L_19 = V_0; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0009_1; } } { goto IL_0062; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0062: { return (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)NULL; } IL_0064: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_21 = V_2; return L_21; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::FindElementRef(System.Xml.Schema.XmlSchemaObjectCollection,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_FindElementRef_m49A85427F2203ABACCC16387C90596C2FA2D7138 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___0_elements, String_t* ___1_elementName, String_t* ___2_nsURI, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_1 = NULL; { V_0 = 0; goto IL_004e; } IL_0004: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = ___0_elements; int32_t L_1 = V_0; NullCheck(L_0); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_2; L_2 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_0, L_1); V_1 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)IsInstClass((RuntimeObject*)L_2, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var)); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_3 = V_1; if (!L_3) { goto IL_004a; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_4 = V_1; NullCheck(L_4); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5; L_5 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_4, NULL); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_6; L_6 = XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0(L_5, (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL, NULL); if (!L_6) { goto IL_004a; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_7 = V_1; NullCheck(L_7); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_8; L_8 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_7, NULL); NullCheck(L_8); String_t* L_9; L_9 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_8, NULL); String_t* L_10 = ___1_elementName; bool L_11; L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_9, L_10, NULL); if (!L_11) { goto IL_004a; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_12 = V_1; NullCheck(L_12); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13; L_13 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_12, NULL); NullCheck(L_13); String_t* L_14; L_14 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_13, NULL); String_t* L_15 = ___2_nsURI; bool L_16; L_16 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, L_15, NULL); if (!L_16) { goto IL_004a; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_17 = V_1; return L_17; } IL_004a: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_004e: { int32_t L_19 = V_0; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_20 = ___0_elements; NullCheck(L_20); int32_t L_21; L_21 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_20, NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0004; } } { return (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)NULL; } } // System.Void System.Xml.Schema.XmlSchemaInference::MakeExistingAttributesOptional(System.Xml.Schema.XmlSchemaComplexType,System.Xml.Schema.XmlSchemaObjectCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_MakeExistingAttributesOptional_mDD869DB2C6C2E426F53B06E59C2C6EF1D1E1C677 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___0_ct, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___1_attributesInInstance, const RuntimeMethod* method) { XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* V_0 = NULL; { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_0 = ___0_ct; if (L_0) { goto IL_0010; } } { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_1 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_1); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4939603C24EC0FCCFC7C9514BA8753214A19218)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_MakeExistingAttributesOptional_mDD869DB2C6C2E426F53B06E59C2C6EF1D1E1C677_RuntimeMethod_var))); } IL_0010: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_2 = ___0_ct; NullCheck(L_2); XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_3; L_3 = XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline(L_2, NULL); if (!L_3) { goto IL_002e; } } { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_4 = ___0_ct; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_5; L_5 = XmlSchemaInference_CheckSimpleContentExtension_m336D04331A80DE9067EEC72B326B78CE104D03F6(__this, L_4, NULL); V_0 = L_5; XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* L_6 = V_0; NullCheck(L_6); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_7; L_7 = XmlSchemaSimpleContentExtension_get_Attributes_mE78BE1F22BCB5D2E22FC022534CB7AAFE0199DF6_inline(L_6, NULL); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_8 = ___1_attributesInInstance; XmlSchemaInference_SwitchUseToOptional_mC1C7E2069583D1A13117546F82BE785EF686A871(__this, L_7, L_8, NULL); return; } IL_002e: { XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_9 = ___0_ct; NullCheck(L_9); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_10; L_10 = XmlSchemaComplexType_get_Attributes_mB8018A543D9892251A159F4C6EA8C82026163871(L_9, NULL); XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_11 = ___1_attributesInInstance; XmlSchemaInference_SwitchUseToOptional_mC1C7E2069583D1A13117546F82BE785EF686A871(__this, L_10, L_11, NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaInference::SwitchUseToOptional(System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.XmlSchemaObjectCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_SwitchUseToOptional_mC1C7E2069583D1A13117546F82BE785EF686A871 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___0_attributes, XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___1_attributesInInstance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* V_1 = NULL; { V_0 = 0; goto IL_0074; } IL_0004: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = ___0_attributes; int32_t L_1 = V_0; NullCheck(L_0); XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_2; L_2 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_0, L_1); V_1 = ((XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)IsInstClass((RuntimeObject*)L_2, XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_3 = V_1; if (!L_3) { goto IL_0070; } } { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_4 = ___1_attributesInInstance; if (!L_4) { goto IL_0069; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_5 = V_1; NullCheck(L_5); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6; L_6 = XmlSchemaAttribute_get_RefName_m91886894B683BD121EF5C662C4DE72AE13D4A62A_inline(L_5, NULL); NullCheck(L_6); String_t* L_7; L_7 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_6, NULL); NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); if (L_8) { goto IL_0041; } } { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_9 = ___1_attributesInInstance; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = XmlSchemaAttribute_get_Name_mDB8E208CD7A53D98C6CB33764F5B08853E944DD2_inline(L_10, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_12; L_12 = XmlSchemaInference_FindAttribute_m99E3FA33C89126F221C2B129A1143DD4EF07950C(__this, L_9, L_11, NULL); if (L_12) { goto IL_0070; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_13 = V_1; NullCheck(L_13); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_13, 1, NULL); goto IL_0070; } IL_0041: { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_14 = ___1_attributesInInstance; XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_15 = V_1; NullCheck(L_15); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_16; L_16 = XmlSchemaAttribute_get_RefName_m91886894B683BD121EF5C662C4DE72AE13D4A62A_inline(L_15, NULL); NullCheck(L_16); String_t* L_17; L_17 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_16, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_18 = V_1; NullCheck(L_18); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_19; L_19 = XmlSchemaAttribute_get_RefName_m91886894B683BD121EF5C662C4DE72AE13D4A62A_inline(L_18, NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_19, NULL); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_21; L_21 = XmlSchemaInference_FindAttributeRef_mB897D0650DE30BB939F26369E692361070DF469A(__this, L_14, L_17, L_20, NULL); if (L_21) { goto IL_0070; } } { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_22 = V_1; NullCheck(L_22); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_22, 1, NULL); goto IL_0070; } IL_0069: { XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_23 = V_1; NullCheck(L_23); XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline(L_23, 1, NULL); } IL_0070: { int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0074: { int32_t L_25 = V_0; XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_26 = ___0_attributes; NullCheck(L_26); int32_t L_27; L_27 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_26, NULL); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0004; } } { return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaInference::RefineSimpleType(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaInference_RefineSimpleType_m748AEA675390E1912EC2C4F28C6FF24A53581588 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, String_t* ___0_s, int32_t* ___1_iTypeFlags, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_1 = NULL; double V_2 = 0.0; int32_t V_3 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; { V_0 = (bool)0; String_t* L_0 = ___0_s; NullCheck(L_0); String_t* L_1; L_1 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_0, NULL); ___0_s = L_1; int32_t* L_2 = ___1_iTypeFlags; int32_t L_3 = *((int32_t*)L_2); if ((((int32_t)L_3) == ((int32_t)((int32_t)262144)))) { goto IL_001c; } } { int32_t L_4 = __this->___typeInference_29; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0022; } } IL_001c: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; return L_5; } IL_0022: { int32_t* L_6 = ___1_iTypeFlags; int32_t* L_7 = ___1_iTypeFlags; int32_t L_8 = *((int32_t*)L_7); String_t* L_9 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_10; L_10 = XmlSchemaInference_InferSimpleType_mD0DAC1E3C6313D51483F20A0541F8794CCEFA63B(L_9, (&V_0), NULL); *((int32_t*)L_6) = (int32_t)((int32_t)(L_8&L_10)); int32_t* L_11 = ___1_iTypeFlags; int32_t L_12 = *((int32_t*)L_11); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)262144))))) { goto IL_003e; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; return L_13; } IL_003e: { bool L_14 = V_0; if (!L_14) { goto IL_0342; } } { int32_t* L_15 = ___1_iTypeFlags; int32_t L_16 = *((int32_t*)L_15); if (!((int32_t)(L_16&2))) { goto IL_007a; } } try {// begin try (depth: 1) { String_t* L_17 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int8_t L_18; L_18 = XmlConvert_ToSByte_m18902C828E00A337DAFD6A73C0F78AF874F0CE17(L_17, NULL); int32_t* L_19 = ___1_iTypeFlags; int32_t L_20 = *((int32_t*)L_19); if (!((int32_t)(L_20&4))) { goto IL_0062_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_21 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedByte_2; V_1 = L_21; goto IL_0537; } IL_0062_1: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_22 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_byte_1; V_1 = L_22; goto IL_0537; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006d; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0070; } throw e; } CATCH_006d: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0073; }// end catch (depth: 1) CATCH_0070: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0073; }// end catch (depth: 1) IL_0073: { int32_t* L_23 = ___1_iTypeFlags; int32_t* L_24 = ___1_iTypeFlags; int32_t L_25 = *((int32_t*)L_24); *((int32_t*)L_23) = (int32_t)((int32_t)(L_25&((int32_t)-3))); } IL_007a: { int32_t* L_26 = ___1_iTypeFlags; int32_t L_27 = *((int32_t*)L_26); if (!((int32_t)(L_27&4))) { goto IL_009f; } } try {// begin try (depth: 1) String_t* L_28 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); uint8_t L_29; L_29 = XmlConvert_ToByte_m4D11145CB1C72A8EAB66787D48A6A0D63828A0A2(L_28, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_30 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedByte_2; V_1 = L_30; goto IL_0537; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0092; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0095; } throw e; } CATCH_0092: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0098; }// end catch (depth: 1) CATCH_0095: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0098; }// end catch (depth: 1) IL_0098: { int32_t* L_31 = ___1_iTypeFlags; int32_t* L_32 = ___1_iTypeFlags; int32_t L_33 = *((int32_t*)L_32); *((int32_t*)L_31) = (int32_t)((int32_t)(L_33&((int32_t)-5))); } IL_009f: { int32_t* L_34 = ___1_iTypeFlags; int32_t L_35 = *((int32_t*)L_34); if (!((int32_t)(L_35&8))) { goto IL_00d6; } } try {// begin try (depth: 1) { String_t* L_36 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int16_t L_37; L_37 = XmlConvert_ToInt16_mA80812313AC16A1C903AA745B0B4AA74A374DA4C(L_36, NULL); int32_t* L_38 = ___1_iTypeFlags; int32_t L_39 = *((int32_t*)L_38); if (!((int32_t)(L_39&((int32_t)16)))) { goto IL_00be_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_40 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedShort_4; V_1 = L_40; goto IL_0537; } IL_00be_1: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_41 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_short_3; V_1 = L_41; goto IL_0537; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c9; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00cc; } throw e; } CATCH_00c9: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00cf; }// end catch (depth: 1) CATCH_00cc: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00cf; }// end catch (depth: 1) IL_00cf: { int32_t* L_42 = ___1_iTypeFlags; int32_t* L_43 = ___1_iTypeFlags; int32_t L_44 = *((int32_t*)L_43); *((int32_t*)L_42) = (int32_t)((int32_t)(L_44&((int32_t)-9))); } IL_00d6: { int32_t* L_45 = ___1_iTypeFlags; int32_t L_46 = *((int32_t*)L_45); if (!((int32_t)(L_46&((int32_t)16)))) { goto IL_00fc; } } try {// begin try (depth: 1) String_t* L_47 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); uint16_t L_48; L_48 = XmlConvert_ToUInt16_m724BC6C22738955F6FDE18ECF99FB00DBB68DBDE(L_47, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_49 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedShort_4; V_1 = L_49; goto IL_0537; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ef; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f2; } throw e; } CATCH_00ef: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f5; }// end catch (depth: 1) CATCH_00f2: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f5; }// end catch (depth: 1) IL_00f5: { int32_t* L_50 = ___1_iTypeFlags; int32_t* L_51 = ___1_iTypeFlags; int32_t L_52 = *((int32_t*)L_51); *((int32_t*)L_50) = (int32_t)((int32_t)(L_52&((int32_t)-17))); } IL_00fc: { int32_t* L_53 = ___1_iTypeFlags; int32_t L_54 = *((int32_t*)L_53); if (!((int32_t)(L_54&((int32_t)32)))) { goto IL_0134; } } try {// begin try (depth: 1) { String_t* L_55 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int32_t L_56; L_56 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(L_55, NULL); int32_t* L_57 = ___1_iTypeFlags; int32_t L_58 = *((int32_t*)L_57); if (!((int32_t)(L_58&((int32_t)64)))) { goto IL_011c_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_59 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedInt_6; V_1 = L_59; goto IL_0537; } IL_011c_1: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_60 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_int_5; V_1 = L_60; goto IL_0537; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0127; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_012a; } throw e; } CATCH_0127: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_012d; }// end catch (depth: 1) CATCH_012a: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_012d; }// end catch (depth: 1) IL_012d: { int32_t* L_61 = ___1_iTypeFlags; int32_t* L_62 = ___1_iTypeFlags; int32_t L_63 = *((int32_t*)L_62); *((int32_t*)L_61) = (int32_t)((int32_t)(L_63&((int32_t)-33))); } IL_0134: { int32_t* L_64 = ___1_iTypeFlags; int32_t L_65 = *((int32_t*)L_64); if (!((int32_t)(L_65&((int32_t)64)))) { goto IL_015a; } } try {// begin try (depth: 1) String_t* L_66 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); uint32_t L_67; L_67 = XmlConvert_ToUInt32_m1D00F9B52CAFB9CD660C71B741FC8301890D9F1F(L_66, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_68 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedInt_6; V_1 = L_68; goto IL_0537; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_014d; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0150; } throw e; } CATCH_014d: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0153; }// end catch (depth: 1) CATCH_0150: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0153; }// end catch (depth: 1) IL_0153: { int32_t* L_69 = ___1_iTypeFlags; int32_t* L_70 = ___1_iTypeFlags; int32_t L_71 = *((int32_t*)L_70); *((int32_t*)L_69) = (int32_t)((int32_t)(L_71&((int32_t)-65))); } IL_015a: { int32_t* L_72 = ___1_iTypeFlags; int32_t L_73 = *((int32_t*)L_72); if (!((int32_t)(L_73&((int32_t)128)))) { goto IL_019b; } } try {// begin try (depth: 1) { String_t* L_74 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int64_t L_75; L_75 = XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4(L_74, NULL); int32_t* L_76 = ___1_iTypeFlags; int32_t L_77 = *((int32_t*)L_76); if (!((int32_t)(L_77&((int32_t)256)))) { goto IL_0180_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_78 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedLong_8; V_1 = L_78; goto IL_0537; } IL_0180_1: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_79 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_long_7; V_1 = L_79; goto IL_0537; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_018b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_018e; } throw e; } CATCH_018b: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0191; }// end catch (depth: 1) CATCH_018e: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0191; }// end catch (depth: 1) IL_0191: { int32_t* L_80 = ___1_iTypeFlags; int32_t* L_81 = ___1_iTypeFlags; int32_t L_82 = *((int32_t*)L_81); *((int32_t*)L_80) = (int32_t)((int32_t)(L_82&((int32_t)-129))); } IL_019b: { int32_t* L_83 = ___1_iTypeFlags; int32_t L_84 = *((int32_t*)L_83); if (!((int32_t)(L_84&((int32_t)256)))) { goto IL_01c7; } } try {// begin try (depth: 1) String_t* L_85 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); uint64_t L_86; L_86 = XmlConvert_ToUInt64_m3EDAB359CE90486CEEF0F718D15C131ED2FF2C0A(L_85, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_87 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedLong_8; V_1 = L_87; goto IL_0537; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01b7; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01ba; } throw e; } CATCH_01b7: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01bd; }// end catch (depth: 1) CATCH_01ba: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01bd; }// end catch (depth: 1) IL_01bd: { int32_t* L_88 = ___1_iTypeFlags; int32_t* L_89 = ___1_iTypeFlags; int32_t L_90 = *((int32_t*)L_89); *((int32_t*)L_88) = (int32_t)((int32_t)(L_90&((int32_t)-257))); } IL_01c7: { int32_t* L_91 = ___1_iTypeFlags; int32_t L_92 = *((int32_t*)L_91); if (!((int32_t)(L_92&((int32_t)4096)))) { goto IL_0260; } } try {// begin try (depth: 1) { String_t* L_93 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); double L_94; L_94 = XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C(L_93, NULL); V_2 = L_94; int32_t* L_95 = ___1_iTypeFlags; int32_t L_96 = *((int32_t*)L_95); if (!((int32_t)(L_96&((int32_t)512)))) { goto IL_01f0_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_97 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_integer_9; V_1 = L_97; goto IL_0537; } IL_01f0_1: { int32_t* L_98 = ___1_iTypeFlags; int32_t L_99 = *((int32_t*)L_98); if (!((int32_t)(L_99&((int32_t)1024)))) { goto IL_0205_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_100 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_decimal_10; V_1 = L_100; goto IL_0537; } IL_0205_1: { int32_t* L_101 = ___1_iTypeFlags; int32_t L_102 = *((int32_t*)L_101); if (!((int32_t)(L_102&((int32_t)2048)))) { goto IL_023b_1; } } try {// begin try (depth: 2) { String_t* L_103 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); float L_104; L_104 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(L_103, NULL); String_t* L_105; L_105 = XmlConvert_ToString_m0A47C3C098CDB47726C29D7A70B7349D6DA57555(L_104, NULL); double L_106 = V_2; String_t* L_107; L_107 = XmlConvert_ToString_m04C12A2A45109D8E79C729DE12EF0A29301C2A2B(L_106, NULL); int32_t L_108; L_108 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_105, L_107, 5, NULL); if (L_108) { goto IL_0233_2; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_109 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_float_11; V_1 = L_109; goto IL_0537; } IL_0233_2: { goto IL_023b_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0235_1; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0238_1; } throw e; } CATCH_0235_1: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_023b_1; }// end catch (depth: 2) CATCH_0238_1: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_023b_1; }// end catch (depth: 2) IL_023b_1: { int32_t* L_110 = ___1_iTypeFlags; int32_t* L_111 = ___1_iTypeFlags; int32_t L_112 = *((int32_t*)L_111); *((int32_t*)L_110) = (int32_t)((int32_t)(L_112&((int32_t)-2049))); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_113 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_double_12; V_1 = L_113; goto IL_0537; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0250; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0253; } throw e; } CATCH_0250: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0256; }// end catch (depth: 1) CATCH_0253: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0256; }// end catch (depth: 1) IL_0256: { int32_t* L_114 = ___1_iTypeFlags; int32_t* L_115 = ___1_iTypeFlags; int32_t L_116 = *((int32_t*)L_115); *((int32_t*)L_114) = (int32_t)((int32_t)(L_116&((int32_t)-4097))); } IL_0260: { int32_t* L_117 = ___1_iTypeFlags; int32_t L_118 = *((int32_t*)L_117); if (!((int32_t)(L_118&((int32_t)2048)))) { goto IL_02b6; } } try {// begin try (depth: 1) { String_t* L_119 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); float L_120; L_120 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(L_119, NULL); int32_t* L_121 = ___1_iTypeFlags; int32_t L_122 = *((int32_t*)L_121); if (!((int32_t)(L_122&((int32_t)512)))) { goto IL_0286_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_123 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_integer_9; V_1 = L_123; goto IL_0537; } IL_0286_1: { int32_t* L_124 = ___1_iTypeFlags; int32_t L_125 = *((int32_t*)L_124); if (!((int32_t)(L_125&((int32_t)1024)))) { goto IL_029b_1; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_126 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_decimal_10; V_1 = L_126; goto IL_0537; } IL_029b_1: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_127 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_float_11; V_1 = L_127; goto IL_0537; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02a6; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02a9; } throw e; } CATCH_02a6: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02ac; }// end catch (depth: 1) CATCH_02a9: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02ac; }// end catch (depth: 1) IL_02ac: { int32_t* L_128 = ___1_iTypeFlags; int32_t* L_129 = ___1_iTypeFlags; int32_t L_130 = *((int32_t*)L_129); *((int32_t*)L_128) = (int32_t)((int32_t)(L_130&((int32_t)-2049))); } IL_02b6: { int32_t* L_131 = ___1_iTypeFlags; int32_t L_132 = *((int32_t*)L_131); if (!((int32_t)(L_132&((int32_t)512)))) { goto IL_02c6; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_133 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_integer_9; return L_133; } IL_02c6: { int32_t* L_134 = ___1_iTypeFlags; int32_t L_135 = *((int32_t*)L_134); if (!((int32_t)(L_135&((int32_t)1024)))) { goto IL_02d6; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_136 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_decimal_10; return L_136; } IL_02d6: { int32_t* L_137 = ___1_iTypeFlags; int32_t L_138 = *((int32_t*)L_137); if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)393216))))) { goto IL_0305; } } try {// begin try (depth: 1) String_t* L_139 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_140; L_140 = XmlConvert_ToDateTime_m658051D16D0072FD3F58E4E6BFE8FB75F4F00A16(L_139, 3, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_141 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_gYearMonth_17; V_1 = L_141; goto IL_0537; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02f2; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02f5; } throw e; } CATCH_02f2: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02f8; }// end catch (depth: 1) CATCH_02f5: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02f8; }// end catch (depth: 1) IL_02f8: { int32_t* L_142 = ___1_iTypeFlags; *((int32_t*)L_142) = (int32_t)((int32_t)262144); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_143 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; return L_143; } IL_0305: { int32_t* L_144 = ___1_iTypeFlags; int32_t L_145 = *((int32_t*)L_144); if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)270336))))) { goto IL_0333; } } try {// begin try (depth: 1) String_t* L_146 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_147; L_147 = XmlConvert_ToTimeSpan_mDF57053BCC75597B17BD744CFC2E3777006782C2(L_146, NULL); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_148 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_duration_13; V_1 = L_148; goto IL_0537; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0320; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0323; } throw e; } CATCH_0320: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0326; }// end catch (depth: 1) CATCH_0323: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0326; }// end catch (depth: 1) IL_0326: { int32_t* L_149 = ___1_iTypeFlags; *((int32_t*)L_149) = (int32_t)((int32_t)262144); il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_150 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; return L_150; } IL_0333: { int32_t* L_151 = ___1_iTypeFlags; int32_t L_152 = *((int32_t*)L_151); if ((!(((uint32_t)L_152) == ((uint32_t)((int32_t)262145))))) { goto IL_0342; } } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_153 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_boolean_0; return L_153; } IL_0342: { int32_t* L_154 = ___1_iTypeFlags; int32_t L_155 = *((int32_t*)L_154); V_3 = L_155; int32_t L_156 = V_3; if ((((int32_t)L_156) > ((int32_t)((int32_t)4096)))) { goto IL_03ee; } } { int32_t L_157 = V_3; if ((((int32_t)L_157) > ((int32_t)((int32_t)64)))) { goto IL_039a; } } { int32_t L_158 = V_3; if ((((int32_t)L_158) > ((int32_t)8))) { goto IL_037d; } } { int32_t L_159 = V_3; switch (((int32_t)il2cpp_codegen_subtract(L_159, 1))) { case 0: { goto IL_04a1; } case 1: { goto IL_04a7; } case 2: { goto IL_0531; } case 3: { goto IL_04ad; } } } { int32_t L_160 = V_3; if ((((int32_t)L_160) == ((int32_t)8))) { goto IL_04b3; } } { goto IL_0531; } IL_037d: { int32_t L_161 = V_3; if ((((int32_t)L_161) == ((int32_t)((int32_t)16)))) { goto IL_04b9; } } { int32_t L_162 = V_3; if ((((int32_t)L_162) == ((int32_t)((int32_t)32)))) { goto IL_04bf; } } { int32_t L_163 = V_3; if ((((int32_t)L_163) == ((int32_t)((int32_t)64)))) { goto IL_04c5; } } { goto IL_0531; } IL_039a: { int32_t L_164 = V_3; if ((((int32_t)L_164) > ((int32_t)((int32_t)512)))) { goto IL_03c8; } } { int32_t L_165 = V_3; if ((((int32_t)L_165) == ((int32_t)((int32_t)128)))) { goto IL_04cb; } } { int32_t L_166 = V_3; if ((((int32_t)L_166) == ((int32_t)((int32_t)256)))) { goto IL_04d1; } } { int32_t L_167 = V_3; if ((((int32_t)L_167) == ((int32_t)((int32_t)512)))) { goto IL_04d7; } } { goto IL_0531; } IL_03c8: { int32_t L_168 = V_3; if ((((int32_t)L_168) == ((int32_t)((int32_t)1024)))) { goto IL_04dd; } } { int32_t L_169 = V_3; if ((((int32_t)L_169) == ((int32_t)((int32_t)2048)))) { goto IL_04e3; } } { int32_t L_170 = V_3; if ((((int32_t)L_170) == ((int32_t)((int32_t)4096)))) { goto IL_04e9; } } { goto IL_0531; } IL_03ee: { int32_t L_171 = V_3; if ((((int32_t)L_171) > ((int32_t)((int32_t)262144)))) { goto IL_0447; } } { int32_t L_172 = V_3; if ((((int32_t)L_172) > ((int32_t)((int32_t)32768)))) { goto IL_0424; } } { int32_t L_173 = V_3; if ((((int32_t)L_173) == ((int32_t)((int32_t)8192)))) { goto IL_04ef; } } { int32_t L_174 = V_3; if ((((int32_t)L_174) == ((int32_t)((int32_t)16384)))) { goto IL_04f5; } } { int32_t L_175 = V_3; if ((((int32_t)L_175) == ((int32_t)((int32_t)32768)))) { goto IL_04fb; } } { goto IL_0531; } IL_0424: { int32_t L_176 = V_3; if ((((int32_t)L_176) == ((int32_t)((int32_t)65536)))) { goto IL_0501; } } { int32_t L_177 = V_3; if ((((int32_t)L_177) == ((int32_t)((int32_t)131072)))) { goto IL_0507; } } { int32_t L_178 = V_3; if ((((int32_t)L_178) == ((int32_t)((int32_t)262144)))) { goto IL_049b; } } { goto IL_0531; } IL_0447: { int32_t L_179 = V_3; if ((((int32_t)L_179) > ((int32_t)((int32_t)268288)))) { goto IL_0475; } } { int32_t L_180 = V_3; if ((((int32_t)L_180) == ((int32_t)((int32_t)262145)))) { goto IL_050d; } } { int32_t L_181 = V_3; if ((((int32_t)L_181) == ((int32_t)((int32_t)266240)))) { goto IL_052b; } } { int32_t L_182 = V_3; if ((((int32_t)L_182) == ((int32_t)((int32_t)268288)))) { goto IL_0525; } } { goto IL_0531; } IL_0475: { int32_t L_183 = V_3; if ((((int32_t)L_183) == ((int32_t)((int32_t)278528)))) { goto IL_0513; } } { int32_t L_184 = V_3; if ((((int32_t)L_184) == ((int32_t)((int32_t)294912)))) { goto IL_051f; } } { int32_t L_185 = V_3; if ((((int32_t)L_185) == ((int32_t)((int32_t)327680)))) { goto IL_0519; } } { goto IL_0531; } IL_049b: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_186 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; return L_186; } IL_04a1: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_187 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_boolean_0; return L_187; } IL_04a7: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_188 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_byte_1; return L_188; } IL_04ad: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_189 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedByte_2; return L_189; } IL_04b3: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_190 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_short_3; return L_190; } IL_04b9: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_191 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedShort_4; return L_191; } IL_04bf: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_192 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_int_5; return L_192; } IL_04c5: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_193 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedInt_6; return L_193; } IL_04cb: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_194 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_long_7; return L_194; } IL_04d1: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_195 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedLong_8; return L_195; } IL_04d7: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_196 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_integer_9; return L_196; } IL_04dd: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_197 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_decimal_10; return L_197; } IL_04e3: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_198 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_float_11; return L_198; } IL_04e9: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_199 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_double_12; return L_199; } IL_04ef: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_200 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_duration_13; return L_200; } IL_04f5: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_201 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_dateTime_14; return L_201; } IL_04fb: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_202 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_time_15; return L_202; } IL_0501: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_203 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_date_16; return L_203; } IL_0507: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_204 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_gYearMonth_17; return L_204; } IL_050d: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_205 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_boolean_0; return L_205; } IL_0513: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_206 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_dateTime_14; return L_206; } IL_0519: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_207 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_date_16; return L_207; } IL_051f: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_208 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_time_15; return L_208; } IL_0525: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_209 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_float_11; return L_209; } IL_052b: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_210 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_double_12; return L_210; } IL_0531: { il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_211 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; return L_211; } IL_0537: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_212 = V_1; return L_212; } } // System.Int32 System.Xml.Schema.XmlSchemaInference::InferSimpleType(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_InferSimpleType_mD0DAC1E3C6313D51483F20A0541F8794CCEFA63B (String_t* ___0_s, bool* ___1_bNeedsRangeCheck, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; Il2CppChar V_7 = 0x0; { V_0 = (bool)0; V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; String_t* L_0 = ___0_s; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_0019; } } { return ((int32_t)262144); } IL_0019: { V_5 = 0; String_t* L_2 = ___0_s; int32_t L_3 = V_5; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL); V_6 = L_4; Il2CppChar L_5 = V_6; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)78))))) { goto IL_0083; } } { Il2CppChar L_6 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)43)))) { case 0: { goto IL_02b9; } case 1: { goto IL_0e7a; } case 2: { goto IL_025e; } case 3: { goto IL_0100; } case 4: { goto IL_0e7a; } case 5: { goto IL_072a; } case 6: { goto IL_072a; } case 7: { goto IL_072a; } case 8: { goto IL_072a; } case 9: { goto IL_072a; } case 10: { goto IL_072a; } case 11: { goto IL_072a; } case 12: { goto IL_072a; } case 13: { goto IL_072a; } case 14: { goto IL_072a; } } } { Il2CppChar L_7 = V_6; if ((((int32_t)L_7) == ((int32_t)((int32_t)73)))) { goto IL_00e0; } } { Il2CppChar L_8 = V_6; if ((((int32_t)L_8) == ((int32_t)((int32_t)78)))) { goto IL_00c7; } } { goto IL_0e7a; } IL_0083: { Il2CppChar L_9 = V_6; if ((((int32_t)L_9) == ((int32_t)((int32_t)80)))) { goto IL_030b; } } { Il2CppChar L_10 = V_6; if ((((int32_t)L_10) == ((int32_t)((int32_t)102)))) { goto IL_009b; } } { Il2CppChar L_11 = V_6; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)116))))) { goto IL_0e7a; } } IL_009b: { String_t* L_12 = ___0_s; bool L_13; L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL); if (!L_13) { goto IL_00ae; } } { return ((int32_t)262145); } IL_00ae: { String_t* L_14 = ___0_s; bool L_15; L_15 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL); if (!L_15) { goto IL_00c1; } } { return ((int32_t)262145); } IL_00c1: { return ((int32_t)262144); } IL_00c7: { String_t* L_16 = ___0_s; bool L_17; L_17 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_16, _stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615, NULL); if (!L_17) { goto IL_00da; } } { return ((int32_t)268288); } IL_00da: { return ((int32_t)262144); } IL_00e0: { String_t* L_18 = ___0_s; int32_t L_19 = V_5; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_18, L_19, NULL); bool L_21; L_21 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_20, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, NULL); if (!L_21) { goto IL_00fa; } } { return ((int32_t)268288); } IL_00fa: { return ((int32_t)262144); } IL_0100: { bool* L_22 = ___1_bNeedsRangeCheck; *((int8_t*)L_22) = (int8_t)1; int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1)); int32_t L_24 = V_5; String_t* L_25 = ___0_s; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL); if ((!(((uint32_t)L_24) == ((uint32_t)L_26)))) { goto IL_012e; } } { int32_t L_27 = V_5; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_0122; } } { int32_t L_28 = V_5; if ((!(((uint32_t)L_28) == ((uint32_t)2)))) { goto IL_0128; } } { bool L_29 = V_1; bool L_30 = V_0; if (!((int32_t)((int32_t)L_29|(int32_t)L_30))) { goto IL_0128; } } IL_0122: { return ((int32_t)262144); } IL_0128: { return ((int32_t)269312); } IL_012e: { String_t* L_31 = ___0_s; int32_t L_32 = V_5; NullCheck(L_31); Il2CppChar L_33; L_33 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_31, L_32, NULL); V_7 = L_33; Il2CppChar L_34 = V_7; if ((((int32_t)L_34) == ((int32_t)((int32_t)69)))) { goto IL_01ac; } } { Il2CppChar L_35 = V_7; if ((((int32_t)L_35) == ((int32_t)((int32_t)101)))) { goto IL_01ac; } } { String_t* L_36 = ___0_s; int32_t L_37 = V_5; NullCheck(L_36); Il2CppChar L_38; L_38 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, L_37, NULL); if ((((int32_t)L_38) < ((int32_t)((int32_t)48)))) { goto IL_015c; } } { String_t* L_39 = ___0_s; int32_t L_40 = V_5; NullCheck(L_39); Il2CppChar L_41; L_41 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, L_40, NULL); if ((((int32_t)L_41) <= ((int32_t)((int32_t)57)))) { goto IL_0162; } } IL_015c: { return ((int32_t)262144); } IL_0162: { int32_t L_42 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_42, 1)); int32_t L_43 = V_5; String_t* L_44 = ___0_s; NullCheck(L_44); int32_t L_45; L_45 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_44, NULL); if ((!(((uint32_t)L_43) == ((uint32_t)L_45)))) { goto IL_0178; } } { return ((int32_t)269312); } IL_0178: { String_t* L_46 = ___0_s; int32_t L_47 = V_5; NullCheck(L_46); Il2CppChar L_48; L_48 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_46, L_47, NULL); V_7 = L_48; Il2CppChar L_49 = V_7; if ((((int32_t)L_49) == ((int32_t)((int32_t)69)))) { goto IL_01ac; } } { Il2CppChar L_50 = V_7; if ((((int32_t)L_50) == ((int32_t)((int32_t)101)))) { goto IL_01ac; } } { String_t* L_51 = ___0_s; int32_t L_52 = V_5; NullCheck(L_51); Il2CppChar L_53; L_53 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_51, L_52, NULL); if ((((int32_t)L_53) < ((int32_t)((int32_t)48)))) { goto IL_01a6; } } { String_t* L_54 = ___0_s; int32_t L_55 = V_5; NullCheck(L_54); Il2CppChar L_56; L_56 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_54, L_55, NULL); if ((((int32_t)L_56) <= ((int32_t)((int32_t)57)))) { goto IL_0162; } } IL_01a6: { return ((int32_t)262144); } IL_01ac: { int32_t L_57 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_57, 1)); int32_t L_58 = V_5; String_t* L_59 = ___0_s; NullCheck(L_59); int32_t L_60; L_60 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_59, NULL); if ((!(((uint32_t)L_58) == ((uint32_t)L_60)))) { goto IL_01c2; } } { return ((int32_t)262144); } IL_01c2: { String_t* L_61 = ___0_s; int32_t L_62 = V_5; NullCheck(L_61); Il2CppChar L_63; L_63 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_61, L_62, NULL); V_7 = L_63; Il2CppChar L_64 = V_7; if ((((int32_t)L_64) == ((int32_t)((int32_t)43)))) { goto IL_01f6; } } { Il2CppChar L_65 = V_7; if ((((int32_t)L_65) == ((int32_t)((int32_t)45)))) { goto IL_01f6; } } { String_t* L_66 = ___0_s; int32_t L_67 = V_5; NullCheck(L_66); Il2CppChar L_68; L_68 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_66, L_67, NULL); if ((((int32_t)L_68) < ((int32_t)((int32_t)48)))) { goto IL_01f0; } } { String_t* L_69 = ___0_s; int32_t L_70 = V_5; NullCheck(L_69); Il2CppChar L_71; L_71 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_69, L_70, NULL); if ((((int32_t)L_71) <= ((int32_t)((int32_t)57)))) { goto IL_022a; } } IL_01f0: { return ((int32_t)262144); } IL_01f6: { int32_t L_72 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_72, 1)); int32_t L_73 = V_5; String_t* L_74 = ___0_s; NullCheck(L_74); int32_t L_75; L_75 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_74, NULL); if ((!(((uint32_t)L_73) == ((uint32_t)L_75)))) { goto IL_020c; } } { return ((int32_t)262144); } IL_020c: { String_t* L_76 = ___0_s; int32_t L_77 = V_5; NullCheck(L_76); Il2CppChar L_78; L_78 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_76, L_77, NULL); if ((((int32_t)L_78) < ((int32_t)((int32_t)48)))) { goto IL_0224; } } { String_t* L_79 = ___0_s; int32_t L_80 = V_5; NullCheck(L_79); Il2CppChar L_81; L_81 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_79, L_80, NULL); if ((((int32_t)L_81) <= ((int32_t)((int32_t)57)))) { goto IL_022a; } } IL_0224: { return ((int32_t)262144); } IL_022a: { int32_t L_82 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_82, 1)); int32_t L_83 = V_5; String_t* L_84 = ___0_s; NullCheck(L_84); int32_t L_85; L_85 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_84, NULL); if ((!(((uint32_t)L_83) == ((uint32_t)L_85)))) { goto IL_0240; } } { return ((int32_t)268288); } IL_0240: { String_t* L_86 = ___0_s; int32_t L_87 = V_5; NullCheck(L_86); Il2CppChar L_88; L_88 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_86, L_87, NULL); if ((((int32_t)L_88) < ((int32_t)((int32_t)48)))) { goto IL_0258; } } { String_t* L_89 = ___0_s; int32_t L_90 = V_5; NullCheck(L_89); Il2CppChar L_91; L_91 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_89, L_90, NULL); if ((((int32_t)L_91) <= ((int32_t)((int32_t)57)))) { goto IL_022a; } } IL_0258: { return ((int32_t)262144); } IL_025e: { V_0 = (bool)1; int32_t L_92 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_92, 1)); int32_t L_93 = V_5; String_t* L_94 = ___0_s; NullCheck(L_94); int32_t L_95; L_95 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_94, NULL); if ((!(((uint32_t)L_93) == ((uint32_t)L_95)))) { goto IL_0276; } } { return ((int32_t)262144); } IL_0276: { String_t* L_96 = ___0_s; int32_t L_97 = V_5; NullCheck(L_96); Il2CppChar L_98; L_98 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_96, L_97, NULL); V_7 = L_98; Il2CppChar L_99 = V_7; if ((((int32_t)L_99) == ((int32_t)((int32_t)46)))) { goto IL_0100; } } { Il2CppChar L_100 = V_7; if ((((int32_t)L_100) == ((int32_t)((int32_t)73)))) { goto IL_00e0; } } { Il2CppChar L_101 = V_7; if ((((int32_t)L_101) == ((int32_t)((int32_t)80)))) { goto IL_030b; } } { String_t* L_102 = ___0_s; int32_t L_103 = V_5; NullCheck(L_102); Il2CppChar L_104; L_104 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_102, L_103, NULL); if ((((int32_t)L_104) < ((int32_t)((int32_t)48)))) { goto IL_02b3; } } { String_t* L_105 = ___0_s; int32_t L_106 = V_5; NullCheck(L_105); Il2CppChar L_107; L_107 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_105, L_106, NULL); if ((((int32_t)L_107) <= ((int32_t)((int32_t)57)))) { goto IL_072a; } } IL_02b3: { return ((int32_t)262144); } IL_02b9: { V_1 = (bool)1; int32_t L_108 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_108, 1)); int32_t L_109 = V_5; String_t* L_110 = ___0_s; NullCheck(L_110); int32_t L_111; L_111 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_110, NULL); if ((!(((uint32_t)L_109) == ((uint32_t)L_111)))) { goto IL_02d1; } } { return ((int32_t)262144); } IL_02d1: { String_t* L_112 = ___0_s; int32_t L_113 = V_5; NullCheck(L_112); Il2CppChar L_114; L_114 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_112, L_113, NULL); V_7 = L_114; Il2CppChar L_115 = V_7; if ((((int32_t)L_115) == ((int32_t)((int32_t)46)))) { goto IL_0100; } } { Il2CppChar L_116 = V_7; if ((((int32_t)L_116) == ((int32_t)((int32_t)80)))) { goto IL_030b; } } { String_t* L_117 = ___0_s; int32_t L_118 = V_5; NullCheck(L_117); Il2CppChar L_119; L_119 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_117, L_118, NULL); if ((((int32_t)L_119) < ((int32_t)((int32_t)48)))) { goto IL_0305; } } { String_t* L_120 = ___0_s; int32_t L_121 = V_5; NullCheck(L_120); Il2CppChar L_122; L_122 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_120, L_121, NULL); if ((((int32_t)L_122) <= ((int32_t)((int32_t)57)))) { goto IL_072a; } } IL_0305: { return ((int32_t)262144); } IL_030b: { int32_t L_123 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_123, 1)); int32_t L_124 = V_5; String_t* L_125 = ___0_s; NullCheck(L_125); int32_t L_126; L_126 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_125, NULL); if ((!(((uint32_t)L_124) == ((uint32_t)L_126)))) { goto IL_0321; } } { return ((int32_t)262144); } IL_0321: { String_t* L_127 = ___0_s; int32_t L_128 = V_5; NullCheck(L_127); Il2CppChar L_129; L_129 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_127, L_128, NULL); if ((((int32_t)L_129) == ((int32_t)((int32_t)84)))) { goto IL_04e8; } } { String_t* L_130 = ___0_s; int32_t L_131 = V_5; NullCheck(L_130); Il2CppChar L_132; L_132 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_130, L_131, NULL); if ((((int32_t)L_132) < ((int32_t)((int32_t)48)))) { goto IL_0348; } } { String_t* L_133 = ___0_s; int32_t L_134 = V_5; NullCheck(L_133); Il2CppChar L_135; L_135 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_133, L_134, NULL); if ((((int32_t)L_135) <= ((int32_t)((int32_t)57)))) { goto IL_034e; } } IL_0348: { return ((int32_t)262144); } IL_034e: { int32_t L_136 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_136, 1)); int32_t L_137 = V_5; String_t* L_138 = ___0_s; NullCheck(L_138); int32_t L_139; L_139 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_138, NULL); if ((!(((uint32_t)L_137) == ((uint32_t)L_139)))) { goto IL_0364; } } { return ((int32_t)262144); } IL_0364: { String_t* L_140 = ___0_s; int32_t L_141 = V_5; NullCheck(L_140); Il2CppChar L_142; L_142 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_140, L_141, NULL); V_7 = L_142; Il2CppChar L_143 = V_7; if ((((int32_t)L_143) == ((int32_t)((int32_t)68)))) { goto IL_04bd; } } { Il2CppChar L_144 = V_7; if ((((int32_t)L_144) == ((int32_t)((int32_t)77)))) { goto IL_0437; } } { Il2CppChar L_145 = V_7; if ((((int32_t)L_145) == ((int32_t)((int32_t)89)))) { goto IL_03a4; } } { String_t* L_146 = ___0_s; int32_t L_147 = V_5; NullCheck(L_146); Il2CppChar L_148; L_148 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_146, L_147, NULL); if ((((int32_t)L_148) < ((int32_t)((int32_t)48)))) { goto IL_039e; } } { String_t* L_149 = ___0_s; int32_t L_150 = V_5; NullCheck(L_149); Il2CppChar L_151; L_151 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_149, L_150, NULL); if ((((int32_t)L_151) <= ((int32_t)((int32_t)57)))) { goto IL_034e; } } IL_039e: { return ((int32_t)262144); } IL_03a4: { int32_t L_152 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_152, 1)); int32_t L_153 = V_5; String_t* L_154 = ___0_s; NullCheck(L_154); int32_t L_155; L_155 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_154, NULL); if ((!(((uint32_t)L_153) == ((uint32_t)L_155)))) { goto IL_03bd; } } { bool* L_156 = ___1_bNeedsRangeCheck; *((int8_t*)L_156) = (int8_t)1; return ((int32_t)270336); } IL_03bd: { String_t* L_157 = ___0_s; int32_t L_158 = V_5; NullCheck(L_157); Il2CppChar L_159; L_159 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_157, L_158, NULL); if ((((int32_t)L_159) == ((int32_t)((int32_t)84)))) { goto IL_04e8; } } { String_t* L_160 = ___0_s; int32_t L_161 = V_5; NullCheck(L_160); Il2CppChar L_162; L_162 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_160, L_161, NULL); if ((((int32_t)L_162) < ((int32_t)((int32_t)48)))) { goto IL_03e4; } } { String_t* L_163 = ___0_s; int32_t L_164 = V_5; NullCheck(L_163); Il2CppChar L_165; L_165 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_163, L_164, NULL); if ((((int32_t)L_165) <= ((int32_t)((int32_t)57)))) { goto IL_03ea; } } IL_03e4: { return ((int32_t)262144); } IL_03ea: { int32_t L_166 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_166, 1)); int32_t L_167 = V_5; String_t* L_168 = ___0_s; NullCheck(L_168); int32_t L_169; L_169 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_168, NULL); if ((!(((uint32_t)L_167) == ((uint32_t)L_169)))) { goto IL_0400; } } { return ((int32_t)262144); } IL_0400: { String_t* L_170 = ___0_s; int32_t L_171 = V_5; NullCheck(L_170); Il2CppChar L_172; L_172 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_170, L_171, NULL); V_7 = L_172; Il2CppChar L_173 = V_7; if ((((int32_t)L_173) == ((int32_t)((int32_t)68)))) { goto IL_04bd; } } { Il2CppChar L_174 = V_7; if ((((int32_t)L_174) == ((int32_t)((int32_t)77)))) { goto IL_0437; } } { String_t* L_175 = ___0_s; int32_t L_176 = V_5; NullCheck(L_175); Il2CppChar L_177; L_177 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_175, L_176, NULL); if ((((int32_t)L_177) < ((int32_t)((int32_t)48)))) { goto IL_0431; } } { String_t* L_178 = ___0_s; int32_t L_179 = V_5; NullCheck(L_178); Il2CppChar L_180; L_180 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_178, L_179, NULL); if ((((int32_t)L_180) <= ((int32_t)((int32_t)57)))) { goto IL_03ea; } } IL_0431: { return ((int32_t)262144); } IL_0437: { int32_t L_181 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_181, 1)); int32_t L_182 = V_5; String_t* L_183 = ___0_s; NullCheck(L_183); int32_t L_184; L_184 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_183, NULL); if ((!(((uint32_t)L_182) == ((uint32_t)L_184)))) { goto IL_0450; } } { bool* L_185 = ___1_bNeedsRangeCheck; *((int8_t*)L_185) = (int8_t)1; return ((int32_t)270336); } IL_0450: { String_t* L_186 = ___0_s; int32_t L_187 = V_5; NullCheck(L_186); Il2CppChar L_188; L_188 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_186, L_187, NULL); if ((((int32_t)L_188) == ((int32_t)((int32_t)84)))) { goto IL_04e8; } } { String_t* L_189 = ___0_s; int32_t L_190 = V_5; NullCheck(L_189); Il2CppChar L_191; L_191 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_189, L_190, NULL); if ((((int32_t)L_191) < ((int32_t)((int32_t)48)))) { goto IL_0477; } } { String_t* L_192 = ___0_s; int32_t L_193 = V_5; NullCheck(L_192); Il2CppChar L_194; L_194 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_192, L_193, NULL); if ((((int32_t)L_194) <= ((int32_t)((int32_t)57)))) { goto IL_047d; } } IL_0477: { return ((int32_t)262144); } IL_047d: { int32_t L_195 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_195, 1)); int32_t L_196 = V_5; String_t* L_197 = ___0_s; NullCheck(L_197); int32_t L_198; L_198 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_197, NULL); if ((!(((uint32_t)L_196) == ((uint32_t)L_198)))) { goto IL_0493; } } { return ((int32_t)262144); } IL_0493: { String_t* L_199 = ___0_s; int32_t L_200 = V_5; NullCheck(L_199); Il2CppChar L_201; L_201 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_199, L_200, NULL); if ((((int32_t)L_201) == ((int32_t)((int32_t)68)))) { goto IL_04bd; } } { String_t* L_202 = ___0_s; int32_t L_203 = V_5; NullCheck(L_202); Il2CppChar L_204; L_204 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_202, L_203, NULL); if ((((int32_t)L_204) < ((int32_t)((int32_t)48)))) { goto IL_04b7; } } { String_t* L_205 = ___0_s; int32_t L_206 = V_5; NullCheck(L_205); Il2CppChar L_207; L_207 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_205, L_206, NULL); if ((((int32_t)L_207) <= ((int32_t)((int32_t)57)))) { goto IL_047d; } } IL_04b7: { return ((int32_t)262144); } IL_04bd: { int32_t L_208 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_208, 1)); int32_t L_209 = V_5; String_t* L_210 = ___0_s; NullCheck(L_210); int32_t L_211; L_211 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_210, NULL); if ((!(((uint32_t)L_209) == ((uint32_t)L_211)))) { goto IL_04d6; } } { bool* L_212 = ___1_bNeedsRangeCheck; *((int8_t*)L_212) = (int8_t)1; return ((int32_t)270336); } IL_04d6: { String_t* L_213 = ___0_s; int32_t L_214 = V_5; NullCheck(L_213); Il2CppChar L_215; L_215 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_213, L_214, NULL); if ((((int32_t)L_215) == ((int32_t)((int32_t)84)))) { goto IL_04e8; } } { return ((int32_t)262144); } IL_04e8: { int32_t L_216 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_216, 1)); int32_t L_217 = V_5; String_t* L_218 = ___0_s; NullCheck(L_218); int32_t L_219; L_219 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_218, NULL); if ((!(((uint32_t)L_217) == ((uint32_t)L_219)))) { goto IL_04fe; } } { return ((int32_t)262144); } IL_04fe: { String_t* L_220 = ___0_s; int32_t L_221 = V_5; NullCheck(L_220); Il2CppChar L_222; L_222 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_220, L_221, NULL); if ((((int32_t)L_222) < ((int32_t)((int32_t)48)))) { goto IL_0516; } } { String_t* L_223 = ___0_s; int32_t L_224 = V_5; NullCheck(L_223); Il2CppChar L_225; L_225 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_223, L_224, NULL); if ((((int32_t)L_225) <= ((int32_t)((int32_t)57)))) { goto IL_051c; } } IL_0516: { return ((int32_t)262144); } IL_051c: { int32_t L_226 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_226, 1)); int32_t L_227 = V_5; String_t* L_228 = ___0_s; NullCheck(L_228); int32_t L_229; L_229 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_228, NULL); if ((!(((uint32_t)L_227) == ((uint32_t)L_229)))) { goto IL_0532; } } { return ((int32_t)262144); } IL_0532: { String_t* L_230 = ___0_s; int32_t L_231 = V_5; NullCheck(L_230); Il2CppChar L_232; L_232 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_230, L_231, NULL); V_7 = L_232; Il2CppChar L_233 = V_7; if ((!(((uint32_t)L_233) <= ((uint32_t)((int32_t)72))))) { goto IL_0553; } } { Il2CppChar L_234 = V_7; if ((((int32_t)L_234) == ((int32_t)((int32_t)46)))) { goto IL_0694; } } { Il2CppChar L_235 = V_7; if ((((int32_t)L_235) == ((int32_t)((int32_t)72)))) { goto IL_0583; } } { goto IL_0565; } IL_0553: { Il2CppChar L_236 = V_7; if ((((int32_t)L_236) == ((int32_t)((int32_t)77)))) { goto IL_0610; } } { Il2CppChar L_237 = V_7; if ((((int32_t)L_237) == ((int32_t)((int32_t)83)))) { goto IL_070b; } } IL_0565: { String_t* L_238 = ___0_s; int32_t L_239 = V_5; NullCheck(L_238); Il2CppChar L_240; L_240 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_238, L_239, NULL); if ((((int32_t)L_240) < ((int32_t)((int32_t)48)))) { goto IL_057d; } } { String_t* L_241 = ___0_s; int32_t L_242 = V_5; NullCheck(L_241); Il2CppChar L_243; L_243 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_241, L_242, NULL); if ((((int32_t)L_243) <= ((int32_t)((int32_t)57)))) { goto IL_051c; } } IL_057d: { return ((int32_t)262144); } IL_0583: { int32_t L_244 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_244, 1)); int32_t L_245 = V_5; String_t* L_246 = ___0_s; NullCheck(L_246); int32_t L_247; L_247 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_246, NULL); if ((!(((uint32_t)L_245) == ((uint32_t)L_247)))) { goto IL_059c; } } { bool* L_248 = ___1_bNeedsRangeCheck; *((int8_t*)L_248) = (int8_t)1; return ((int32_t)270336); } IL_059c: { String_t* L_249 = ___0_s; int32_t L_250 = V_5; NullCheck(L_249); Il2CppChar L_251; L_251 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_249, L_250, NULL); if ((((int32_t)L_251) < ((int32_t)((int32_t)48)))) { goto IL_05b4; } } { String_t* L_252 = ___0_s; int32_t L_253 = V_5; NullCheck(L_252); Il2CppChar L_254; L_254 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_252, L_253, NULL); if ((((int32_t)L_254) <= ((int32_t)((int32_t)57)))) { goto IL_05ba; } } IL_05b4: { return ((int32_t)262144); } IL_05ba: { int32_t L_255 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_255, 1)); int32_t L_256 = V_5; String_t* L_257 = ___0_s; NullCheck(L_257); int32_t L_258; L_258 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_257, NULL); if ((!(((uint32_t)L_256) == ((uint32_t)L_258)))) { goto IL_05d0; } } { return ((int32_t)262144); } IL_05d0: { String_t* L_259 = ___0_s; int32_t L_260 = V_5; NullCheck(L_259); Il2CppChar L_261; L_261 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_259, L_260, NULL); V_7 = L_261; Il2CppChar L_262 = V_7; if ((((int32_t)L_262) == ((int32_t)((int32_t)46)))) { goto IL_0694; } } { Il2CppChar L_263 = V_7; if ((((int32_t)L_263) == ((int32_t)((int32_t)77)))) { goto IL_0610; } } { Il2CppChar L_264 = V_7; if ((((int32_t)L_264) == ((int32_t)((int32_t)83)))) { goto IL_070b; } } { String_t* L_265 = ___0_s; int32_t L_266 = V_5; NullCheck(L_265); Il2CppChar L_267; L_267 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_265, L_266, NULL); if ((((int32_t)L_267) < ((int32_t)((int32_t)48)))) { goto IL_060a; } } { String_t* L_268 = ___0_s; int32_t L_269 = V_5; NullCheck(L_268); Il2CppChar L_270; L_270 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_268, L_269, NULL); if ((((int32_t)L_270) <= ((int32_t)((int32_t)57)))) { goto IL_05ba; } } IL_060a: { return ((int32_t)262144); } IL_0610: { int32_t L_271 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_271, 1)); int32_t L_272 = V_5; String_t* L_273 = ___0_s; NullCheck(L_273); int32_t L_274; L_274 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_273, NULL); if ((!(((uint32_t)L_272) == ((uint32_t)L_274)))) { goto IL_0629; } } { bool* L_275 = ___1_bNeedsRangeCheck; *((int8_t*)L_275) = (int8_t)1; return ((int32_t)270336); } IL_0629: { String_t* L_276 = ___0_s; int32_t L_277 = V_5; NullCheck(L_276); Il2CppChar L_278; L_278 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_276, L_277, NULL); if ((((int32_t)L_278) < ((int32_t)((int32_t)48)))) { goto IL_0641; } } { String_t* L_279 = ___0_s; int32_t L_280 = V_5; NullCheck(L_279); Il2CppChar L_281; L_281 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_279, L_280, NULL); if ((((int32_t)L_281) <= ((int32_t)((int32_t)57)))) { goto IL_0647; } } IL_0641: { return ((int32_t)262144); } IL_0647: { int32_t L_282 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_282, 1)); int32_t L_283 = V_5; String_t* L_284 = ___0_s; NullCheck(L_284); int32_t L_285; L_285 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_284, NULL); if ((!(((uint32_t)L_283) == ((uint32_t)L_285)))) { goto IL_065d; } } { return ((int32_t)262144); } IL_065d: { String_t* L_286 = ___0_s; int32_t L_287 = V_5; NullCheck(L_286); Il2CppChar L_288; L_288 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_286, L_287, NULL); V_7 = L_288; Il2CppChar L_289 = V_7; if ((((int32_t)L_289) == ((int32_t)((int32_t)46)))) { goto IL_0694; } } { Il2CppChar L_290 = V_7; if ((((int32_t)L_290) == ((int32_t)((int32_t)83)))) { goto IL_070b; } } { String_t* L_291 = ___0_s; int32_t L_292 = V_5; NullCheck(L_291); Il2CppChar L_293; L_293 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_291, L_292, NULL); if ((((int32_t)L_293) < ((int32_t)((int32_t)48)))) { goto IL_068e; } } { String_t* L_294 = ___0_s; int32_t L_295 = V_5; NullCheck(L_294); Il2CppChar L_296; L_296 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_294, L_295, NULL); if ((((int32_t)L_296) <= ((int32_t)((int32_t)57)))) { goto IL_0647; } } IL_068e: { return ((int32_t)262144); } IL_0694: { int32_t L_297 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_297, 1)); int32_t L_298 = V_5; String_t* L_299 = ___0_s; NullCheck(L_299); int32_t L_300; L_300 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_299, NULL); if ((!(((uint32_t)L_298) == ((uint32_t)L_300)))) { goto IL_06ad; } } { bool* L_301 = ___1_bNeedsRangeCheck; *((int8_t*)L_301) = (int8_t)1; return ((int32_t)270336); } IL_06ad: { String_t* L_302 = ___0_s; int32_t L_303 = V_5; NullCheck(L_302); Il2CppChar L_304; L_304 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_302, L_303, NULL); if ((((int32_t)L_304) < ((int32_t)((int32_t)48)))) { goto IL_06c5; } } { String_t* L_305 = ___0_s; int32_t L_306 = V_5; NullCheck(L_305); Il2CppChar L_307; L_307 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_305, L_306, NULL); if ((((int32_t)L_307) <= ((int32_t)((int32_t)57)))) { goto IL_06cb; } } IL_06c5: { return ((int32_t)262144); } IL_06cb: { int32_t L_308 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_308, 1)); int32_t L_309 = V_5; String_t* L_310 = ___0_s; NullCheck(L_310); int32_t L_311; L_311 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_310, NULL); if ((!(((uint32_t)L_309) == ((uint32_t)L_311)))) { goto IL_06e1; } } { return ((int32_t)262144); } IL_06e1: { String_t* L_312 = ___0_s; int32_t L_313 = V_5; NullCheck(L_312); Il2CppChar L_314; L_314 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_312, L_313, NULL); if ((((int32_t)L_314) == ((int32_t)((int32_t)83)))) { goto IL_070b; } } { String_t* L_315 = ___0_s; int32_t L_316 = V_5; NullCheck(L_315); Il2CppChar L_317; L_317 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_315, L_316, NULL); if ((((int32_t)L_317) < ((int32_t)((int32_t)48)))) { goto IL_0705; } } { String_t* L_318 = ___0_s; int32_t L_319 = V_5; NullCheck(L_318); Il2CppChar L_320; L_320 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_318, L_319, NULL); if ((((int32_t)L_320) <= ((int32_t)((int32_t)57)))) { goto IL_06cb; } } IL_0705: { return ((int32_t)262144); } IL_070b: { int32_t L_321 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_321, 1)); int32_t L_322 = V_5; String_t* L_323 = ___0_s; NullCheck(L_323); int32_t L_324; L_324 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_323, NULL); if ((!(((uint32_t)L_322) == ((uint32_t)L_324)))) { goto IL_0724; } } { bool* L_325 = ___1_bNeedsRangeCheck; *((int8_t*)L_325) = (int8_t)1; return ((int32_t)270336); } IL_0724: { return ((int32_t)262144); } IL_072a: { int32_t L_326 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_326, 1)); int32_t L_327 = V_5; String_t* L_328 = ___0_s; NullCheck(L_328); int32_t L_329; L_329 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_328, NULL); if ((!(((uint32_t)L_327) == ((uint32_t)L_329)))) { goto IL_076e; } } { bool* L_330 = ___1_bNeedsRangeCheck; *((int8_t*)L_330) = (int8_t)1; bool L_331 = V_0; bool L_332 = V_1; if (!((int32_t)((int32_t)L_331|(int32_t)L_332))) { goto IL_0748; } } { return ((int32_t)269994); } IL_0748: { String_t* L_333 = ___0_s; bool L_334; L_334 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_333, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL); if (L_334) { goto IL_0762; } } { String_t* L_335 = ___0_s; bool L_336; L_336 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_335, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL); if (!L_336) { goto IL_0768; } } IL_0762: { return ((int32_t)270335); } IL_0768: { return ((int32_t)270334); } IL_076e: { String_t* L_337 = ___0_s; int32_t L_338 = V_5; NullCheck(L_337); Il2CppChar L_339; L_339 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_337, L_338, NULL); V_7 = L_339; Il2CppChar L_340 = V_7; if ((((int32_t)L_340) == ((int32_t)((int32_t)46)))) { goto IL_0100; } } { Il2CppChar L_341 = V_7; if ((((int32_t)L_341) == ((int32_t)((int32_t)69)))) { goto IL_078d; } } { Il2CppChar L_342 = V_7; if ((!(((uint32_t)L_342) == ((uint32_t)((int32_t)101))))) { goto IL_0796; } } IL_078d: { bool* L_343 = ___1_bNeedsRangeCheck; *((int8_t*)L_343) = (int8_t)1; return ((int32_t)268288); } IL_0796: { String_t* L_344 = ___0_s; int32_t L_345 = V_5; NullCheck(L_344); Il2CppChar L_346; L_346 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_344, L_345, NULL); if ((((int32_t)L_346) < ((int32_t)((int32_t)48)))) { goto IL_07ae; } } { String_t* L_347 = ___0_s; int32_t L_348 = V_5; NullCheck(L_347); Il2CppChar L_349; L_349 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_347, L_348, NULL); if ((((int32_t)L_349) <= ((int32_t)((int32_t)57)))) { goto IL_07b4; } } IL_07ae: { return ((int32_t)262144); } IL_07b4: { int32_t L_350 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_350, 1)); int32_t L_351 = V_5; String_t* L_352 = ___0_s; NullCheck(L_352); int32_t L_353; L_353 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_352, NULL); if ((!(((uint32_t)L_351) == ((uint32_t)L_353)))) { goto IL_07d8; } } { bool* L_354 = ___1_bNeedsRangeCheck; *((int8_t*)L_354) = (int8_t)1; bool L_355 = V_0; bool L_356 = V_1; if (!((int32_t)((int32_t)L_355|(int32_t)L_356))) { goto IL_07d2; } } { return ((int32_t)269994); } IL_07d2: { return ((int32_t)270334); } IL_07d8: { String_t* L_357 = ___0_s; int32_t L_358 = V_5; NullCheck(L_357); Il2CppChar L_359; L_359 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_357, L_358, NULL); V_7 = L_359; Il2CppChar L_360 = V_7; if ((!(((uint32_t)L_360) <= ((uint32_t)((int32_t)58))))) { goto IL_07f9; } } { Il2CppChar L_361 = V_7; if ((((int32_t)L_361) == ((int32_t)((int32_t)46)))) { goto IL_0100; } } { Il2CppChar L_362 = V_7; if ((((int32_t)L_362) == ((int32_t)((int32_t)58)))) { goto IL_0807; } } { goto IL_0817; } IL_07f9: { Il2CppChar L_363 = V_7; if ((((int32_t)L_363) == ((int32_t)((int32_t)69)))) { goto IL_080e; } } { Il2CppChar L_364 = V_7; if ((((int32_t)L_364) == ((int32_t)((int32_t)101)))) { goto IL_080e; } } { goto IL_0817; } IL_0807: { V_3 = (bool)1; goto IL_0c8c; } IL_080e: { bool* L_365 = ___1_bNeedsRangeCheck; *((int8_t*)L_365) = (int8_t)1; return ((int32_t)268288); } IL_0817: { String_t* L_366 = ___0_s; int32_t L_367 = V_5; NullCheck(L_366); Il2CppChar L_368; L_368 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_366, L_367, NULL); if ((((int32_t)L_368) < ((int32_t)((int32_t)48)))) { goto IL_082f; } } { String_t* L_369 = ___0_s; int32_t L_370 = V_5; NullCheck(L_369); Il2CppChar L_371; L_371 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_369, L_370, NULL); if ((((int32_t)L_371) <= ((int32_t)((int32_t)57)))) { goto IL_0835; } } IL_082f: { return ((int32_t)262144); } IL_0835: { int32_t L_372 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_372, 1)); int32_t L_373 = V_5; String_t* L_374 = ___0_s; NullCheck(L_374); int32_t L_375; L_375 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_374, NULL); if ((!(((uint32_t)L_373) == ((uint32_t)L_375)))) { goto IL_0859; } } { bool* L_376 = ___1_bNeedsRangeCheck; *((int8_t*)L_376) = (int8_t)1; bool L_377 = V_0; bool L_378 = V_1; if (!((int32_t)((int32_t)L_377|(int32_t)L_378))) { goto IL_0853; } } { return ((int32_t)269994); } IL_0853: { return ((int32_t)270334); } IL_0859: { String_t* L_379 = ___0_s; int32_t L_380 = V_5; NullCheck(L_379); Il2CppChar L_381; L_381 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_379, L_380, NULL); V_7 = L_381; Il2CppChar L_382 = V_7; if ((((int32_t)L_382) == ((int32_t)((int32_t)46)))) { goto IL_0100; } } { Il2CppChar L_383 = V_7; if ((((int32_t)L_383) == ((int32_t)((int32_t)69)))) { goto IL_0878; } } { Il2CppChar L_384 = V_7; if ((!(((uint32_t)L_384) == ((uint32_t)((int32_t)101))))) { goto IL_0881; } } IL_0878: { bool* L_385 = ___1_bNeedsRangeCheck; *((int8_t*)L_385) = (int8_t)1; return ((int32_t)268288); } IL_0881: { String_t* L_386 = ___0_s; int32_t L_387 = V_5; NullCheck(L_386); Il2CppChar L_388; L_388 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_386, L_387, NULL); if ((((int32_t)L_388) < ((int32_t)((int32_t)48)))) { goto IL_0899; } } { String_t* L_389 = ___0_s; int32_t L_390 = V_5; NullCheck(L_389); Il2CppChar L_391; L_391 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_389, L_390, NULL); if ((((int32_t)L_391) <= ((int32_t)((int32_t)57)))) { goto IL_089f; } } IL_0899: { return ((int32_t)262144); } IL_089f: { int32_t L_392 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_392, 1)); int32_t L_393 = V_5; String_t* L_394 = ___0_s; NullCheck(L_394); int32_t L_395; L_395 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_394, NULL); if ((!(((uint32_t)L_393) == ((uint32_t)L_395)))) { goto IL_08c3; } } { bool* L_396 = ___1_bNeedsRangeCheck; *((int8_t*)L_396) = (int8_t)1; bool L_397 = V_0; bool L_398 = V_1; if (!((int32_t)((int32_t)L_397|(int32_t)L_398))) { goto IL_08bd; } } { return ((int32_t)269994); } IL_08bd: { return ((int32_t)270334); } IL_08c3: { String_t* L_399 = ___0_s; int32_t L_400 = V_5; NullCheck(L_399); Il2CppChar L_401; L_401 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_399, L_400, NULL); V_7 = L_401; Il2CppChar L_402 = V_7; if ((!(((uint32_t)L_402) <= ((uint32_t)((int32_t)46))))) { goto IL_08e4; } } { Il2CppChar L_403 = V_7; if ((((int32_t)L_403) == ((int32_t)((int32_t)45)))) { goto IL_08f2; } } { Il2CppChar L_404 = V_7; if ((((int32_t)L_404) == ((int32_t)((int32_t)46)))) { goto IL_0100; } } { goto IL_08ff; } IL_08e4: { Il2CppChar L_405 = V_7; if ((((int32_t)L_405) == ((int32_t)((int32_t)69)))) { goto IL_08f6; } } { Il2CppChar L_406 = V_7; if ((((int32_t)L_406) == ((int32_t)((int32_t)101)))) { goto IL_08f6; } } { goto IL_08ff; } IL_08f2: { V_2 = (bool)1; goto IL_091d; } IL_08f6: { bool* L_407 = ___1_bNeedsRangeCheck; *((int8_t*)L_407) = (int8_t)1; return ((int32_t)268288); } IL_08ff: { String_t* L_408 = ___0_s; int32_t L_409 = V_5; NullCheck(L_408); Il2CppChar L_410; L_410 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_408, L_409, NULL); if ((((int32_t)L_410) < ((int32_t)((int32_t)48)))) { goto IL_0917; } } { String_t* L_411 = ___0_s; int32_t L_412 = V_5; NullCheck(L_411); Il2CppChar L_413; L_413 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_411, L_412, NULL); if ((((int32_t)L_413) <= ((int32_t)((int32_t)57)))) { goto IL_089f; } } IL_0917: { return ((int32_t)262144); } IL_091d: { int32_t L_414 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_414, 1)); int32_t L_415 = V_5; String_t* L_416 = ___0_s; NullCheck(L_416); int32_t L_417; L_417 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_416, NULL); if ((!(((uint32_t)L_415) == ((uint32_t)L_417)))) { goto IL_0933; } } { return ((int32_t)262144); } IL_0933: { String_t* L_418 = ___0_s; int32_t L_419 = V_5; NullCheck(L_418); Il2CppChar L_420; L_420 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_418, L_419, NULL); if ((((int32_t)L_420) < ((int32_t)((int32_t)48)))) { goto IL_094b; } } { String_t* L_421 = ___0_s; int32_t L_422 = V_5; NullCheck(L_421); Il2CppChar L_423; L_423 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_421, L_422, NULL); if ((((int32_t)L_423) <= ((int32_t)((int32_t)57)))) { goto IL_0951; } } IL_094b: { return ((int32_t)262144); } IL_0951: { int32_t L_424 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_424, 1)); int32_t L_425 = V_5; String_t* L_426 = ___0_s; NullCheck(L_426); int32_t L_427; L_427 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_426, NULL); if ((!(((uint32_t)L_425) == ((uint32_t)L_427)))) { goto IL_0967; } } { return ((int32_t)262144); } IL_0967: { String_t* L_428 = ___0_s; int32_t L_429 = V_5; NullCheck(L_428); Il2CppChar L_430; L_430 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_428, L_429, NULL); if ((((int32_t)L_430) < ((int32_t)((int32_t)48)))) { goto IL_097f; } } { String_t* L_431 = ___0_s; int32_t L_432 = V_5; NullCheck(L_431); Il2CppChar L_433; L_433 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_431, L_432, NULL); if ((((int32_t)L_433) <= ((int32_t)((int32_t)57)))) { goto IL_0985; } } IL_097f: { return ((int32_t)262144); } IL_0985: { int32_t L_434 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_434, 1)); int32_t L_435 = V_5; String_t* L_436 = ___0_s; NullCheck(L_436); int32_t L_437; L_437 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_436, NULL); if ((!(((uint32_t)L_435) == ((uint32_t)L_437)))) { goto IL_099e; } } { bool* L_438 = ___1_bNeedsRangeCheck; *((int8_t*)L_438) = (int8_t)1; return ((int32_t)393216); } IL_099e: { String_t* L_439 = ___0_s; int32_t L_440 = V_5; NullCheck(L_439); Il2CppChar L_441; L_441 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_439, L_440, NULL); V_7 = L_441; Il2CppChar L_442 = V_7; if ((!(((uint32_t)L_442) <= ((uint32_t)((int32_t)45))))) { goto IL_09bc; } } { Il2CppChar L_443 = V_7; if ((((int32_t)L_443) == ((int32_t)((int32_t)43)))) { goto IL_09d0; } } { Il2CppChar L_444 = V_7; if ((((int32_t)L_444) == ((int32_t)((int32_t)45)))) { goto IL_09de; } } { goto IL_09d8; } IL_09bc: { Il2CppChar L_445 = V_7; if ((((int32_t)L_445) == ((int32_t)((int32_t)90)))) { goto IL_09c8; } } { Il2CppChar L_446 = V_7; if ((!(((uint32_t)L_446) == ((uint32_t)((int32_t)122))))) { goto IL_09d8; } } IL_09c8: { V_4 = (bool)1; goto IL_0aac; } IL_09d0: { V_4 = (bool)1; goto IL_0ad8; } IL_09d8: { return ((int32_t)262144); } IL_09de: { int32_t L_447 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_447, 1)); int32_t L_448 = V_5; String_t* L_449 = ___0_s; NullCheck(L_449); int32_t L_450; L_450 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_449, NULL); if ((!(((uint32_t)L_448) == ((uint32_t)L_450)))) { goto IL_09f4; } } { return ((int32_t)262144); } IL_09f4: { String_t* L_451 = ___0_s; int32_t L_452 = V_5; NullCheck(L_451); Il2CppChar L_453; L_453 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_451, L_452, NULL); if ((((int32_t)L_453) < ((int32_t)((int32_t)48)))) { goto IL_0a0c; } } { String_t* L_454 = ___0_s; int32_t L_455 = V_5; NullCheck(L_454); Il2CppChar L_456; L_456 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_454, L_455, NULL); if ((((int32_t)L_456) <= ((int32_t)((int32_t)57)))) { goto IL_0a12; } } IL_0a0c: { return ((int32_t)262144); } IL_0a12: { int32_t L_457 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_457, 1)); int32_t L_458 = V_5; String_t* L_459 = ___0_s; NullCheck(L_459); int32_t L_460; L_460 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_459, NULL); if ((!(((uint32_t)L_458) == ((uint32_t)L_460)))) { goto IL_0a28; } } { return ((int32_t)262144); } IL_0a28: { String_t* L_461 = ___0_s; int32_t L_462 = V_5; NullCheck(L_461); Il2CppChar L_463; L_463 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_461, L_462, NULL); if ((((int32_t)L_463) < ((int32_t)((int32_t)48)))) { goto IL_0a40; } } { String_t* L_464 = ___0_s; int32_t L_465 = V_5; NullCheck(L_464); Il2CppChar L_466; L_466 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_464, L_465, NULL); if ((((int32_t)L_466) <= ((int32_t)((int32_t)57)))) { goto IL_0a46; } } IL_0a40: { return ((int32_t)262144); } IL_0a46: { int32_t L_467 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_467, 1)); int32_t L_468 = V_5; String_t* L_469 = ___0_s; NullCheck(L_469); int32_t L_470; L_470 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_469, NULL); if ((!(((uint32_t)L_468) == ((uint32_t)L_470)))) { goto IL_0a5f; } } { String_t* L_471 = ___0_s; bool L_472 = V_2; bool L_473 = V_3; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_474; L_474 = XmlSchemaInference_DateTime_m9AB736FEB0489CFB64121138405AE3E460718CA5(L_471, L_472, L_473, NULL); return L_474; } IL_0a5f: { String_t* L_475 = ___0_s; int32_t L_476 = V_5; NullCheck(L_475); Il2CppChar L_477; L_477 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_475, L_476, NULL); V_7 = L_477; Il2CppChar L_478 = V_7; if ((!(((uint32_t)L_478) <= ((uint32_t)((int32_t)58))))) { goto IL_0a83; } } { Il2CppChar L_479 = V_7; if ((((int32_t)L_479) == ((int32_t)((int32_t)43)))) { goto IL_0ad8; } } { Il2CppChar L_480 = V_7; if ((((int32_t)L_480) == ((int32_t)((int32_t)45)))) { goto IL_0ad8; } } { Il2CppChar L_481 = V_7; if ((((int32_t)L_481) == ((int32_t)((int32_t)58)))) { goto IL_0a9e; } } { goto IL_0aa6; } IL_0a83: { Il2CppChar L_482 = V_7; if ((((int32_t)L_482) == ((int32_t)((int32_t)84)))) { goto IL_0a97; } } { Il2CppChar L_483 = V_7; if ((((int32_t)L_483) == ((int32_t)((int32_t)90)))) { goto IL_0aac; } } { Il2CppChar L_484 = V_7; if ((((int32_t)L_484) == ((int32_t)((int32_t)122)))) { goto IL_0aac; } } { goto IL_0aa6; } IL_0a97: { V_3 = (bool)1; goto IL_0bfc; } IL_0a9e: { V_4 = (bool)1; goto IL_0b68; } IL_0aa6: { return ((int32_t)262144); } IL_0aac: { int32_t L_485 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_485, 1)); int32_t L_486 = V_5; String_t* L_487 = ___0_s; NullCheck(L_487); int32_t L_488; L_488 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_487, NULL); if ((!(((uint32_t)L_486) == ((uint32_t)L_488)))) { goto IL_0ad2; } } { bool L_489 = V_4; if (!L_489) { goto IL_0ac9; } } { bool* L_490 = ___1_bNeedsRangeCheck; *((int8_t*)L_490) = (int8_t)1; return ((int32_t)393216); } IL_0ac9: { String_t* L_491 = ___0_s; bool L_492 = V_2; bool L_493 = V_3; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_494; L_494 = XmlSchemaInference_DateTime_m9AB736FEB0489CFB64121138405AE3E460718CA5(L_491, L_492, L_493, NULL); return L_494; } IL_0ad2: { return ((int32_t)262144); } IL_0ad8: { int32_t L_495 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_495, 1)); int32_t L_496 = V_5; String_t* L_497 = ___0_s; NullCheck(L_497); int32_t L_498; L_498 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_497, NULL); if ((!(((uint32_t)L_496) == ((uint32_t)L_498)))) { goto IL_0aee; } } { return ((int32_t)262144); } IL_0aee: { String_t* L_499 = ___0_s; int32_t L_500 = V_5; NullCheck(L_499); Il2CppChar L_501; L_501 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_499, L_500, NULL); if ((((int32_t)L_501) < ((int32_t)((int32_t)48)))) { goto IL_0b06; } } { String_t* L_502 = ___0_s; int32_t L_503 = V_5; NullCheck(L_502); Il2CppChar L_504; L_504 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_502, L_503, NULL); if ((((int32_t)L_504) <= ((int32_t)((int32_t)57)))) { goto IL_0b0c; } } IL_0b06: { return ((int32_t)262144); } IL_0b0c: { int32_t L_505 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_505, 1)); int32_t L_506 = V_5; String_t* L_507 = ___0_s; NullCheck(L_507); int32_t L_508; L_508 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_507, NULL); if ((!(((uint32_t)L_506) == ((uint32_t)L_508)))) { goto IL_0b22; } } { return ((int32_t)262144); } IL_0b22: { String_t* L_509 = ___0_s; int32_t L_510 = V_5; NullCheck(L_509); Il2CppChar L_511; L_511 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_509, L_510, NULL); if ((((int32_t)L_511) < ((int32_t)((int32_t)48)))) { goto IL_0b3a; } } { String_t* L_512 = ___0_s; int32_t L_513 = V_5; NullCheck(L_512); Il2CppChar L_514; L_514 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_512, L_513, NULL); if ((((int32_t)L_514) <= ((int32_t)((int32_t)57)))) { goto IL_0b40; } } IL_0b3a: { return ((int32_t)262144); } IL_0b40: { int32_t L_515 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_515, 1)); int32_t L_516 = V_5; String_t* L_517 = ___0_s; NullCheck(L_517); int32_t L_518; L_518 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_517, NULL); if ((!(((uint32_t)L_516) == ((uint32_t)L_518)))) { goto IL_0b56; } } { return ((int32_t)262144); } IL_0b56: { String_t* L_519 = ___0_s; int32_t L_520 = V_5; NullCheck(L_519); Il2CppChar L_521; L_521 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_519, L_520, NULL); if ((((int32_t)L_521) == ((int32_t)((int32_t)58)))) { goto IL_0b68; } } { return ((int32_t)262144); } IL_0b68: { int32_t L_522 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_522, 1)); int32_t L_523 = V_5; String_t* L_524 = ___0_s; NullCheck(L_524); int32_t L_525; L_525 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_524, NULL); if ((!(((uint32_t)L_523) == ((uint32_t)L_525)))) { goto IL_0b7e; } } { return ((int32_t)262144); } IL_0b7e: { String_t* L_526 = ___0_s; int32_t L_527 = V_5; NullCheck(L_526); Il2CppChar L_528; L_528 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_526, L_527, NULL); if ((((int32_t)L_528) < ((int32_t)((int32_t)48)))) { goto IL_0b96; } } { String_t* L_529 = ___0_s; int32_t L_530 = V_5; NullCheck(L_529); Il2CppChar L_531; L_531 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_529, L_530, NULL); if ((((int32_t)L_531) <= ((int32_t)((int32_t)57)))) { goto IL_0b9c; } } IL_0b96: { return ((int32_t)262144); } IL_0b9c: { int32_t L_532 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_532, 1)); int32_t L_533 = V_5; String_t* L_534 = ___0_s; NullCheck(L_534); int32_t L_535; L_535 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_534, NULL); if ((!(((uint32_t)L_533) == ((uint32_t)L_535)))) { goto IL_0bb2; } } { return ((int32_t)262144); } IL_0bb2: { String_t* L_536 = ___0_s; int32_t L_537 = V_5; NullCheck(L_536); Il2CppChar L_538; L_538 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_536, L_537, NULL); if ((((int32_t)L_538) < ((int32_t)((int32_t)48)))) { goto IL_0bca; } } { String_t* L_539 = ___0_s; int32_t L_540 = V_5; NullCheck(L_539); Il2CppChar L_541; L_541 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_539, L_540, NULL); if ((((int32_t)L_541) <= ((int32_t)((int32_t)57)))) { goto IL_0bd0; } } IL_0bca: { return ((int32_t)262144); } IL_0bd0: { int32_t L_542 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_542, 1)); int32_t L_543 = V_5; String_t* L_544 = ___0_s; NullCheck(L_544); int32_t L_545; L_545 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_544, NULL); if ((!(((uint32_t)L_543) == ((uint32_t)L_545)))) { goto IL_0bf6; } } { bool L_546 = V_4; if (!L_546) { goto IL_0bed; } } { bool* L_547 = ___1_bNeedsRangeCheck; *((int8_t*)L_547) = (int8_t)1; return ((int32_t)393216); } IL_0bed: { String_t* L_548 = ___0_s; bool L_549 = V_2; bool L_550 = V_3; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_551; L_551 = XmlSchemaInference_DateTime_m9AB736FEB0489CFB64121138405AE3E460718CA5(L_548, L_549, L_550, NULL); return L_551; } IL_0bf6: { return ((int32_t)262144); } IL_0bfc: { int32_t L_552 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_552, 1)); int32_t L_553 = V_5; String_t* L_554 = ___0_s; NullCheck(L_554); int32_t L_555; L_555 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_554, NULL); if ((!(((uint32_t)L_553) == ((uint32_t)L_555)))) { goto IL_0c12; } } { return ((int32_t)262144); } IL_0c12: { String_t* L_556 = ___0_s; int32_t L_557 = V_5; NullCheck(L_556); Il2CppChar L_558; L_558 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_556, L_557, NULL); if ((((int32_t)L_558) < ((int32_t)((int32_t)48)))) { goto IL_0c2a; } } { String_t* L_559 = ___0_s; int32_t L_560 = V_5; NullCheck(L_559); Il2CppChar L_561; L_561 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_559, L_560, NULL); if ((((int32_t)L_561) <= ((int32_t)((int32_t)57)))) { goto IL_0c30; } } IL_0c2a: { return ((int32_t)262144); } IL_0c30: { int32_t L_562 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_562, 1)); int32_t L_563 = V_5; String_t* L_564 = ___0_s; NullCheck(L_564); int32_t L_565; L_565 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_564, NULL); if ((!(((uint32_t)L_563) == ((uint32_t)L_565)))) { goto IL_0c46; } } { return ((int32_t)262144); } IL_0c46: { String_t* L_566 = ___0_s; int32_t L_567 = V_5; NullCheck(L_566); Il2CppChar L_568; L_568 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_566, L_567, NULL); if ((((int32_t)L_568) < ((int32_t)((int32_t)48)))) { goto IL_0c5e; } } { String_t* L_569 = ___0_s; int32_t L_570 = V_5; NullCheck(L_569); Il2CppChar L_571; L_571 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_569, L_570, NULL); if ((((int32_t)L_571) <= ((int32_t)((int32_t)57)))) { goto IL_0c64; } } IL_0c5e: { return ((int32_t)262144); } IL_0c64: { int32_t L_572 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_572, 1)); int32_t L_573 = V_5; String_t* L_574 = ___0_s; NullCheck(L_574); int32_t L_575; L_575 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_574, NULL); if ((!(((uint32_t)L_573) == ((uint32_t)L_575)))) { goto IL_0c7a; } } { return ((int32_t)262144); } IL_0c7a: { String_t* L_576 = ___0_s; int32_t L_577 = V_5; NullCheck(L_576); Il2CppChar L_578; L_578 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_576, L_577, NULL); if ((((int32_t)L_578) == ((int32_t)((int32_t)58)))) { goto IL_0c8c; } } { return ((int32_t)262144); } IL_0c8c: { int32_t L_579 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_579, 1)); int32_t L_580 = V_5; String_t* L_581 = ___0_s; NullCheck(L_581); int32_t L_582; L_582 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_581, NULL); if ((!(((uint32_t)L_580) == ((uint32_t)L_582)))) { goto IL_0ca2; } } { return ((int32_t)262144); } IL_0ca2: { String_t* L_583 = ___0_s; int32_t L_584 = V_5; NullCheck(L_583); Il2CppChar L_585; L_585 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_583, L_584, NULL); if ((((int32_t)L_585) < ((int32_t)((int32_t)48)))) { goto IL_0cba; } } { String_t* L_586 = ___0_s; int32_t L_587 = V_5; NullCheck(L_586); Il2CppChar L_588; L_588 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_586, L_587, NULL); if ((((int32_t)L_588) <= ((int32_t)((int32_t)57)))) { goto IL_0cc0; } } IL_0cba: { return ((int32_t)262144); } IL_0cc0: { int32_t L_589 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_589, 1)); int32_t L_590 = V_5; String_t* L_591 = ___0_s; NullCheck(L_591); int32_t L_592; L_592 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_591, NULL); if ((!(((uint32_t)L_590) == ((uint32_t)L_592)))) { goto IL_0cd6; } } { return ((int32_t)262144); } IL_0cd6: { String_t* L_593 = ___0_s; int32_t L_594 = V_5; NullCheck(L_593); Il2CppChar L_595; L_595 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_593, L_594, NULL); if ((((int32_t)L_595) < ((int32_t)((int32_t)48)))) { goto IL_0cee; } } { String_t* L_596 = ___0_s; int32_t L_597 = V_5; NullCheck(L_596); Il2CppChar L_598; L_598 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_596, L_597, NULL); if ((((int32_t)L_598) <= ((int32_t)((int32_t)57)))) { goto IL_0cf4; } } IL_0cee: { return ((int32_t)262144); } IL_0cf4: { int32_t L_599 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_599, 1)); int32_t L_600 = V_5; String_t* L_601 = ___0_s; NullCheck(L_601); int32_t L_602; L_602 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_601, NULL); if ((!(((uint32_t)L_600) == ((uint32_t)L_602)))) { goto IL_0d0a; } } { return ((int32_t)262144); } IL_0d0a: { String_t* L_603 = ___0_s; int32_t L_604 = V_5; NullCheck(L_603); Il2CppChar L_605; L_605 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_603, L_604, NULL); if ((((int32_t)L_605) == ((int32_t)((int32_t)58)))) { goto IL_0d1c; } } { return ((int32_t)262144); } IL_0d1c: { int32_t L_606 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_606, 1)); int32_t L_607 = V_5; String_t* L_608 = ___0_s; NullCheck(L_608); int32_t L_609; L_609 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_608, NULL); if ((!(((uint32_t)L_607) == ((uint32_t)L_609)))) { goto IL_0d32; } } { return ((int32_t)262144); } IL_0d32: { String_t* L_610 = ___0_s; int32_t L_611 = V_5; NullCheck(L_610); Il2CppChar L_612; L_612 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_610, L_611, NULL); if ((((int32_t)L_612) < ((int32_t)((int32_t)48)))) { goto IL_0d4a; } } { String_t* L_613 = ___0_s; int32_t L_614 = V_5; NullCheck(L_613); Il2CppChar L_615; L_615 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_613, L_614, NULL); if ((((int32_t)L_615) <= ((int32_t)((int32_t)57)))) { goto IL_0d50; } } IL_0d4a: { return ((int32_t)262144); } IL_0d50: { int32_t L_616 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_616, 1)); int32_t L_617 = V_5; String_t* L_618 = ___0_s; NullCheck(L_618); int32_t L_619; L_619 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_618, NULL); if ((!(((uint32_t)L_617) == ((uint32_t)L_619)))) { goto IL_0d66; } } { return ((int32_t)262144); } IL_0d66: { String_t* L_620 = ___0_s; int32_t L_621 = V_5; NullCheck(L_620); Il2CppChar L_622; L_622 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_620, L_621, NULL); if ((((int32_t)L_622) < ((int32_t)((int32_t)48)))) { goto IL_0d7e; } } { String_t* L_623 = ___0_s; int32_t L_624 = V_5; NullCheck(L_623); Il2CppChar L_625; L_625 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_623, L_624, NULL); if ((((int32_t)L_625) <= ((int32_t)((int32_t)57)))) { goto IL_0d84; } } IL_0d7e: { return ((int32_t)262144); } IL_0d84: { int32_t L_626 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_626, 1)); int32_t L_627 = V_5; String_t* L_628 = ___0_s; NullCheck(L_628); int32_t L_629; L_629 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_628, NULL); if ((!(((uint32_t)L_627) == ((uint32_t)L_629)))) { goto IL_0d9d; } } { String_t* L_630 = ___0_s; bool L_631 = V_2; bool L_632 = V_3; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_633; L_633 = XmlSchemaInference_DateTime_m9AB736FEB0489CFB64121138405AE3E460718CA5(L_630, L_631, L_632, NULL); return L_633; } IL_0d9d: { String_t* L_634 = ___0_s; int32_t L_635 = V_5; NullCheck(L_634); Il2CppChar L_636; L_636 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_634, L_635, NULL); V_7 = L_636; Il2CppChar L_637 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_637, ((int32_t)43)))) { case 0: { goto IL_0ad8; } case 1: { goto IL_0dd3; } case 2: { goto IL_0ad8; } case 3: { goto IL_0dd9; } } } { Il2CppChar L_638 = V_7; if ((((int32_t)L_638) == ((int32_t)((int32_t)90)))) { goto IL_0aac; } } { Il2CppChar L_639 = V_7; if ((((int32_t)L_639) == ((int32_t)((int32_t)122)))) { goto IL_0aac; } } IL_0dd3: { return ((int32_t)262144); } IL_0dd9: { int32_t L_640 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_640, 1)); int32_t L_641 = V_5; String_t* L_642 = ___0_s; NullCheck(L_642); int32_t L_643; L_643 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_642, NULL); if ((!(((uint32_t)L_641) == ((uint32_t)L_643)))) { goto IL_0def; } } { return ((int32_t)262144); } IL_0def: { String_t* L_644 = ___0_s; int32_t L_645 = V_5; NullCheck(L_644); Il2CppChar L_646; L_646 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_644, L_645, NULL); if ((((int32_t)L_646) < ((int32_t)((int32_t)48)))) { goto IL_0e07; } } { String_t* L_647 = ___0_s; int32_t L_648 = V_5; NullCheck(L_647); Il2CppChar L_649; L_649 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_647, L_648, NULL); if ((((int32_t)L_649) <= ((int32_t)((int32_t)57)))) { goto IL_0e0d; } } IL_0e07: { return ((int32_t)262144); } IL_0e0d: { int32_t L_650 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_650, 1)); int32_t L_651 = V_5; String_t* L_652 = ___0_s; NullCheck(L_652); int32_t L_653; L_653 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_652, NULL); if ((!(((uint32_t)L_651) == ((uint32_t)L_653)))) { goto IL_0e26; } } { String_t* L_654 = ___0_s; bool L_655 = V_2; bool L_656 = V_3; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); int32_t L_657; L_657 = XmlSchemaInference_DateTime_m9AB736FEB0489CFB64121138405AE3E460718CA5(L_654, L_655, L_656, NULL); return L_657; } IL_0e26: { String_t* L_658 = ___0_s; int32_t L_659 = V_5; NullCheck(L_658); Il2CppChar L_660; L_660 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_658, L_659, NULL); V_7 = L_660; Il2CppChar L_661 = V_7; if ((!(((uint32_t)L_661) <= ((uint32_t)((int32_t)45))))) { goto IL_0e4a; } } { Il2CppChar L_662 = V_7; if ((((int32_t)L_662) == ((int32_t)((int32_t)43)))) { goto IL_0ad8; } } { Il2CppChar L_663 = V_7; if ((((int32_t)L_663) == ((int32_t)((int32_t)45)))) { goto IL_0ad8; } } { goto IL_0e5c; } IL_0e4a: { Il2CppChar L_664 = V_7; if ((((int32_t)L_664) == ((int32_t)((int32_t)90)))) { goto IL_0aac; } } { Il2CppChar L_665 = V_7; if ((((int32_t)L_665) == ((int32_t)((int32_t)122)))) { goto IL_0aac; } } IL_0e5c: { String_t* L_666 = ___0_s; int32_t L_667 = V_5; NullCheck(L_666); Il2CppChar L_668; L_668 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_666, L_667, NULL); if ((((int32_t)L_668) < ((int32_t)((int32_t)48)))) { goto IL_0e74; } } { String_t* L_669 = ___0_s; int32_t L_670 = V_5; NullCheck(L_669); Il2CppChar L_671; L_671 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_669, L_670, NULL); if ((((int32_t)L_671) <= ((int32_t)((int32_t)57)))) { goto IL_0e0d; } } IL_0e74: { return ((int32_t)262144); } IL_0e7a: { return ((int32_t)262144); } } // System.Int32 System.Xml.Schema.XmlSchemaInference::DateTime(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_DateTime_m9AB736FEB0489CFB64121138405AE3E460718CA5 (String_t* ___0_s, bool ___1_bDate, bool ___2_bTime, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1; L_1 = XmlConvert_ToDateTime_m658051D16D0072FD3F58E4E6BFE8FB75F4F00A16(L_0, 3, NULL); goto IL_0013; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000a; } throw e; } CATCH_000a: {// begin catch(System.FormatException) V_0 = ((int32_t)262144); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0036; }// end catch (depth: 1) IL_0013: { bool L_2 = ___1_bDate; bool L_3 = ___2_bTime; if (!((int32_t)((int32_t)L_2&(int32_t)L_3))) { goto IL_001e; } } { return ((int32_t)278528); } IL_001e: { bool L_4 = ___1_bDate; if (!L_4) { goto IL_0027; } } { return ((int32_t)327680); } IL_0027: { bool L_5 = ___2_bTime; if (!L_5) { goto IL_0030; } } { return ((int32_t)294912); } IL_0030: { return ((int32_t)262144); } IL_0036: { int32_t L_6 = V_0; return L_6; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInference::CreateNewElementforChoice(System.Xml.Schema.XmlSchemaElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlSchemaInference_CreateNewElementforChoice_mB8CA20657C2226781E9B8DFA22E0FDAA18522C8D (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_copyElement, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_0 = NULL; { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_0 = (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)il2cpp_codegen_object_new(XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var); NullCheck(L_0); XmlSchemaElement__ctor_m7BD4443BF0ACC1E76E78C968245BE4A73E5B1E6A(L_0, NULL); V_0 = L_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_1 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_2 = ___0_copyElement; NullCheck(L_2); XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* L_3; L_3 = XmlSchemaAnnotated_get_Annotation_mF88E353F875798E495F0B6E71057451618F88E36_inline(L_2, NULL); NullCheck(L_1); XmlSchemaAnnotated_set_Annotation_mAD25A9F2265D500EFA954EF93988034270FC3431_inline(L_1, L_3, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_4 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_5 = ___0_copyElement; NullCheck(L_5); int32_t L_6; L_6 = XmlSchemaElement_get_Block_mEB18D9467D70D5B78D76A7421834722342CF2046_inline(L_5, NULL); NullCheck(L_4); XmlSchemaElement_set_Block_mAEE989B44EB885C9943661EEB8A064FB37485998_inline(L_4, L_6, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_7 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_8 = ___0_copyElement; NullCheck(L_8); String_t* L_9; L_9 = XmlSchemaElement_get_DefaultValue_mA6F17331F4A7702DE9EB19DE943E43A3EF564766_inline(L_8, NULL); NullCheck(L_7); XmlSchemaElement_set_DefaultValue_m88BD88659A84B62B5E50AC7E61937758EA24AF72_inline(L_7, L_9, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_10 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_11 = ___0_copyElement; NullCheck(L_11); int32_t L_12; L_12 = XmlSchemaElement_get_Final_mC7AA07026915872E504DCCE4F8CB722FAE05A994_inline(L_11, NULL); NullCheck(L_10); XmlSchemaElement_set_Final_mEB9E3CA14A5CC2CE03B34D6D2EE8E7ACC9B72299_inline(L_10, L_12, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_13 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_14 = ___0_copyElement; NullCheck(L_14); String_t* L_15; L_15 = XmlSchemaElement_get_FixedValue_mE6E6A8DE76B5B1D53AEBA9A683688D8462D22CE7_inline(L_14, NULL); NullCheck(L_13); XmlSchemaElement_set_FixedValue_mB68936B77C3BFBF844ABA23D0EF2D7397D327CC2_inline(L_13, L_15, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_16 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_17 = ___0_copyElement; NullCheck(L_17); int32_t L_18; L_18 = XmlSchemaElement_get_Form_m127B91C42E1965751913B35CE352C215FDF6B057_inline(L_17, NULL); NullCheck(L_16); XmlSchemaElement_set_Form_m1698A2172C524A5318C51FB0744E667B72D51D10_inline(L_16, L_18, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_19 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_20 = ___0_copyElement; NullCheck(L_20); String_t* L_21; L_21 = XmlSchemaAnnotated_get_Id_mE6DBBB1DB6548F5463E610FD4B9A28509D9889D6_inline(L_20, NULL); NullCheck(L_19); XmlSchemaAnnotated_set_Id_m8163ABE2388E4447A39E9E88C4A648A37A07BF08_inline(L_19, L_21, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_22 = ___0_copyElement; NullCheck(L_22); bool L_23; L_23 = XmlSchemaElement_get_IsNillable_m8545E8FC669818DBE6A6FECE6AF0F41B2D2E7DC0_inline(L_22, NULL); if (!L_23) { goto IL_006e; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_24 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_25 = ___0_copyElement; NullCheck(L_25); bool L_26; L_26 = XmlSchemaElement_get_IsNillable_m8545E8FC669818DBE6A6FECE6AF0F41B2D2E7DC0_inline(L_25, NULL); NullCheck(L_24); XmlSchemaElement_set_IsNillable_mF25FB92F6FBEF764F5F50C336A68AFC7591D8A29(L_24, L_26, NULL); } IL_006e: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_27 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_28 = ___0_copyElement; NullCheck(L_28); int32_t L_29; L_29 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_28, NULL); NullCheck(L_27); XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline(L_27, L_29, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_30 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_31 = ___0_copyElement; NullCheck(L_31); int32_t L_32; L_32 = XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline(L_31, NULL); NullCheck(L_30); XmlSchemaObject_set_LinePosition_mED28BED5B523DA2C528691B840F10876E310E877_inline(L_30, L_32, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_33 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_34 = ___0_copyElement; NullCheck(L_34); String_t* L_35; L_35 = XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline(L_34, NULL); NullCheck(L_33); XmlSchemaElement_set_Name_mFAE061491CD402C6FAAEAAE888A90121E8732568_inline(L_33, L_35, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_36 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_37 = ___0_copyElement; NullCheck(L_37); XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_38; L_38 = XmlSchemaObject_get_Namespaces_m7E7E0DCE92E93E7E35BB16F6ED4C40453C702C03(L_37, NULL); NullCheck(L_36); XmlSchemaObject_set_Namespaces_m4FB0E4BFE47B03AF284072636A3B86EA08307E3B_inline(L_36, L_38, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_39 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_40 = ___0_copyElement; NullCheck(L_40); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_41; L_41 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_40, NULL); NullCheck(L_39); XmlSchemaElement_set_RefName_m57D26C08C28186C44D99850077E7B76AC2F06669(L_39, L_41, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_42 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_43 = ___0_copyElement; NullCheck(L_43); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_44; L_44 = XmlSchemaElement_get_SchemaType_m68FE8A14FB349199075D51CC57F04E3CE97186A2_inline(L_43, NULL); NullCheck(L_42); XmlSchemaElement_set_SchemaType_m89F289DFEA18DD6D87B35DACAFF2F1A5ED0F755B_inline(L_42, L_44, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_45 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_46 = ___0_copyElement; NullCheck(L_46); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_47; L_47 = XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline(L_46, NULL); NullCheck(L_45); XmlSchemaElement_set_SchemaTypeName_mB6EBD2819608E6D3B48BDD76B9A6F68FDACC8785(L_45, L_47, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_48 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_49 = ___0_copyElement; NullCheck(L_49); String_t* L_50; L_50 = XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline(L_49, NULL); NullCheck(L_48); XmlSchemaObject_set_SourceUri_mE92C052A58B5378D96F8F22A2710E49F2CBB9F31_inline(L_48, L_50, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_51 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_52 = ___0_copyElement; NullCheck(L_52); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_53; L_53 = XmlSchemaElement_get_SubstitutionGroup_m4A05BACB8AB454704F314A45DB921FDD7F8C4C46_inline(L_52, NULL); NullCheck(L_51); XmlSchemaElement_set_SubstitutionGroup_m789A9DD44D4726998D4141B2D28EBF8AD3145533(L_51, L_53, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_54 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_55 = ___0_copyElement; NullCheck(L_55); XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* L_56; L_56 = XmlSchemaAnnotated_get_UnhandledAttributes_m0FE6E8D622BBE6F1CD97B51D3C7020D1C9C8542F_inline(L_55, NULL); NullCheck(L_54); XmlSchemaAnnotated_set_UnhandledAttributes_m538F66671F9A040C87500800FD13FAF4C4FA713F_inline(L_54, L_56, NULL); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_57 = ___0_copyElement; NullCheck(L_57); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_58; L_58 = XmlSchemaParticle_get_MinOccurs_m2A8F07D8F656E98898AA5F1B76BC7645CE71574C_inline(L_57, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_59 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; bool L_60; L_60 = Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690(L_58, L_59, NULL); if (!L_60) { goto IL_010d; } } { int32_t L_61; L_61 = XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline(__this, NULL); if ((!(((uint32_t)L_61) == ((uint32_t)1)))) { goto IL_010d; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_62 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_63 = ___0_copyElement; NullCheck(L_63); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_64; L_64 = XmlSchemaParticle_get_MinOccurs_m2A8F07D8F656E98898AA5F1B76BC7645CE71574C_inline(L_63, NULL); NullCheck(L_62); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_62, L_64, NULL); } IL_010d: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_65 = ___0_copyElement; NullCheck(L_65); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_66; L_66 = XmlSchemaParticle_get_MaxOccurs_mC9DA833976FE06E6F4F0BDD00345DB98D7F70ABF_inline(L_65, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_67 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; bool L_68; L_68 = Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690(L_66, L_67, NULL); if (!L_68) { goto IL_012b; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_69 = V_0; XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_70 = ___0_copyElement; NullCheck(L_70); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_71; L_71 = XmlSchemaParticle_get_MaxOccurs_mC9DA833976FE06E6F4F0BDD00345DB98D7F70ABF_inline(L_70, NULL); NullCheck(L_69); XmlSchemaParticle_set_MaxOccurs_m323FFAAFC203B3935B029652812ACFEF03177776(L_69, L_71, NULL); } IL_012b: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_72 = V_0; return L_72; } } // System.Int32 System.Xml.Schema.XmlSchemaInference::GetSchemaType(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_1 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_1); int32_t L_2 = 0; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = (L_1)->GetAt(static_cast(L_2)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_4; L_4 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_0, L_3, NULL); if (!L_4) { goto IL_0015; } } { return ((int32_t)262145); } IL_0015: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_6 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_6); int32_t L_7 = 1; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_8 = (L_6)->GetAt(static_cast(L_7)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_9; L_9 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_5, L_8, NULL); if (!L_9) { goto IL_002a; } } { return ((int32_t)269994); } IL_002a: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_11 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_11); int32_t L_12 = 2; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13 = (L_11)->GetAt(static_cast(L_12)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_14; L_14 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_10, L_13, NULL); if (!L_14) { goto IL_003f; } } { return ((int32_t)270334); } IL_003f: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_15 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_16 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_16); int32_t L_17 = 3; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_18 = (L_16)->GetAt(static_cast(L_17)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_19; L_19 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_15, L_18, NULL); if (!L_19) { goto IL_0054; } } { return ((int32_t)269992); } IL_0054: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_20 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_21 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_21); int32_t L_22 = 4; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_23 = (L_21)->GetAt(static_cast(L_22)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_24; L_24 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_20, L_23, NULL); if (!L_24) { goto IL_0069; } } { return ((int32_t)270328); } IL_0069: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_25 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_26 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_26); int32_t L_27 = 5; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_28 = (L_26)->GetAt(static_cast(L_27)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_29; L_29 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_25, L_28, NULL); if (!L_29) { goto IL_007e; } } { return ((int32_t)269984); } IL_007e: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_30 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_31 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_31); int32_t L_32 = 6; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_33 = (L_31)->GetAt(static_cast(L_32)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_34; L_34 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_30, L_33, NULL); if (!L_34) { goto IL_0093; } } { return ((int32_t)270304); } IL_0093: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_35 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_36 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_36); int32_t L_37 = 7; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_38 = (L_36)->GetAt(static_cast(L_37)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_39; L_39 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_35, L_38, NULL); if (!L_39) { goto IL_00a8; } } { return ((int32_t)269952); } IL_00a8: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_40 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_41 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_41); int32_t L_42 = 8; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_43 = (L_41)->GetAt(static_cast(L_42)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_44; L_44 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_40, L_43, NULL); if (!L_44) { goto IL_00bd; } } { return ((int32_t)270208); } IL_00bd: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_45 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_46 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_46); int32_t L_47 = ((int32_t)9); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_48 = (L_46)->GetAt(static_cast(L_47)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_49; L_49 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_45, L_48, NULL); if (!L_49) { goto IL_00d3; } } { return ((int32_t)269824); } IL_00d3: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_50 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_51 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_51); int32_t L_52 = ((int32_t)10); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_53 = (L_51)->GetAt(static_cast(L_52)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_54; L_54 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_50, L_53, NULL); if (!L_54) { goto IL_00e9; } } { return ((int32_t)269312); } IL_00e9: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_55 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_56 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_56); int32_t L_57 = ((int32_t)11); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_58 = (L_56)->GetAt(static_cast(L_57)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_59; L_59 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_55, L_58, NULL); if (!L_59) { goto IL_00ff; } } { return ((int32_t)268288); } IL_00ff: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_60 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_61 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_61); int32_t L_62 = ((int32_t)12); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_63 = (L_61)->GetAt(static_cast(L_62)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_64; L_64 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_60, L_63, NULL); if (!L_64) { goto IL_0115; } } { return ((int32_t)266240); } IL_0115: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_65 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_66 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_66); int32_t L_67 = ((int32_t)13); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_68 = (L_66)->GetAt(static_cast(L_67)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_69; L_69 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_65, L_68, NULL); if (!L_69) { goto IL_012b; } } { return ((int32_t)270336); } IL_012b: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_70 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_71 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_71); int32_t L_72 = ((int32_t)14); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_73 = (L_71)->GetAt(static_cast(L_72)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_74; L_74 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_70, L_73, NULL); if (!L_74) { goto IL_0141; } } { return ((int32_t)278528); } IL_0141: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_75 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_76 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_76); int32_t L_77 = ((int32_t)15); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_78 = (L_76)->GetAt(static_cast(L_77)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_79; L_79 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_75, L_78, NULL); if (!L_79) { goto IL_0157; } } { return ((int32_t)294912); } IL_0157: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_80 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_81 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_81); int32_t L_82 = ((int32_t)16); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_83 = (L_81)->GetAt(static_cast(L_82)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_84; L_84 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_80, L_83, NULL); if (!L_84) { goto IL_016d; } } { return ((int32_t)65536); } IL_016d: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_85 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_86 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_86); int32_t L_87 = ((int32_t)17); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_88 = (L_86)->GetAt(static_cast(L_87)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_89; L_89 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_85, L_88, NULL); if (!L_89) { goto IL_0183; } } { return ((int32_t)131072); } IL_0183: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_90 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_91 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20; NullCheck(L_91); int32_t L_92 = ((int32_t)18); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_93 = (L_91)->GetAt(static_cast(L_92)); il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_94; L_94 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_90, L_93, NULL); if (!L_94) { goto IL_0199; } } { return ((int32_t)262144); } IL_0199: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_95 = ___0_qname; il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_96; L_96 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_95, (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL, NULL); if (L_96) { goto IL_01aa; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_97 = ___0_qname; NullCheck(L_97); bool L_98; L_98 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_97, NULL); if (!L_98) { goto IL_01ac; } } IL_01aa: { return (-1); } IL_01ac: { XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4* L_99 = (XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInferenceException_t8E6CFE0644202EB8A0DB739EA15112715EDD06D4_il2cpp_TypeInfo_var))); NullCheck(L_99); XmlSchemaInferenceException__ctor_m103B203D0DFF40E946E637F4AA101891B494D0CE(L_99, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C041A98BD74A82BFB39EEA5A017AFD7EF553D5A)), 0, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaInference_GetSchemaType_mB6FED597D82B38B6EED33CD37A04FBE6C8995D1E_RuntimeMethod_var))); } } // System.Void System.Xml.Schema.XmlSchemaInference::SetMinMaxOccurs(System.Xml.Schema.XmlSchemaElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference_SetMinMaxOccurs_m9A7B3088A74C7E75AC97CB83175275CDEDABE364 (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___0_el, bool ___1_setMaxOccurs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_003a; } } { bool L_1 = ___1_setMaxOccurs; if (L_1) { goto IL_001e; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_2 = ___0_el; NullCheck(L_2); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3; L_3 = XmlSchemaParticle_get_MaxOccurs_mC9DA833976FE06E6F4F0BDD00345DB98D7F70ABF_inline(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; bool L_5; L_5 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_3, L_4, NULL); if (!L_5) { goto IL_002e; } } IL_001e: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_6 = ___0_el; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7; memset((&L_7), 0, sizeof(L_7)); Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_7), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); NullCheck(L_6); XmlSchemaParticle_set_MaxOccurs_m323FFAAFC203B3935B029652812ACFEF03177776(L_6, L_7, NULL); } IL_002e: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_8 = ___0_el; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3; NullCheck(L_8); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_8, L_9, NULL); return; } IL_003a: { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_10 = ___0_el; NullCheck(L_10); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11; L_11 = XmlSchemaParticle_get_MinOccurs_m2A8F07D8F656E98898AA5F1B76BC7645CE71574C_inline(L_10, NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_12 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; bool L_13; L_13 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_11, L_12, NULL); if (!L_13) { goto IL_0057; } } { XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_14 = ___0_el; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4; NullCheck(L_14); XmlSchemaParticle_set_MinOccurs_mF5AD1AEB14E696DFC27F54ACF153134BA8C269F3(L_14, L_15, NULL); } IL_0057: { return; } } // System.Void System.Xml.Schema.XmlSchemaInference::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInference__cctor_mAA6EFFE28E587B1C5E848067F2AA4FF9ECA3390C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51C6279E31F7483126B79E3000116001A915B690); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_0); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_0, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_boolean_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_boolean_0), (void*)L_0); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_1); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_1, _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_byte_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_byte_1), (void*)L_1); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_2); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_2, _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedByte_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedByte_2), (void*)L_2); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_3); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_3, _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_short_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_short_3), (void*)L_3); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_4 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_4); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_4, _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedShort_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedShort_4), (void*)L_4); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_5); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_5, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_int_5 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_int_5), (void*)L_5); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_6); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_6, _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedInt_6 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedInt_6), (void*)L_6); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_7 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_7); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_7, _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_long_7 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_long_7), (void*)L_7); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_8 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_8); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_8, _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedLong_8 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedLong_8), (void*)L_8); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_9); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_9, _stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_integer_9 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_integer_9), (void*)L_9); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_10); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_10, _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_decimal_10 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_decimal_10), (void*)L_10); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_11); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_11, _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_float_11 = L_11; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_float_11), (void*)L_11); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_12 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_12); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_12, _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_double_12 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_double_12), (void*)L_12); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_13); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_13, _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_duration_13 = L_13; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_duration_13), (void*)L_13); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_14 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_14); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_14, _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_dateTime_14 = L_14; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_dateTime_14), (void*)L_14); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_15 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_15); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_15, _stringLiteral51C6279E31F7483126B79E3000116001A915B690, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_time_15 = L_15; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_time_15), (void*)L_15); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_16 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_16); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_16, _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_date_16 = L_16; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_date_16), (void*)L_16); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_17 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_17); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_17, _stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_gYearMonth_17 = L_17; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_gYearMonth_17), (void*)L_17); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_18 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_18); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_18, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18 = L_18; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18), (void*)L_18); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_19 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_19); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_19, _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_anySimpleType_19 = L_19; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_anySimpleType_19), (void*)L_19); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_20 = (XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1*)(XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1*)SZArrayNew(XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_21 = L_20; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_22 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_boolean_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_22); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_23 = L_21; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_24 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_byte_1; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(1), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_24); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_25 = L_23; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_26 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedByte_2; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(2), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_26); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_27 = L_25; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_28 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_short_3; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(3), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_28); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_29 = L_27; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_30 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedShort_4; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(4), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_30); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_31 = L_29; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_32 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_int_5; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(5), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_32); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_33 = L_31; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_34 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedInt_6; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(6), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_34); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_35 = L_33; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_36 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_long_7; NullCheck(L_35); ArrayElementTypeCheck (L_35, L_36); (L_35)->SetAt(static_cast(7), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_36); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_37 = L_35; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_38 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_unsignedLong_8; NullCheck(L_37); ArrayElementTypeCheck (L_37, L_38); (L_37)->SetAt(static_cast(8), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_38); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_39 = L_37; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_40 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_integer_9; NullCheck(L_39); ArrayElementTypeCheck (L_39, L_40); (L_39)->SetAt(static_cast(((int32_t)9)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_40); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_41 = L_39; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_42 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_decimal_10; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(((int32_t)10)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_42); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_43 = L_41; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_44 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_float_11; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(((int32_t)11)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_44); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_45 = L_43; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_46 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_double_12; NullCheck(L_45); ArrayElementTypeCheck (L_45, L_46); (L_45)->SetAt(static_cast(((int32_t)12)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_46); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_47 = L_45; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_48 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_duration_13; NullCheck(L_47); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAt(static_cast(((int32_t)13)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_48); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_49 = L_47; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_50 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_dateTime_14; NullCheck(L_49); ArrayElementTypeCheck (L_49, L_50); (L_49)->SetAt(static_cast(((int32_t)14)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_50); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_51 = L_49; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_52 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_time_15; NullCheck(L_51); ArrayElementTypeCheck (L_51, L_52); (L_51)->SetAt(static_cast(((int32_t)15)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_52); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_53 = L_51; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_54 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_date_16; NullCheck(L_53); ArrayElementTypeCheck (L_53, L_54); (L_53)->SetAt(static_cast(((int32_t)16)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_54); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_55 = L_53; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_56 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_gYearMonth_17; NullCheck(L_55); ArrayElementTypeCheck (L_55, L_56); (L_55)->SetAt(static_cast(((int32_t)17)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_56); XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_57 = L_55; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_58 = ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___ST_string_18; NullCheck(L_57); ArrayElementTypeCheck (L_57, L_58); (L_57)->SetAt(static_cast(((int32_t)18)), (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_58); ((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20 = L_57; Il2CppCodeGenWriteBarrier((void**)(&((XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC_il2cpp_TypeInfo_var))->___SimpleTypes_20), (void*)L_57); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline (double ___0_d, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___0_d; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); int64_t L_1; L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL); return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits::max)())))) == ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___0_d; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); int64_t L_1; L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL); return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline (float ___0_f, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___0_f; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); int32_t L_1; L_1 = BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline(L_0, NULL); return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) == ((int32_t)((int32_t)2139095040)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___0_f; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); int32_t L_1; L_1 = BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline(L_0, NULL); return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___schemaType_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaDeclBase_get_IsDeclaredInExternal_mEB74F4C126AB527489D2F64BE954806DE7AE5655_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___isDeclaredInExternal_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, const RuntimeMethod* method) { { ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_0 = __this->___contentValidator_20; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___contentType_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaInfo_get_DocTypeName_m4BBB68F652B02DAE4E77D2CE9AAC41D4650B019B_inline (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___docTypeName_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) { { PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_0 = __this->___positionInfo_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___reader_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) { { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___schemaType_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___defaultValueTyped_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_HasRequiredAttribute_mA1790096360AAF0BFA8E87BAF4B230D12AECCC6B_inline (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, const RuntimeMethod* method) { { bool L_0 = __this->___hasRequiredAttribute_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___name_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___datatype_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* BaseValidator_get_NameTable_m60D18595ED6E730B144EBA7E78E9B744486937E5_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) { { XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* SchemaDeclBase_get_Values_m5CBE6E5DB4DE93179FEB87F1BBC0EAF43FAF0E06_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) { { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___values_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___name_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaEntity_get_NData_m7B05467BF6357AB27C1DAFBFE27F9720C79CEC3C_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___ndata_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_DeclaredInExternal_mEAF749D691316F3C1A7C72383B527E943CB9608A_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) { { bool L_0 = __this->___isDeclaredInExternal_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___ns_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HWStack_get_Length_m6363693F0CF183362158EE28989E47D9ED83120F_inline (HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___used_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_m35E01A5A9C44038AE78774AF2D7B6E627AD66FC1_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___defaultValueTyped_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValueTyped_7), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___valueLineNum_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___valueLinePos_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaFacet_get_Value_mBB683A5E6DC3CA3A5DBA1F926FC9780563E389A3_inline (XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___value_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaFacet_get_FacetType_mFE5DA2AFE94D0752B55912F60C362FDA6CC5034D_inline (XmlSchemaFacet_t61619084BA30C0830C9E20D99B5353B4CB867FDF* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___facetType_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___datatype_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___sourceUri_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___lineNum_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___linePos_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_Name_mD3E492EB9EB165BE77F7B943C31A717F5EBCD9FB_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___name_23; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___qualifiedName_28; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* XmlSchemaObject_get_Parent_m98A2082901CC0571DFAA0F20296ED962989BFD4B_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) { { XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_0 = __this->___parent_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaInference_get_Occurrence_m633D68365823FBD9A5D0F961DEBCDF69D3D81E55_inline (XmlSchemaInference_t875BAFD8A1ECEA427C795C1EED540F4341CC0CCC* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___occurrence_28; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_Use_mED992AD5CD2E578DA49335B941FC2ABC10085CF5_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___use_13 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchema_set_AttributeFormDefault_m4F0F8B9BEF6F50C95CE29BE9E1A4E7E1C26DBFAE_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___attributeFormDefault_8 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchema_set_ElementFormDefault_m8A55972AEE8B7075F6B7BAF284CA29DE21914072_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___elementFormDefault_9 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchema_set_TargetNamespace_m1D4553C470607D43E0BC256714E4AEF7B62E5770_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___targetNs_12 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___targetNs_12), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchema_get_Items_m4A629D8F391D26EC9C55EC8BC155CBFA98B4FD6F_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = __this->___items_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_Name_m3CB78DBB9E294DC37F91F17B02F27C3A213405D1_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___name_11 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_11), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LineNumber_mDD7E85719A3B62BF106872A178E655B99AB79410_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___lineNum_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaAttribute_get_SchemaTypeName_mA66F85C07DB3C2FFC5FA046352FE9C058D6E5F5D_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___typeName_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_Parent_m8EFFC956CADF262A4D7E1BA86D3348F4FB5AD9AD_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___0_value, const RuntimeMethod* method) { { XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_0 = ___0_value; __this->___parent_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___parent_4), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchema_get_AttributeFormDefault_mC356D2CB296F70753743A369EDB8C99AB0B61DF8_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___attributeFormDefault_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAttribute_set_Form_mA74C0C2C7551393B28F9ED94C9D9D2B725CC5870_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___form_12 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchema_get_TargetNamespace_mAFA4B36F2637087A82F54ADE6E5A627744705064_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___targetNs_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchema_get_Includes_m6B3EEA0A445594394CAAB98D3AE55705D686E1CB_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = __this->___includes_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaImport_get_Namespace_mDCE5EDB62D412B171A113464D447AF35D143204B_inline (XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___ns_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaExternal_set_Schema_mBA1489C020806A30A76DDF19728BB3A82E13D37D_inline (XmlSchemaExternal_tE9D9B3C1230563874B1A555C15F9BBE4707CA865* __this, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___0_value, const RuntimeMethod* method) { { XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_0 = ___0_value; __this->___schema_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___schema_8), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaImport_set_Namespace_m0732B4D3E2C953C5433137DF24E79E5D5276563E_inline (XmlSchemaImport_t57E3A8191A5FE6447460DDDA594710D7EDC669D5* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___ns_12 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___ns_12), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Name_mFAE061491CD402C6FAAEAAE888A90121E8732568_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___name_23 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_23), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchema_get_ElementFormDefault_m5AF28C6D6EF3EA692FD2D26FFDD5C77123B5D67E_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___elementFormDefault_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Form_m1698A2172C524A5318C51FB0744E667B72D51D10_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___form_20 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* XmlSchemaComplexType_get_AnyType_m8849843192B524BE39AB9F20BECBF40479644573_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_0 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var))->___anyTypeLax_29; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaElement_get_SchemaType_m68FE8A14FB349199075D51CC57F04E3CE97186A2_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___type_27; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* XmlSchemaComplexType_get_Particle_mF5D7F1E0F8B9257E1ED128DD25BDF6FA540A28AF_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, const RuntimeMethod* method) { { XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_0 = __this->___particle_21; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* XmlSchemaComplexType_get_ContentModel_mD5F55F6D5E874DC08E93D99E57257362AEE34644_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, const RuntimeMethod* method) { { XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_0 = __this->___contentModel_20; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_SchemaTypeName_m3A94BE03E84B71FE6C42903355C44B34C17CA699_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___typeName_26; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_set_ContentModel_m71EAC2AFBC556F48BEC777266CA4F7A139A0BEC3_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* ___0_value, const RuntimeMethod* method) { { XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* L_0 = ___0_value; __this->___contentModel_20 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___contentModel_20), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaSimpleContentExtension_get_BaseTypeName_m75545E8A9281E47719B2E274B886091A3EF89744_inline (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___baseTypeName_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_SchemaType_m89F289DFEA18DD6D87B35DACAFF2F1A5ED0F755B_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_value, const RuntimeMethod* method) { { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_value; __this->___type_27 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___type_27), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_set_Particle_m27CD4DB30BB52F7F5F231BF7C35007E3C423425D_inline (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* __this, XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___0_value, const RuntimeMethod* method) { { XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_0 = ___0_value; __this->___particle_21 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___particle_21), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaElement_get_ElementSchemaType_m774B506CD9AA4BB4BAB305EF03703C48E4998687_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___elementType_29; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___refName_24; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlSchemaParticle_get_MinOccurs_m2A8F07D8F656E98898AA5F1B76BC7645CE71574C_inline (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* __this, const RuntimeMethod* method) { { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = __this->___minOccurs_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchemaSimpleContentExtension_get_Attributes_mE78BE1F22BCB5D2E22FC022534CB7AAFE0199DF6_inline (XmlSchemaSimpleContentExtension_t5149DA907C3E55021BAC6224DB80A1A2CC5FAE22* __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = __this->___attributes_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaAttribute_get_Name_mDB8E208CD7A53D98C6CB33764F5B08853E944DD2_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___name_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaAttribute_get_RefName_m91886894B683BD121EF5C662C4DE72AE13D4A62A_inline (XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___refName_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* XmlSchemaAnnotated_get_Annotation_mF88E353F875798E495F0B6E71057451618F88E36_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, const RuntimeMethod* method) { { XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* L_0 = __this->___annotation_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Annotation_mAD25A9F2265D500EFA954EF93988034270FC3431_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* ___0_value, const RuntimeMethod* method) { { XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* L_0 = ___0_value; __this->___annotation_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___annotation_7), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_Block_mEB18D9467D70D5B78D76A7421834722342CF2046_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___block_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Block_mAEE989B44EB885C9943661EEB8A064FB37485998_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___block_18 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_DefaultValue_mA6F17331F4A7702DE9EB19DE943E43A3EF564766_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___defaultValue_21; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_DefaultValue_m88BD88659A84B62B5E50AC7E61937758EA24AF72_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___defaultValue_21 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue_21), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_Final_mC7AA07026915872E504DCCE4F8CB722FAE05A994_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___final_19; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_Final_mEB9E3CA14A5CC2CE03B34D6D2EE8E7ACC9B72299_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___final_19 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_FixedValue_mE6E6A8DE76B5B1D53AEBA9A683688D8462D22CE7_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___fixedValue_22; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaElement_set_FixedValue_mB68936B77C3BFBF844ABA23D0EF2D7397D327CC2_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___fixedValue_22 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___fixedValue_22), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_Form_m127B91C42E1965751913B35CE352C215FDF6B057_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___form_20; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaAnnotated_get_Id_mE6DBBB1DB6548F5463E610FD4B9A28509D9889D6_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___id_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Id_m8163ABE2388E4447A39E9E88C4A648A37A07BF08_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___id_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___id_6), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlSchemaElement_get_IsNillable_m8545E8FC669818DBE6A6FECE6AF0F41B2D2E7DC0_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { bool L_0 = __this->___isNillable_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LinePosition_mED28BED5B523DA2C528691B840F10876E310E877_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___linePos_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_Namespaces_m4FB0E4BFE47B03AF284072636A3B86EA08307E3B_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___0_value, const RuntimeMethod* method) { { XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_0 = ___0_value; __this->___namespaces_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaces_3), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaObject_set_SourceUri_mE92C052A58B5378D96F8F22A2710E49F2CBB9F31_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___sourceUri_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceUri_2), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_SubstitutionGroup_m4A05BACB8AB454704F314A45DB921FDD7F8C4C46_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___substitutionGroup_25; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* XmlSchemaAnnotated_get_UnhandledAttributes_m0FE6E8D622BBE6F1CD97B51D3C7020D1C9C8542F_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, const RuntimeMethod* method) { { XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* L_0 = __this->___moreAttributes_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_UnhandledAttributes_m538F66671F9A040C87500800FD13FAF4C4FA713F_inline (XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04* __this, XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___0_value, const RuntimeMethod* method) { { XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* L_0 = ___0_value; __this->___moreAttributes_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___moreAttributes_8), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlSchemaParticle_get_MaxOccurs_mC9DA833976FE06E6F4F0BDD00345DB98D7F70ABF_inline (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* __this, const RuntimeMethod* method) { { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = __this->___maxOccurs_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value))); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)((uintptr_t)(&___0_value))); return L_0; } }