#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA3F9CEF64ED38FA56ECC5E56165286AE1376D617; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE5741F2484F56501FAC84C6E1B5B42986B1DA4F9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122; // System.Collections.Generic.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981; // System.Collections.Generic.Stack`1 struct Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t7613522A9B5975380E6A607A50507921D454BB82; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Xml.Schema.BitSet[] struct BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Xml.Schema.DatatypeImplementation[] struct DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Xml.XmlName[] struct XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21; // System.Xml.Schema.XmlTypeCode[] struct XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] struct XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] struct SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA; // System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame[] struct ParseElementOnlyContent_LocalFrameU5BU5D_t1DF781C2D4BF68A6BA9EA55C8C3B29632D44A03B; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Xml.Base64Encoder struct Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9; // System.Xml.BinHexDecoder struct BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242; // System.Xml.Schema.BinaryFacetsChecker struct BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Xml.Schema.BitSet struct BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438; // Microsoft.CSharp.CSharpCodeProvider struct CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Xml.Schema.ChoiceNode struct ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C; // System.Xml.Serialization.ClassMap struct ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB; // Microsoft.CSharp.CodeDomProvider struct CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15; // System.Xml.Schema.Datatype_ENTITY struct Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1; // System.Xml.Schema.Datatype_ENUMERATION struct Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6; // System.Xml.Schema.Datatype_ID struct Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851; // System.Xml.Schema.Datatype_IDREF struct Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F; // System.Xml.Schema.Datatype_List struct Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8; // System.Xml.Schema.Datatype_NCName struct Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD; // System.Xml.Schema.Datatype_NMTOKEN struct Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525; // System.Xml.Schema.Datatype_NOTATION struct Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E; // System.Xml.Schema.Datatype_Name struct Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6; // System.Xml.Schema.Datatype_QName struct Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD; // System.Xml.Schema.Datatype_QNameXdr struct Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB; // System.Xml.Schema.Datatype_anyAtomicType struct Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C; // System.Xml.Schema.Datatype_anySimpleType struct Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6; // System.Xml.Schema.Datatype_anyURI struct Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172; // System.Xml.Schema.Datatype_base64Binary struct Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B; // System.Xml.Schema.Datatype_boolean struct Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F; // System.Xml.Schema.Datatype_byte struct Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB; // System.Xml.Schema.Datatype_char struct Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39; // System.Xml.Schema.Datatype_date struct Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620; // System.Xml.Schema.Datatype_dateTime struct Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0; // System.Xml.Schema.Datatype_dateTimeBase struct Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B; // System.Xml.Schema.Datatype_dateTimeNoTimeZone struct Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440; // System.Xml.Schema.Datatype_dateTimeTimeZone struct Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047; // System.Xml.Schema.Datatype_day struct Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F; // System.Xml.Schema.Datatype_dayTimeDuration struct Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9; // System.Xml.Schema.Datatype_decimal struct Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357; // System.Xml.Schema.Datatype_double struct Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC; // System.Xml.Schema.Datatype_doubleXdr struct Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120; // System.Xml.Schema.Datatype_duration struct Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05; // System.Xml.Schema.Datatype_fixed struct Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4; // System.Xml.Schema.Datatype_float struct Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78; // System.Xml.Schema.Datatype_floatXdr struct Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990; // System.Xml.Schema.Datatype_hexBinary struct Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1; // System.Xml.Schema.Datatype_int struct Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33; // System.Xml.Schema.Datatype_integer struct Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734; // System.Xml.Schema.Datatype_language struct Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3; // System.Xml.Schema.Datatype_long struct Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0; // System.Xml.Schema.Datatype_month struct Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53; // System.Xml.Schema.Datatype_monthDay struct Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1; // System.Xml.Schema.Datatype_negativeInteger struct Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD; // System.Xml.Schema.Datatype_nonNegativeInteger struct Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A; // System.Xml.Schema.Datatype_nonPositiveInteger struct Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6; // System.Xml.Schema.Datatype_normalizedString struct Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42; // System.Xml.Schema.Datatype_normalizedStringV1Compat struct Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357; // System.Xml.Schema.Datatype_positiveInteger struct Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C; // System.Xml.Schema.Datatype_short struct Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536; // System.Xml.Schema.Datatype_string struct Datatype_string_tB77515E627562C7905D9460C87420B458293E979; // System.Xml.Schema.Datatype_time struct Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40; // System.Xml.Schema.Datatype_timeNoTimeZone struct Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730; // System.Xml.Schema.Datatype_timeTimeZone struct Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E; // System.Xml.Schema.Datatype_token struct Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47; // System.Xml.Schema.Datatype_tokenV1Compat struct Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24; // System.Xml.Schema.Datatype_union struct Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250; // System.Xml.Schema.Datatype_unsignedByte struct Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E; // System.Xml.Schema.Datatype_unsignedInt struct Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE; // System.Xml.Schema.Datatype_unsignedLong struct Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5; // System.Xml.Schema.Datatype_unsignedShort struct Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE; // System.Xml.Schema.Datatype_untypedAtomicType struct Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78; // System.Xml.Schema.Datatype_uuid struct Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074; // System.Xml.Schema.Datatype_year struct Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96; // System.Xml.Schema.Datatype_yearMonth struct Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE; // System.Xml.Schema.Datatype_yearMonthDuration struct Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16; // System.Xml.Schema.DateTimeFacetsChecker struct DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Xml.Schema.DfaContentValidator struct DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.DtdParser struct DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86; // System.Xml.Schema.DurationFacetsChecker struct DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Exception struct Exception_t; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Xml.IDtdInfo struct IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6; // System.Xml.IDtdParser struct IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833; // System.Xml.IDtdParserAdapter struct IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287; // System.Xml.IDtdParserAdapterWithValidation struct IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Xml.IValidationEventHandling struct IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.Xml.Schema.InteriorNode struct InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Xml.Schema.ListFacetsChecker struct ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46; // System.Xml.Serialization.ListMap struct ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Xml.Schema.MiscFacetsChecker struct MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5; // System.Xml.Schema.Numeric2FacetsChecker struct Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8; // System.Xml.Serialization.ObjectMap struct ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8; // System.Xml.Schema.Positions struct Positions_t577D66E21F674149C5A3E68851CE88B94C37248F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Xml.Schema.QNameFacetsChecker struct QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B; // System.Xml.Schema.SchemaEntity struct SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Xml.Schema.SchemaNotation struct SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62; // System.Xml.Schema.SymbolsDictionary struct SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF; // System.Xml.Schema.SyntaxTreeNode struct SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Type struct Type_t; // System.Xml.Serialization.TypeData struct TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F; // System.Xml.Schema.UnionFacetsChecker struct UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA; // System.Xml.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A; // System.Xml.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A; // System.Xml.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE; // System.Xml.Serialization.XmlTypeMapMemberAnyElement struct XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747; // System.Xml.Serialization.XmlTypeMapMemberExpandable struct XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D; // System.Xml.Serialization.XmlTypeMapping struct XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.Schema.XsdSimpleValue struct XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap struct SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E; // System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame struct ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D; // System.Xml.DtdParser/UndeclaredNotation struct UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_string_tB77515E627562C7905D9460C87420B458293E979_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapterV1_tD82963015FF26E1C1E5B8D17233CBE26BF7F1F60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XsdDateTimeFlags_tA0CFF619A2C537BD8E65672DA641CF4B2405156C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral0376126F0449A97AB7E650AF5576C7A59F4FB688; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0797970A05214E4132EBF1E0E234C882D1DCD3C6; IL2CPP_EXTERN_C String_t* _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72; IL2CPP_EXTERN_C String_t* _stringLiteral10843A43CD4C64637831AF0FF399A1ED2FB29D7D; IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69; IL2CPP_EXTERN_C String_t* _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7; IL2CPP_EXTERN_C String_t* _stringLiteral168C49673280639EC773D92BF193FBACAED8BF52; IL2CPP_EXTERN_C String_t* _stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717; IL2CPP_EXTERN_C String_t* _stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428; IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29; IL2CPP_EXTERN_C String_t* _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300; IL2CPP_EXTERN_C String_t* _stringLiteral1E6F6A066E9C41521D9969E61D6F5F89615E3161; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral265063C5E5B7055CDC527A6D234A14747DC2D71E; IL2CPP_EXTERN_C String_t* _stringLiteral265F3FB35B71A1769644CBC8A1BD32CE34B94D63; IL2CPP_EXTERN_C String_t* _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632; IL2CPP_EXTERN_C String_t* _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7; IL2CPP_EXTERN_C String_t* _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613; IL2CPP_EXTERN_C String_t* _stringLiteral2AD43975A69D522C9BBF973465C2270EB67DD0C6; IL2CPP_EXTERN_C String_t* _stringLiteral2E08A69B160B273B33CB600405C55F98F76617CC; IL2CPP_EXTERN_C String_t* _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7; IL2CPP_EXTERN_C String_t* _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE; IL2CPP_EXTERN_C String_t* _stringLiteral2F48ACBD0C7C02EF65D6C38C3AD927662ECDB6CE; IL2CPP_EXTERN_C String_t* _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4; IL2CPP_EXTERN_C String_t* _stringLiteral34202956739DA5FD8C25F589724F7651D367199C; IL2CPP_EXTERN_C String_t* _stringLiteral35297627D35CC089E8CF7EED1566D3C9FF09552C; IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0; IL2CPP_EXTERN_C String_t* _stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7; IL2CPP_EXTERN_C String_t* _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306; IL2CPP_EXTERN_C String_t* _stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D; IL2CPP_EXTERN_C String_t* _stringLiteral3B0A4D9DF1E7BCA0CC37643FD62C698D64EA7F1D; IL2CPP_EXTERN_C String_t* _stringLiteral3B73D6A62CBC2F2D7E36C7E827E41941ED0A4B49; IL2CPP_EXTERN_C String_t* _stringLiteral3C19E9456A591B7480BFD140A0016E01BC880976; IL2CPP_EXTERN_C String_t* _stringLiteral412CDD51CEFF0076D98025A6A06AA2AF9F83EF80; IL2CPP_EXTERN_C String_t* _stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5; IL2CPP_EXTERN_C String_t* _stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral427B5CD0C06701810B3C126A307EAE3A6260A3C9; IL2CPP_EXTERN_C String_t* _stringLiteral44832A6618EA2A0E064DDB0752063789A8CE8A58; IL2CPP_EXTERN_C String_t* _stringLiteral465E30F3D21D06E0DA20D8DA61A1DEC0DAB8C6A5; IL2CPP_EXTERN_C String_t* _stringLiteral4BD1D6F2500A903652036B29D6882FA865715A46; IL2CPP_EXTERN_C String_t* _stringLiteral4BE06F642C3A63FAEA457BDFF33BDDEF57BB7CA7; IL2CPP_EXTERN_C String_t* _stringLiteral4F04E415359BAAEA12C3DA482EAACC98D2F7EDC8; IL2CPP_EXTERN_C String_t* _stringLiteral501B98A6E74F1C51225E59A5DAE2EE433B125499; IL2CPP_EXTERN_C String_t* _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6; IL2CPP_EXTERN_C String_t* _stringLiteral50F39E434D2F5790A2F8998AC61DFE974815FC8C; IL2CPP_EXTERN_C String_t* _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199; IL2CPP_EXTERN_C String_t* _stringLiteral51C6279E31F7483126B79E3000116001A915B690; IL2CPP_EXTERN_C String_t* _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D; IL2CPP_EXTERN_C String_t* _stringLiteral594C9B74105FC363004860F96C38805E33805AA9; IL2CPP_EXTERN_C String_t* _stringLiteral59EB542A9E6EFCBFACCAE7DFE982B1F399E566DA; IL2CPP_EXTERN_C String_t* _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F; IL2CPP_EXTERN_C String_t* _stringLiteral5EA907DF837264718D0DC8D41DDEAFB889AC5C57; IL2CPP_EXTERN_C String_t* _stringLiteral601E51A43FF6581ACBC417FEE88AE4098CBBB1A4; IL2CPP_EXTERN_C String_t* _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6; IL2CPP_EXTERN_C String_t* _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80; IL2CPP_EXTERN_C String_t* _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB; IL2CPP_EXTERN_C String_t* _stringLiteral648E7A40D2E5792A25DB368740E29C86157D8779; IL2CPP_EXTERN_C String_t* _stringLiteral692E131B59AF727A7822FA650BA4A6EEB0785056; IL2CPP_EXTERN_C String_t* _stringLiteral6A13904391B9244725CDA479F017C96337B784A1; IL2CPP_EXTERN_C String_t* _stringLiteral6AB660E1248762B48B0356F19FC1CB2FC99F1ABF; IL2CPP_EXTERN_C String_t* _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367; IL2CPP_EXTERN_C String_t* _stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9; IL2CPP_EXTERN_C String_t* _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B; IL2CPP_EXTERN_C String_t* _stringLiteral6C370F917A6284F4D431AD8EB3AD2C86D406AB52; IL2CPP_EXTERN_C String_t* _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1; IL2CPP_EXTERN_C String_t* _stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437; IL2CPP_EXTERN_C String_t* _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB; IL2CPP_EXTERN_C String_t* _stringLiteral6CF85EA4A9725419E00C90B0EC2DCE10FD2E8CE7; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral705E2E4DA8BAADF981F701A6C65423C725FAFCA4; IL2CPP_EXTERN_C String_t* _stringLiteral72AA82468046288272E323F13B397B70AFA72BDD; IL2CPP_EXTERN_C String_t* _stringLiteral744DBAE461E32AD381B1A38CE73D4E473E600816; IL2CPP_EXTERN_C String_t* _stringLiteral76E62F453A24947850B05E49CB623C3DC2533C64; IL2CPP_EXTERN_C String_t* _stringLiteral7828486CC6E76D847B54C1EB7416ACD4B474A3AB; IL2CPP_EXTERN_C String_t* _stringLiteral798FAE79042022F0E20CDBB3AD4A4E26A3AA7677; IL2CPP_EXTERN_C String_t* _stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741; IL2CPP_EXTERN_C String_t* _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D; IL2CPP_EXTERN_C String_t* _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3; IL2CPP_EXTERN_C String_t* _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06; IL2CPP_EXTERN_C String_t* _stringLiteral7E813A351BDAF588C5F27BAF94CA6FA9357A2BD3; IL2CPP_EXTERN_C String_t* _stringLiteral80BD0AC23C01D7E27D9756B80C93372D48AB0275; IL2CPP_EXTERN_C String_t* _stringLiteral842A819C7360E51D01A8550FCEE258164E5AA620; IL2CPP_EXTERN_C String_t* _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88; IL2CPP_EXTERN_C String_t* _stringLiteral85E61EF83FCD7B08C40AA3B100CA8FC4B41A934C; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteral8BF693870A1CA202D2EE1A186395E62B409214FD; IL2CPP_EXTERN_C String_t* _stringLiteral8CAD5FF1EF457B3BD0E6D30D374C5561AA3D0FDC; IL2CPP_EXTERN_C String_t* _stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158; IL2CPP_EXTERN_C String_t* _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989; IL2CPP_EXTERN_C String_t* _stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED; IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48; IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; IL2CPP_EXTERN_C String_t* _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956; IL2CPP_EXTERN_C String_t* _stringLiteral9596E5523DE78154FE7D2F120B5259D589F47C5E; IL2CPP_EXTERN_C String_t* _stringLiteral971D51C40C3690E34F8691C90801333B2B681EF7; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9AFC78FE25EB4459543F4E497BB776C6616A672B; IL2CPP_EXTERN_C String_t* _stringLiteral9C0B03C3C90A2F77EF795B5B44ADB4E16550BEE4; IL2CPP_EXTERN_C String_t* _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36; IL2CPP_EXTERN_C String_t* _stringLiteralA209B37D33B4476CEC46AD3B1D553C7B0BECB32A; IL2CPP_EXTERN_C String_t* _stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E; IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73; IL2CPP_EXTERN_C String_t* _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827; IL2CPP_EXTERN_C String_t* _stringLiteralA5D214974A6E3CCDE1B595EE7A016D3FEA5FAA61; IL2CPP_EXTERN_C String_t* _stringLiteralA92C60F422399B9E64181540FEB7BB64FF237AFE; IL2CPP_EXTERN_C String_t* _stringLiteralA98C4EB777C388F69EC48A492C07DBBBEBF41DC1; IL2CPP_EXTERN_C String_t* _stringLiteralAB277B5B1CF7C3380602834A207C18657E7B8A9F; IL2CPP_EXTERN_C String_t* _stringLiteralAD131E029E531EEF793FBF0B4609AC73AD1F372F; IL2CPP_EXTERN_C String_t* _stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC; IL2CPP_EXTERN_C String_t* _stringLiteralAFB36F69DD323FF604AB5F1235E31F803043EA10; IL2CPP_EXTERN_C String_t* _stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049; IL2CPP_EXTERN_C String_t* _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72; IL2CPP_EXTERN_C String_t* _stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F; IL2CPP_EXTERN_C String_t* _stringLiteralB0AADDDCB10777660C04FFF62EE090971E9CB5CA; IL2CPP_EXTERN_C String_t* _stringLiteralB1C0E2BE30C6465F986B63E23CA73D695683ACF6; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; IL2CPP_EXTERN_C String_t* _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58; IL2CPP_EXTERN_C String_t* _stringLiteralB77C51162F9B76C1135D72465C09B899FF505927; IL2CPP_EXTERN_C String_t* _stringLiteralB8592558A3214B8F63A256B8806C4A8EF96EF5FB; IL2CPP_EXTERN_C String_t* _stringLiteralB9895E6DD32A29F645457E316DC78EBC804C2C86; IL2CPP_EXTERN_C String_t* _stringLiteralBA8CEF9FA2E16350C5BB0F9118C66C518032FCD7; IL2CPP_EXTERN_C String_t* _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B; IL2CPP_EXTERN_C String_t* _stringLiteralBBAA0AE1BC05CD8F3F881F4350A1BCAC87A11697; IL2CPP_EXTERN_C String_t* _stringLiteralBBBCFF9559F03CF35B40795127B3BDBC6A80E8CB; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralBF20334865FA7018C1BA9A8CEB0C34098005DC07; IL2CPP_EXTERN_C String_t* _stringLiteralC3304C21E7F8F3D25BF870F3A00FB0D196C695E5; IL2CPP_EXTERN_C String_t* _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC; IL2CPP_EXTERN_C String_t* _stringLiteralC622F0B78799504E9F670AD20F9006F7BD480C1D; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC66F579DCA45D04AA08CC18AEAEC2741A63B494F; IL2CPP_EXTERN_C String_t* _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944; IL2CPP_EXTERN_C String_t* _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780; IL2CPP_EXTERN_C String_t* _stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C; IL2CPP_EXTERN_C String_t* _stringLiteralCA5E1CA6F7C4B79C4153E5E7A887FD406FDC5545; IL2CPP_EXTERN_C String_t* _stringLiteralCA645ED4B07E7B41C211BD7FDE87069773914BF6; IL2CPP_EXTERN_C String_t* _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D; IL2CPP_EXTERN_C String_t* _stringLiteralCDFFBF7695883D821E64C727304FFE2682330A22; IL2CPP_EXTERN_C String_t* _stringLiteralCF0E9D64E3F57C73CF91FF404AA6F5D46637A3CC; IL2CPP_EXTERN_C String_t* _stringLiteralD015306D665F695A4B61154904784526EEFEC44B; IL2CPP_EXTERN_C String_t* _stringLiteralD0CFC77D43A44B5A4A2B697D7DB3704358153834; IL2CPP_EXTERN_C String_t* _stringLiteralD120A25823B4E6A16F847243FD4B4494D53A017C; IL2CPP_EXTERN_C String_t* _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A; IL2CPP_EXTERN_C String_t* _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC; IL2CPP_EXTERN_C String_t* _stringLiteralD29D7A474294CE305B3899F0EF058A660546CC77; IL2CPP_EXTERN_C String_t* _stringLiteralD41E0018E119649FDAD866A881DB09284C4F1F63; IL2CPP_EXTERN_C String_t* _stringLiteralD692E67438BD707EE1906F28C246C0A0A23AE7A5; IL2CPP_EXTERN_C String_t* _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA; IL2CPP_EXTERN_C String_t* _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7; IL2CPP_EXTERN_C String_t* _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142; IL2CPP_EXTERN_C String_t* _stringLiteralD93DDB9BA74539B5989A13715EBB5158C4B43486; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralD9AD03488C0FD2A5029083D5A67F58438C2A5CF1; IL2CPP_EXTERN_C String_t* _stringLiteralDA1CEECEE55D86E0910B957EE08C6706B691941B; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA70DA9BEB540E5A5AE851D4E7FE442181677124; IL2CPP_EXTERN_C String_t* _stringLiteralDDD95D0BA271A5E9F4CE21EE52B8AD959CD7072A; IL2CPP_EXTERN_C String_t* _stringLiteralDE9AA762B72BCD6BE256CC115B658BDBC21C36EA; IL2CPP_EXTERN_C String_t* _stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F; IL2CPP_EXTERN_C String_t* _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2; IL2CPP_EXTERN_C String_t* _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7; IL2CPP_EXTERN_C String_t* _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63; IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF; IL2CPP_EXTERN_C String_t* _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7; IL2CPP_EXTERN_C String_t* _stringLiteralE37FDA7277F15534CECEDAEFDA7350672DC07A1D; IL2CPP_EXTERN_C String_t* _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29; IL2CPP_EXTERN_C String_t* _stringLiteralE45A27D5263BA91F21F82127FF20410C4431D222; IL2CPP_EXTERN_C String_t* _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373; IL2CPP_EXTERN_C String_t* _stringLiteralEB3C5FD07A0EE63BA68796F5AC5B2BF4B174670C; IL2CPP_EXTERN_C String_t* _stringLiteralEBC96FC5B7AE8C1C12A3890CB36E89139E925C53; IL2CPP_EXTERN_C String_t* _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490; IL2CPP_EXTERN_C String_t* _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; IL2CPP_EXTERN_C String_t* _stringLiteralEDDA5C78F1020908086DF1A7AC39C48AEFE8E36C; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54; IL2CPP_EXTERN_C String_t* _stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9; IL2CPP_EXTERN_C String_t* _stringLiteralF4541B932FD6CC47E51779BE1ADC2CE3B2928831; IL2CPP_EXTERN_C String_t* _stringLiteralF5C24D44837B154270D34E68B33250421ECA84D6; IL2CPP_EXTERN_C String_t* _stringLiteralF656DB588A082446562DCF385DA7315EB85D49AB; IL2CPP_EXTERN_C String_t* _stringLiteralF68BE93499EBDA525EAB969E88B05907332F6184; IL2CPP_EXTERN_C const RuntimeMethod* BinHexDecoder_Decode_m46B323982F3912AEFE7E55050A154FC33EC3CDBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinHexDecoder_Decode_mC06C9A0B4D48C2759B3033776BDE4BB6AE49384A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinHexDecoder_Decode_mF95A07537E976CE892D75E86899C2106AD48D2FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinHexEncoder_Encode_m68E145CA10B94A3D2818160779E999E43FD170DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClassMap_AddMember_m59D36DD3335ABF9FFC40375986350D4F05B52C18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DatatypeImplementation_ParseValue_m5DACDFF323653575DAF0968F2DC02C553A8F4C79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_QNameXdr_ParseValue_mD0ACAA24C95B85AC7A8C8B70A94A7A526D6C844F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_char_ParseValue_mFD184A98B894B7F6A9F1BA194B09411C1FBD8DA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_doubleXdr_ParseValue_m5FE9F753F8C723CF42A9F4D500B5A4D77989FA1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_fixed_ParseValue_m151E3A03216D51501FCEB21BED4C88E180C38442_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_floatXdr_ParseValue_m064A05E76D7A63B3096D1B2BDB765408F489C48A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Datatype_uuid_ParseValue_mB4E5E141B8B1495FBE9DEACA42F7BF49192CDB0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m00609D36B3516F9EB2C6E7E2966DFCBF288E8C25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m148257C882469D381BA1DDBCAF3776BDA5F3B249_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m7A757361EEA17AE70FE276F92E3EF3E2ADCEEE34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mA3FFAC67AA8E18AD5B2A289744503F03016C125F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m5FDEA276F22009D24C06DDE9E946C2804AD2382F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mFB7F47362AC203748B9BBE9447BEFF79FAF03C38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m35A7DFA27486DFC2030FDAEE23FB43B488177E69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m66AE94E1BCD78D097CABE71BEF584B1F8F5C549C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBC7DCD808072C62B87F78A58313831C3A7AB6CB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m30D3A28E0981D2642797EC0D059B17C3C1FD3A27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtdParser_InitializeFreeFloatingDtd_m1A9BE80900384F5C51DF389508F248C67A1D61F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtdParser_ParseComment_mC4BC85998EF51416A5B738E7D90315F53A8CCAD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1C478E1D706D299BE62793A7CFBD1299799F7F43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m402C428C43C2F738F8BA22947F49976C562FF41B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD6F713EC3282317C9949946A8DED474D4BD34A2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m2EAD2DADA0478175052301E48FCE772ECD9A6F5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_mB03BA904E430A45CC0771F1BA83E8E90C7427AAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mB7ED1C331BD1EC00864C366637799FF8B69C7F07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m2237E79C77D3B6C8754995D7E8364E416A264BC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m87732B673211153DE2B375E85DE77F5081E7C9F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mE94EAB56D6338C31D793E1F23AEDAA1BC3E32D2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mE0EDD8D6F14CAC419E1C87976C3936DF2E95C80C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; struct BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9; struct XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7; struct XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21; struct XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35; struct SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA; 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 // struct U3CModuleU3E_t0405602968139A4E20850A743CF2ADF054445765 { public: public: }; // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___entries_1)); } inline EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___keys_7)); } inline KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___values_8)); } inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * get_values_8() const { return ___values_8; } inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t7613522A9B5975380E6A607A50507921D454BB82* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_tE5741F2484F56501FAC84C6E1B5B42986B1DA4F9 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___entries_1)); } inline EntryU5BU5D_t7613522A9B5975380E6A607A50507921D454BB82* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t7613522A9B5975380E6A607A50507921D454BB82** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t7613522A9B5975380E6A607A50507921D454BB82* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___keys_7)); } inline KeyCollection_tE5741F2484F56501FAC84C6E1B5B42986B1DA4F9 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE5741F2484F56501FAC84C6E1B5B42986B1DA4F9 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE5741F2484F56501FAC84C6E1B5B42986B1DA4F9 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ___values_8)); } inline ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 * get_values_8() const { return ___values_8; } inline ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_tFEE8457FE221E239778EE686C6BB8756470C8987 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___entries_1)); } inline EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___keys_7)); } inline KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___values_8)); } inline ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * get_values_8() const { return ___values_8; } inline ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___entries_1)); } inline EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___keys_7)); } inline KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___values_8)); } inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * get_values_8() const { return ___values_8; } inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ParseElementOnlyContent_LocalFrameU5BU5D_t1DF781C2D4BF68A6BA9EA55C8C3B29632D44A03B* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170, ____array_0)); } inline ParseElementOnlyContent_LocalFrameU5BU5D_t1DF781C2D4BF68A6BA9EA55C8C3B29632D44A03B* get__array_0() const { return ____array_0; } inline ParseElementOnlyContent_LocalFrameU5BU5D_t1DF781C2D4BF68A6BA9EA55C8C3B29632D44A03B** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ParseElementOnlyContent_LocalFrameU5BU5D_t1DF781C2D4BF68A6BA9EA55C8C3B29632D44A03B* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424, ___dictionary_0)); } inline Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Xml.Base64Encoder struct Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9 : public RuntimeObject { public: // System.Byte[] System.Xml.Base64Encoder::leftOverBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___leftOverBytes_0; // System.Int32 System.Xml.Base64Encoder::leftOverBytesCount int32_t ___leftOverBytesCount_1; // System.Char[] System.Xml.Base64Encoder::charsLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charsLine_2; public: inline static int32_t get_offset_of_leftOverBytes_0() { return static_cast(offsetof(Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9, ___leftOverBytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_leftOverBytes_0() const { return ___leftOverBytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_leftOverBytes_0() { return &___leftOverBytes_0; } inline void set_leftOverBytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___leftOverBytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftOverBytes_0), (void*)value); } inline static int32_t get_offset_of_leftOverBytesCount_1() { return static_cast(offsetof(Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9, ___leftOverBytesCount_1)); } inline int32_t get_leftOverBytesCount_1() const { return ___leftOverBytesCount_1; } inline int32_t* get_address_of_leftOverBytesCount_1() { return &___leftOverBytesCount_1; } inline void set_leftOverBytesCount_1(int32_t value) { ___leftOverBytesCount_1 = value; } inline static int32_t get_offset_of_charsLine_2() { return static_cast(offsetof(Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9, ___charsLine_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charsLine_2() const { return ___charsLine_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charsLine_2() { return &___charsLine_2; } inline void set_charsLine_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charsLine_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charsLine_2), (void*)value); } }; // System.Xml.Schema.BaseValidator struct BaseValidator_t4ACE6491BFDD78F3B8F746885ADBA13B631AD2A9 : public RuntimeObject { public: public: }; // System.Xml.BinHexEncoder struct BinHexEncoder_t3B1414F2C583D8E7C9F10F9DC8EA2DAD7B9EAA29 : public RuntimeObject { public: public: }; // System.Xml.BinaryCompatibility struct BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5 : public RuntimeObject { public: public: }; // System.Xml.Schema.BitSet struct BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 : public RuntimeObject { public: // System.Int32 System.Xml.Schema.BitSet::count int32_t ___count_0; // System.UInt32[] System.Xml.Schema.BitSet::bits UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___bits_1; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_bits_1() { return static_cast(offsetof(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438, ___bits_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_bits_1() const { return ___bits_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_bits_1() { return &___bits_1; } inline void set_bits_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___bits_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___bits_1), (void*)value); } }; // System.Xml.Bits struct Bits_t74232172D88399D44E277C1367618DE2B73FF95E : public RuntimeObject { public: public: }; // Microsoft.CSharp.CodeDomProvider struct CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 : public RuntimeObject { public: public: }; // System.Xml.Serialization.CodeIdentifier struct CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814 : public RuntimeObject { public: public: }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // 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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 : public RuntimeObject { public: public: }; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB : public RuntimeObject { public: // System.Xml.XmlName[] System.Xml.DomNameTable::entries XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* ___entries_0; // System.Int32 System.Xml.DomNameTable::count int32_t ___count_1; // System.Int32 System.Xml.DomNameTable::mask int32_t ___mask_2; // System.Xml.XmlDocument System.Xml.DomNameTable::ownerDocument XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDocument_3; // System.Xml.XmlNameTable System.Xml.DomNameTable::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_4; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___entries_0)); } inline XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* get_entries_0() const { return ___entries_0; } inline XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_mask_2() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___mask_2)); } inline int32_t get_mask_2() const { return ___mask_2; } inline int32_t* get_address_of_mask_2() { return &___mask_2; } inline void set_mask_2(int32_t value) { ___mask_2 = value; } inline static int32_t get_offset_of_ownerDocument_3() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___ownerDocument_3)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_ownerDocument_3() const { return ___ownerDocument_3; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_ownerDocument_3() { return &___ownerDocument_3; } inline void set_ownerDocument_3(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___ownerDocument_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDocument_3), (void*)value); } inline static int32_t get_offset_of_nameTable_4() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___nameTable_4)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_4() const { return ___nameTable_4; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_4() { return &___nameTable_4; } inline void set_nameTable_4(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_4), (void*)value); } }; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 : public RuntimeObject { public: public: }; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Xml.Serialization.ObjectMap struct ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C : public RuntimeObject { public: public: }; // System.Xml.Schema.Positions struct Positions_t577D66E21F674149C5A3E68851CE88B94C37248F : public RuntimeObject { public: // System.Collections.ArrayList System.Xml.Schema.Positions::positions ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___positions_0; public: inline static int32_t get_offset_of_positions_0() { return static_cast(offsetof(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F, ___positions_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_positions_0() const { return ___positions_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_positions_0() { return &___positions_0; } inline void set_positions_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___positions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_0), (void*)value); } }; // System.Xml.Schema.SchemaEntity struct SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___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_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___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; public: inline static int32_t get_offset_of_qname_0() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___qname_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qname_0() const { return ___qname_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qname_0() { return &___qname_0; } inline void set_qname_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qname_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_0), (void*)value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___url_1), (void*)value); } inline static int32_t get_offset_of_pubid_2() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___pubid_2)); } inline String_t* get_pubid_2() const { return ___pubid_2; } inline String_t** get_address_of_pubid_2() { return &___pubid_2; } inline void set_pubid_2(String_t* value) { ___pubid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubid_2), (void*)value); } inline static int32_t get_offset_of_text_3() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___text_3)); } inline String_t* get_text_3() const { return ___text_3; } inline String_t** get_address_of_text_3() { return &___text_3; } inline void set_text_3(String_t* value) { ___text_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_3), (void*)value); } inline static int32_t get_offset_of_ndata_4() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___ndata_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_ndata_4() const { return ___ndata_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_ndata_4() { return &___ndata_4; } inline void set_ndata_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___ndata_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ndata_4), (void*)value); } inline static int32_t get_offset_of_lineNumber_5() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___lineNumber_5)); } inline int32_t get_lineNumber_5() const { return ___lineNumber_5; } inline int32_t* get_address_of_lineNumber_5() { return &___lineNumber_5; } inline void set_lineNumber_5(int32_t value) { ___lineNumber_5 = value; } inline static int32_t get_offset_of_linePosition_6() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___linePosition_6)); } inline int32_t get_linePosition_6() const { return ___linePosition_6; } inline int32_t* get_address_of_linePosition_6() { return &___linePosition_6; } inline void set_linePosition_6(int32_t value) { ___linePosition_6 = value; } inline static int32_t get_offset_of_isParameter_7() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isParameter_7)); } inline bool get_isParameter_7() const { return ___isParameter_7; } inline bool* get_address_of_isParameter_7() { return &___isParameter_7; } inline void set_isParameter_7(bool value) { ___isParameter_7 = value; } inline static int32_t get_offset_of_isExternal_8() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isExternal_8)); } inline bool get_isExternal_8() const { return ___isExternal_8; } inline bool* get_address_of_isExternal_8() { return &___isExternal_8; } inline void set_isExternal_8(bool value) { ___isExternal_8 = value; } inline static int32_t get_offset_of_parsingInProgress_9() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___parsingInProgress_9)); } inline bool get_parsingInProgress_9() const { return ___parsingInProgress_9; } inline bool* get_address_of_parsingInProgress_9() { return &___parsingInProgress_9; } inline void set_parsingInProgress_9(bool value) { ___parsingInProgress_9 = value; } inline static int32_t get_offset_of_isDeclaredInExternal_10() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isDeclaredInExternal_10)); } inline bool get_isDeclaredInExternal_10() const { return ___isDeclaredInExternal_10; } inline bool* get_address_of_isDeclaredInExternal_10() { return &___isDeclaredInExternal_10; } inline void set_isDeclaredInExternal_10(bool value) { ___isDeclaredInExternal_10 = value; } inline static int32_t get_offset_of_baseURI_11() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___baseURI_11)); } inline String_t* get_baseURI_11() const { return ___baseURI_11; } inline String_t** get_address_of_baseURI_11() { return &___baseURI_11; } inline void set_baseURI_11(String_t* value) { ___baseURI_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_11), (void*)value); } inline static int32_t get_offset_of_declaredURI_12() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___declaredURI_12)); } inline String_t* get_declaredURI_12() const { return ___declaredURI_12; } inline String_t** get_address_of_declaredURI_12() { return &___declaredURI_12; } inline void set_declaredURI_12(String_t* value) { ___declaredURI_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaredURI_12), (void*)value); } }; // System.Xml.Schema.SchemaNotation struct SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::name XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name_0; // System.String System.Xml.Schema.SchemaNotation::systemLiteral String_t* ___systemLiteral_1; // System.String System.Xml.Schema.SchemaNotation::pubid String_t* ___pubid_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___name_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_name_0() const { return ___name_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_name_0() { return &___name_0; } inline void set_name_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_systemLiteral_1() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___systemLiteral_1)); } inline String_t* get_systemLiteral_1() const { return ___systemLiteral_1; } inline String_t** get_address_of_systemLiteral_1() { return &___systemLiteral_1; } inline void set_systemLiteral_1(String_t* value) { ___systemLiteral_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemLiteral_1), (void*)value); } inline static int32_t get_offset_of_pubid_2() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___pubid_2)); } inline String_t* get_pubid_2() const { return ___pubid_2; } inline String_t** get_address_of_pubid_2() { return &___pubid_2; } inline void set_pubid_2(String_t* value) { ___pubid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubid_2), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.Xml.Schema.SymbolsDictionary struct SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF : public RuntimeObject { public: // System.Int32 System.Xml.Schema.SymbolsDictionary::last int32_t ___last_0; // System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::names Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___names_1; // System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::wildcards Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___wildcards_2; // System.Collections.ArrayList System.Xml.Schema.SymbolsDictionary::particles ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___particles_3; // System.Object System.Xml.Schema.SymbolsDictionary::particleLast RuntimeObject * ___particleLast_4; // System.Boolean System.Xml.Schema.SymbolsDictionary::isUpaEnforced bool ___isUpaEnforced_5; public: inline static int32_t get_offset_of_last_0() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___last_0)); } inline int32_t get_last_0() const { return ___last_0; } inline int32_t* get_address_of_last_0() { return &___last_0; } inline void set_last_0(int32_t value) { ___last_0 = value; } inline static int32_t get_offset_of_names_1() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___names_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_names_1() const { return ___names_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_names_1() { return &___names_1; } inline void set_names_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___names_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_1), (void*)value); } inline static int32_t get_offset_of_wildcards_2() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___wildcards_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_wildcards_2() const { return ___wildcards_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_wildcards_2() { return &___wildcards_2; } inline void set_wildcards_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___wildcards_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___wildcards_2), (void*)value); } inline static int32_t get_offset_of_particles_3() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___particles_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_particles_3() const { return ___particles_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_particles_3() { return &___particles_3; } inline void set_particles_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___particles_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___particles_3), (void*)value); } inline static int32_t get_offset_of_particleLast_4() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___particleLast_4)); } inline RuntimeObject * get_particleLast_4() const { return ___particleLast_4; } inline RuntimeObject ** get_address_of_particleLast_4() { return &___particleLast_4; } inline void set_particleLast_4(RuntimeObject * value) { ___particleLast_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___particleLast_4), (void*)value); } inline static int32_t get_offset_of_isUpaEnforced_5() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___isUpaEnforced_5)); } inline bool get_isUpaEnforced_5() const { return ___isUpaEnforced_5; } inline bool* get_address_of_isUpaEnforced_5() { return &___isUpaEnforced_5; } inline void set_isUpaEnforced_5(bool value) { ___isUpaEnforced_5 = value; } }; // System.Xml.Schema.SyntaxTreeNode struct SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 : public RuntimeObject { public: public: }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 : public RuntimeObject { public: public: }; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 : public RuntimeObject { public: // System.String System.Xml.XmlName::prefix String_t* ___prefix_0; // System.String System.Xml.XmlName::localName String_t* ___localName_1; // System.String System.Xml.XmlName::ns String_t* ___ns_2; // System.String System.Xml.XmlName::name String_t* ___name_3; // System.Int32 System.Xml.XmlName::hashCode int32_t ___hashCode_4; // System.Xml.XmlDocument System.Xml.XmlName::ownerDoc XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc_5; // System.Xml.XmlName System.Xml.XmlName::next XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next_6; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___prefix_0)); } inline String_t* get_prefix_0() const { return ___prefix_0; } inline String_t** get_address_of_prefix_0() { return &___prefix_0; } inline void set_prefix_0(String_t* value) { ___prefix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value); } inline static int32_t get_offset_of_localName_1() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___localName_1)); } inline String_t* get_localName_1() const { return ___localName_1; } inline String_t** get_address_of_localName_1() { return &___localName_1; } inline void set_localName_1(String_t* value) { ___localName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_1), (void*)value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value); } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_hashCode_4() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___hashCode_4)); } inline int32_t get_hashCode_4() const { return ___hashCode_4; } inline int32_t* get_address_of_hashCode_4() { return &___hashCode_4; } inline void set_hashCode_4(int32_t value) { ___hashCode_4 = value; } inline static int32_t get_offset_of_ownerDoc_5() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___ownerDoc_5)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_ownerDoc_5() const { return ___ownerDoc_5; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_ownerDoc_5() { return &___ownerDoc_5; } inline void set_ownerDoc_5(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___ownerDoc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDoc_5), (void*)value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___next_6)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_next_6() const { return ___next_6; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_6), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 : public RuntimeObject { public: public: }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 : public RuntimeObject { public: // System.String System.Xml.XmlQualifiedName::name String_t* ___name_1; // System.String System.Xml.XmlQualifiedName::ns String_t* ___ns_2; // System.Int32 System.Xml.XmlQualifiedName::hash int32_t ___hash_3; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value); } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___hash_3)); } inline int32_t get_hash_3() const { return ___hash_3; } inline int32_t* get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(int32_t value) { ___hash_3 = value; } }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlTypeMapMember::_name String_t* ____name_0; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_index int32_t ____index_1; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_globalIndex int32_t ____globalIndex_2; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_specifiedGlobalIndex int32_t ____specifiedGlobalIndex_3; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::_typeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____typeData_4; // System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_member MemberInfo_t * ____member_5; // System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_specifiedMember MemberInfo_t * ____specifiedMember_6; // System.Reflection.MethodInfo System.Xml.Serialization.XmlTypeMapMember::_shouldSerialize MethodInfo_t * ____shouldSerialize_7; // System.Object System.Xml.Serialization.XmlTypeMapMember::_defaultValue RuntimeObject * ____defaultValue_8; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_flags int32_t ____flags_9; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__globalIndex_2() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____globalIndex_2)); } inline int32_t get__globalIndex_2() const { return ____globalIndex_2; } inline int32_t* get_address_of__globalIndex_2() { return &____globalIndex_2; } inline void set__globalIndex_2(int32_t value) { ____globalIndex_2 = value; } inline static int32_t get_offset_of__specifiedGlobalIndex_3() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____specifiedGlobalIndex_3)); } inline int32_t get__specifiedGlobalIndex_3() const { return ____specifiedGlobalIndex_3; } inline int32_t* get_address_of__specifiedGlobalIndex_3() { return &____specifiedGlobalIndex_3; } inline void set__specifiedGlobalIndex_3(int32_t value) { ____specifiedGlobalIndex_3 = value; } inline static int32_t get_offset_of__typeData_4() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____typeData_4)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__typeData_4() const { return ____typeData_4; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__typeData_4() { return &____typeData_4; } inline void set__typeData_4(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____typeData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeData_4), (void*)value); } inline static int32_t get_offset_of__member_5() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____member_5)); } inline MemberInfo_t * get__member_5() const { return ____member_5; } inline MemberInfo_t ** get_address_of__member_5() { return &____member_5; } inline void set__member_5(MemberInfo_t * value) { ____member_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_5), (void*)value); } inline static int32_t get_offset_of__specifiedMember_6() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____specifiedMember_6)); } inline MemberInfo_t * get__specifiedMember_6() const { return ____specifiedMember_6; } inline MemberInfo_t ** get_address_of__specifiedMember_6() { return &____specifiedMember_6; } inline void set__specifiedMember_6(MemberInfo_t * value) { ____specifiedMember_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____specifiedMember_6), (void*)value); } inline static int32_t get_offset_of__shouldSerialize_7() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____shouldSerialize_7)); } inline MethodInfo_t * get__shouldSerialize_7() const { return ____shouldSerialize_7; } inline MethodInfo_t ** get_address_of__shouldSerialize_7() { return &____shouldSerialize_7; } inline void set__shouldSerialize_7(MethodInfo_t * value) { ____shouldSerialize_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____shouldSerialize_7), (void*)value); } inline static int32_t get_offset_of__defaultValue_8() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____defaultValue_8)); } inline RuntimeObject * get__defaultValue_8() const { return ____defaultValue_8; } inline RuntimeObject ** get_address_of__defaultValue_8() { return &____defaultValue_8; } inline void set__defaultValue_8(RuntimeObject * value) { ____defaultValue_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultValue_8), (void*)value); } inline static int32_t get_offset_of__flags_9() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____flags_9)); } inline int32_t get__flags_9() const { return ____flags_9; } inline int32_t* get_address_of__flags_9() { return &____flags_9; } inline void set__flags_9(int32_t value) { ____flags_9 = value; } }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 : public RuntimeObject { public: public: }; // System.Xml.Schema.XsdSimpleValue struct XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XsdSimpleValue::xmlType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___xmlType_0; // System.Object System.Xml.Schema.XsdSimpleValue::typedValue RuntimeObject * ___typedValue_1; public: inline static int32_t get_offset_of_xmlType_0() { return static_cast(offsetof(XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB, ___xmlType_0)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_xmlType_0() const { return ___xmlType_0; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_xmlType_0() { return &___xmlType_0; } inline void set_xmlType_0(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___xmlType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_0), (void*)value); } inline static int32_t get_offset_of_typedValue_1() { return static_cast(offsetof(XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB, ___typedValue_1)); } inline RuntimeObject * get_typedValue_1() const { return ___typedValue_1; } inline RuntimeObject ** get_address_of_typedValue_1() { return &___typedValue_1; } inline void set_typedValue_1(RuntimeObject * value) { ___typedValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___typedValue_1), (void*)value); } }; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap struct SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E : public RuntimeObject { public: // System.String System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::name String_t* ___name_0; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::type DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___type_1; // System.Int32 System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::parentIndex int32_t ___parentIndex_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E, ___type_1)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_type_1() const { return ___type_1; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } inline static int32_t get_offset_of_parentIndex_2() { return static_cast(offsetof(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E, ___parentIndex_2)); } inline int32_t get_parentIndex_2() const { return ___parentIndex_2; } inline int32_t* get_address_of_parentIndex_2() { return &___parentIndex_2; } inline void set_parentIndex_2(int32_t value) { ___parentIndex_2 = value; } }; // System.Xml.DtdParser/UndeclaredNotation struct UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B : public RuntimeObject { public: // System.String System.Xml.DtdParser/UndeclaredNotation::name String_t* ___name_0; // System.Int32 System.Xml.DtdParser/UndeclaredNotation::lineNo int32_t ___lineNo_1; // System.Int32 System.Xml.DtdParser/UndeclaredNotation::linePos int32_t ___linePos_2; // System.Xml.DtdParser/UndeclaredNotation System.Xml.DtdParser/UndeclaredNotation::next UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * ___next_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_lineNo_1() { return static_cast(offsetof(UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B, ___lineNo_1)); } inline int32_t get_lineNo_1() const { return ___lineNo_1; } inline int32_t* get_address_of_lineNo_1() { return &___lineNo_1; } inline void set_lineNo_1(int32_t value) { ___lineNo_1 = value; } inline static int32_t get_offset_of_linePos_2() { return static_cast(offsetof(UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B, ___linePos_2)); } inline int32_t get_linePos_2() const { return ___linePos_2; } inline int32_t* get_address_of_linePos_2() { return &___linePos_2; } inline void set_linePos_2(int32_t value) { ___linePos_2 = value; } inline static int32_t get_offset_of_next_3() { return static_cast(offsetof(UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B, ___next_3)); } inline UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * get_next_3() const { return ___next_3; } inline UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B ** get_address_of_next_3() { return &___next_3; } inline void set_next_3(UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * value) { ___next_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue RuntimeObject * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___currentValue_3)); } inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; } inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(RuntimeObject * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18, ___dictionary_0)); } inline Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18, ___currentValue_3)); } inline UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * get_currentValue_3() const { return ___currentValue_3; } inline UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Xml.BinHexDecoder struct BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242 : public IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 { public: // System.Byte[] System.Xml.BinHexDecoder::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_0; // System.Int32 System.Xml.BinHexDecoder::curIndex int32_t ___curIndex_1; // System.Int32 System.Xml.BinHexDecoder::endIndex int32_t ___endIndex_2; // System.Boolean System.Xml.BinHexDecoder::hasHalfByteCached bool ___hasHalfByteCached_3; // System.Byte System.Xml.BinHexDecoder::cachedHalfByte uint8_t ___cachedHalfByte_4; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242, ___buffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_curIndex_1() { return static_cast(offsetof(BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242, ___curIndex_1)); } inline int32_t get_curIndex_1() const { return ___curIndex_1; } inline int32_t* get_address_of_curIndex_1() { return &___curIndex_1; } inline void set_curIndex_1(int32_t value) { ___curIndex_1 = value; } inline static int32_t get_offset_of_endIndex_2() { return static_cast(offsetof(BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242, ___endIndex_2)); } inline int32_t get_endIndex_2() const { return ___endIndex_2; } inline int32_t* get_address_of_endIndex_2() { return &___endIndex_2; } inline void set_endIndex_2(int32_t value) { ___endIndex_2 = value; } inline static int32_t get_offset_of_hasHalfByteCached_3() { return static_cast(offsetof(BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242, ___hasHalfByteCached_3)); } inline bool get_hasHalfByteCached_3() const { return ___hasHalfByteCached_3; } inline bool* get_address_of_hasHalfByteCached_3() { return &___hasHalfByteCached_3; } inline void set_hasHalfByteCached_3(bool value) { ___hasHalfByteCached_3 = value; } inline static int32_t get_offset_of_cachedHalfByte_4() { return static_cast(offsetof(BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242, ___cachedHalfByte_4)); } inline uint8_t get_cachedHalfByte_4() const { return ___cachedHalfByte_4; } inline uint8_t* get_address_of_cachedHalfByte_4() { return &___cachedHalfByte_4; } inline void set_cachedHalfByte_4(uint8_t value) { ___cachedHalfByte_4 = value; } }; // System.Xml.Schema.BinaryFacetsChecker struct BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // Microsoft.CSharp.CSharpCodeProvider struct CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4 : public CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 { public: public: }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; // System.Xml.Schema.DateTimeFacetsChecker struct DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // System.Xml.Schema.DurationFacetsChecker struct DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Guid struct Guid_t { public: // 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; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // System.Xml.Schema.InteriorNode struct InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 : public SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 { public: // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::leftChild SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___leftChild_0; // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::rightChild SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___rightChild_1; public: inline static int32_t get_offset_of_leftChild_0() { return static_cast(offsetof(InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541, ___leftChild_0)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_leftChild_0() const { return ___leftChild_0; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_leftChild_0() { return &___leftChild_0; } inline void set_leftChild_0(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___leftChild_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftChild_0), (void*)value); } inline static int32_t get_offset_of_rightChild_1() { return static_cast(offsetof(InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541, ___rightChild_1)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_rightChild_1() const { return ___rightChild_1; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_rightChild_1() { return &___rightChild_1; } inline void set_rightChild_1(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___rightChild_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightChild_1), (void*)value); } }; // System.Xml.LineInfo struct LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE { public: // System.Int32 System.Xml.LineInfo::lineNo int32_t ___lineNo_0; // System.Int32 System.Xml.LineInfo::linePos int32_t ___linePos_1; public: inline static int32_t get_offset_of_lineNo_0() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___lineNo_0)); } inline int32_t get_lineNo_0() const { return ___lineNo_0; } inline int32_t* get_address_of_lineNo_0() { return &___lineNo_0; } inline void set_lineNo_0(int32_t value) { ___lineNo_0 = value; } inline static int32_t get_offset_of_linePos_1() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___linePos_1)); } inline int32_t get_linePos_1() const { return ___linePos_1; } inline int32_t* get_address_of_linePos_1() { return &___linePos_1; } inline void set_linePos_1(int32_t value) { ___linePos_1 = value; } }; // System.Xml.Schema.ListFacetsChecker struct ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Xml.Schema.MiscFacetsChecker struct MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Xml.Schema.Numeric2FacetsChecker struct Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.Xml.Schema.QNameFacetsChecker struct QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Xml.Schema.UnionFacetsChecker struct UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA { public: // System.Byte[] System.Xml.XmlCharType::charProperties ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties_2; public: inline static int32_t get_offset_of_charProperties_2() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA, ___charProperties_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_charProperties_2() const { return ___charProperties_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_charProperties_2() { return &___charProperties_2; } inline void set_charProperties_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___charProperties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charProperties_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // Native definition for COM marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___implementation_1; // System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * ___domNameTable_2; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_4; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIdMap_5; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIDAttrDecl_6; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_7; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_8; // System.Boolean System.Xml.XmlDocument::reportValidity bool ___reportValidity_9; // System.Boolean System.Xml.XmlDocument::actualLoadingStatus bool ___actualLoadingStatus_10; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertingDelegate_11; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertedDelegate_12; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovingDelegate_13; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovedDelegate_14; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangingDelegate_15; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangedDelegate_16; // System.Boolean System.Xml.XmlDocument::fEntRefNodesPresent bool ___fEntRefNodesPresent_17; // System.Boolean System.Xml.XmlDocument::fCDataNodesPresent bool ___fCDataNodesPresent_18; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_19; // System.Boolean System.Xml.XmlDocument::isLoading bool ___isLoading_20; // System.String System.Xml.XmlDocument::strDocumentName String_t* ___strDocumentName_21; // System.String System.Xml.XmlDocument::strDocumentFragmentName String_t* ___strDocumentFragmentName_22; // System.String System.Xml.XmlDocument::strCommentName String_t* ___strCommentName_23; // System.String System.Xml.XmlDocument::strTextName String_t* ___strTextName_24; // System.String System.Xml.XmlDocument::strCDataSectionName String_t* ___strCDataSectionName_25; // System.String System.Xml.XmlDocument::strEntityName String_t* ___strEntityName_26; // System.String System.Xml.XmlDocument::strID String_t* ___strID_27; // System.String System.Xml.XmlDocument::strXmlns String_t* ___strXmlns_28; // System.String System.Xml.XmlDocument::strXml String_t* ___strXml_29; // System.String System.Xml.XmlDocument::strSpace String_t* ___strSpace_30; // System.String System.Xml.XmlDocument::strLang String_t* ___strLang_31; // System.String System.Xml.XmlDocument::strEmpty String_t* ___strEmpty_32; // System.String System.Xml.XmlDocument::strNonSignificantWhitespaceName String_t* ___strNonSignificantWhitespaceName_33; // System.String System.Xml.XmlDocument::strSignificantWhitespaceName String_t* ___strSignificantWhitespaceName_34; // System.String System.Xml.XmlDocument::strReservedXmlns String_t* ___strReservedXmlns_35; // System.String System.Xml.XmlDocument::strReservedXml String_t* ___strReservedXml_36; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_37; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver_38; // System.Boolean System.Xml.XmlDocument::bSetResolver bool ___bSetResolver_39; // System.Object System.Xml.XmlDocument::objLock RuntimeObject * ___objLock_40; public: inline static int32_t get_offset_of_implementation_1() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___implementation_1)); } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * get_implementation_1() const { return ___implementation_1; } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 ** get_address_of_implementation_1() { return &___implementation_1; } inline void set_implementation_1(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * value) { ___implementation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___implementation_1), (void*)value); } inline static int32_t get_offset_of_domNameTable_2() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___domNameTable_2)); } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * get_domNameTable_2() const { return ___domNameTable_2; } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB ** get_address_of_domNameTable_2() { return &___domNameTable_2; } inline void set_domNameTable_2(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * value) { ___domNameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domNameTable_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___lastChild_3)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } inline static int32_t get_offset_of_entities_4() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___entities_4)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_4() const { return ___entities_4; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_4() { return &___entities_4; } inline void set_entities_4(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_4), (void*)value); } inline static int32_t get_offset_of_htElementIdMap_5() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIdMap_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIdMap_5() const { return ___htElementIdMap_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIdMap_5() { return &___htElementIdMap_5; } inline void set_htElementIdMap_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIdMap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIdMap_5), (void*)value); } inline static int32_t get_offset_of_htElementIDAttrDecl_6() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIDAttrDecl_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIDAttrDecl_6() const { return ___htElementIDAttrDecl_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIDAttrDecl_6() { return &___htElementIDAttrDecl_6; } inline void set_htElementIDAttrDecl_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIDAttrDecl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIDAttrDecl_6), (void*)value); } inline static int32_t get_offset_of_schemaInfo_7() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemaInfo_7)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_7() const { return ___schemaInfo_7; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_7() { return &___schemaInfo_7; } inline void set_schemaInfo_7(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_7), (void*)value); } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemas_8)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_8), (void*)value); } inline static int32_t get_offset_of_reportValidity_9() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___reportValidity_9)); } inline bool get_reportValidity_9() const { return ___reportValidity_9; } inline bool* get_address_of_reportValidity_9() { return &___reportValidity_9; } inline void set_reportValidity_9(bool value) { ___reportValidity_9 = value; } inline static int32_t get_offset_of_actualLoadingStatus_10() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___actualLoadingStatus_10)); } inline bool get_actualLoadingStatus_10() const { return ___actualLoadingStatus_10; } inline bool* get_address_of_actualLoadingStatus_10() { return &___actualLoadingStatus_10; } inline void set_actualLoadingStatus_10(bool value) { ___actualLoadingStatus_10 = value; } inline static int32_t get_offset_of_onNodeInsertingDelegate_11() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertingDelegate_11)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertingDelegate_11() const { return ___onNodeInsertingDelegate_11; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertingDelegate_11() { return &___onNodeInsertingDelegate_11; } inline void set_onNodeInsertingDelegate_11(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertingDelegate_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertingDelegate_11), (void*)value); } inline static int32_t get_offset_of_onNodeInsertedDelegate_12() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertedDelegate_12)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertedDelegate_12() const { return ___onNodeInsertedDelegate_12; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertedDelegate_12() { return &___onNodeInsertedDelegate_12; } inline void set_onNodeInsertedDelegate_12(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertedDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertedDelegate_12), (void*)value); } inline static int32_t get_offset_of_onNodeRemovingDelegate_13() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovingDelegate_13)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovingDelegate_13() const { return ___onNodeRemovingDelegate_13; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovingDelegate_13() { return &___onNodeRemovingDelegate_13; } inline void set_onNodeRemovingDelegate_13(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovingDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovingDelegate_13), (void*)value); } inline static int32_t get_offset_of_onNodeRemovedDelegate_14() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovedDelegate_14)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovedDelegate_14() const { return ___onNodeRemovedDelegate_14; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovedDelegate_14() { return &___onNodeRemovedDelegate_14; } inline void set_onNodeRemovedDelegate_14(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovedDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovedDelegate_14), (void*)value); } inline static int32_t get_offset_of_onNodeChangingDelegate_15() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangingDelegate_15)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangingDelegate_15() const { return ___onNodeChangingDelegate_15; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangingDelegate_15() { return &___onNodeChangingDelegate_15; } inline void set_onNodeChangingDelegate_15(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangingDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangingDelegate_15), (void*)value); } inline static int32_t get_offset_of_onNodeChangedDelegate_16() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangedDelegate_16)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangedDelegate_16() const { return ___onNodeChangedDelegate_16; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangedDelegate_16() { return &___onNodeChangedDelegate_16; } inline void set_onNodeChangedDelegate_16(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangedDelegate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangedDelegate_16), (void*)value); } inline static int32_t get_offset_of_fEntRefNodesPresent_17() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fEntRefNodesPresent_17)); } inline bool get_fEntRefNodesPresent_17() const { return ___fEntRefNodesPresent_17; } inline bool* get_address_of_fEntRefNodesPresent_17() { return &___fEntRefNodesPresent_17; } inline void set_fEntRefNodesPresent_17(bool value) { ___fEntRefNodesPresent_17 = value; } inline static int32_t get_offset_of_fCDataNodesPresent_18() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fCDataNodesPresent_18)); } inline bool get_fCDataNodesPresent_18() const { return ___fCDataNodesPresent_18; } inline bool* get_address_of_fCDataNodesPresent_18() { return &___fCDataNodesPresent_18; } inline void set_fCDataNodesPresent_18(bool value) { ___fCDataNodesPresent_18 = value; } inline static int32_t get_offset_of_preserveWhitespace_19() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___preserveWhitespace_19)); } inline bool get_preserveWhitespace_19() const { return ___preserveWhitespace_19; } inline bool* get_address_of_preserveWhitespace_19() { return &___preserveWhitespace_19; } inline void set_preserveWhitespace_19(bool value) { ___preserveWhitespace_19 = value; } inline static int32_t get_offset_of_isLoading_20() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___isLoading_20)); } inline bool get_isLoading_20() const { return ___isLoading_20; } inline bool* get_address_of_isLoading_20() { return &___isLoading_20; } inline void set_isLoading_20(bool value) { ___isLoading_20 = value; } inline static int32_t get_offset_of_strDocumentName_21() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentName_21)); } inline String_t* get_strDocumentName_21() const { return ___strDocumentName_21; } inline String_t** get_address_of_strDocumentName_21() { return &___strDocumentName_21; } inline void set_strDocumentName_21(String_t* value) { ___strDocumentName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentName_21), (void*)value); } inline static int32_t get_offset_of_strDocumentFragmentName_22() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentFragmentName_22)); } inline String_t* get_strDocumentFragmentName_22() const { return ___strDocumentFragmentName_22; } inline String_t** get_address_of_strDocumentFragmentName_22() { return &___strDocumentFragmentName_22; } inline void set_strDocumentFragmentName_22(String_t* value) { ___strDocumentFragmentName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentFragmentName_22), (void*)value); } inline static int32_t get_offset_of_strCommentName_23() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCommentName_23)); } inline String_t* get_strCommentName_23() const { return ___strCommentName_23; } inline String_t** get_address_of_strCommentName_23() { return &___strCommentName_23; } inline void set_strCommentName_23(String_t* value) { ___strCommentName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCommentName_23), (void*)value); } inline static int32_t get_offset_of_strTextName_24() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strTextName_24)); } inline String_t* get_strTextName_24() const { return ___strTextName_24; } inline String_t** get_address_of_strTextName_24() { return &___strTextName_24; } inline void set_strTextName_24(String_t* value) { ___strTextName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___strTextName_24), (void*)value); } inline static int32_t get_offset_of_strCDataSectionName_25() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCDataSectionName_25)); } inline String_t* get_strCDataSectionName_25() const { return ___strCDataSectionName_25; } inline String_t** get_address_of_strCDataSectionName_25() { return &___strCDataSectionName_25; } inline void set_strCDataSectionName_25(String_t* value) { ___strCDataSectionName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCDataSectionName_25), (void*)value); } inline static int32_t get_offset_of_strEntityName_26() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEntityName_26)); } inline String_t* get_strEntityName_26() const { return ___strEntityName_26; } inline String_t** get_address_of_strEntityName_26() { return &___strEntityName_26; } inline void set_strEntityName_26(String_t* value) { ___strEntityName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEntityName_26), (void*)value); } inline static int32_t get_offset_of_strID_27() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strID_27)); } inline String_t* get_strID_27() const { return ___strID_27; } inline String_t** get_address_of_strID_27() { return &___strID_27; } inline void set_strID_27(String_t* value) { ___strID_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___strID_27), (void*)value); } inline static int32_t get_offset_of_strXmlns_28() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXmlns_28)); } inline String_t* get_strXmlns_28() const { return ___strXmlns_28; } inline String_t** get_address_of_strXmlns_28() { return &___strXmlns_28; } inline void set_strXmlns_28(String_t* value) { ___strXmlns_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXmlns_28), (void*)value); } inline static int32_t get_offset_of_strXml_29() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXml_29)); } inline String_t* get_strXml_29() const { return ___strXml_29; } inline String_t** get_address_of_strXml_29() { return &___strXml_29; } inline void set_strXml_29(String_t* value) { ___strXml_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXml_29), (void*)value); } inline static int32_t get_offset_of_strSpace_30() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSpace_30)); } inline String_t* get_strSpace_30() const { return ___strSpace_30; } inline String_t** get_address_of_strSpace_30() { return &___strSpace_30; } inline void set_strSpace_30(String_t* value) { ___strSpace_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSpace_30), (void*)value); } inline static int32_t get_offset_of_strLang_31() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strLang_31)); } inline String_t* get_strLang_31() const { return ___strLang_31; } inline String_t** get_address_of_strLang_31() { return &___strLang_31; } inline void set_strLang_31(String_t* value) { ___strLang_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___strLang_31), (void*)value); } inline static int32_t get_offset_of_strEmpty_32() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEmpty_32)); } inline String_t* get_strEmpty_32() const { return ___strEmpty_32; } inline String_t** get_address_of_strEmpty_32() { return &___strEmpty_32; } inline void set_strEmpty_32(String_t* value) { ___strEmpty_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEmpty_32), (void*)value); } inline static int32_t get_offset_of_strNonSignificantWhitespaceName_33() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strNonSignificantWhitespaceName_33)); } inline String_t* get_strNonSignificantWhitespaceName_33() const { return ___strNonSignificantWhitespaceName_33; } inline String_t** get_address_of_strNonSignificantWhitespaceName_33() { return &___strNonSignificantWhitespaceName_33; } inline void set_strNonSignificantWhitespaceName_33(String_t* value) { ___strNonSignificantWhitespaceName_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___strNonSignificantWhitespaceName_33), (void*)value); } inline static int32_t get_offset_of_strSignificantWhitespaceName_34() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSignificantWhitespaceName_34)); } inline String_t* get_strSignificantWhitespaceName_34() const { return ___strSignificantWhitespaceName_34; } inline String_t** get_address_of_strSignificantWhitespaceName_34() { return &___strSignificantWhitespaceName_34; } inline void set_strSignificantWhitespaceName_34(String_t* value) { ___strSignificantWhitespaceName_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSignificantWhitespaceName_34), (void*)value); } inline static int32_t get_offset_of_strReservedXmlns_35() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXmlns_35)); } inline String_t* get_strReservedXmlns_35() const { return ___strReservedXmlns_35; } inline String_t** get_address_of_strReservedXmlns_35() { return &___strReservedXmlns_35; } inline void set_strReservedXmlns_35(String_t* value) { ___strReservedXmlns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXmlns_35), (void*)value); } inline static int32_t get_offset_of_strReservedXml_36() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXml_36)); } inline String_t* get_strReservedXml_36() const { return ___strReservedXml_36; } inline String_t** get_address_of_strReservedXml_36() { return &___strReservedXml_36; } inline void set_strReservedXml_36(String_t* value) { ___strReservedXml_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXml_36), (void*)value); } inline static int32_t get_offset_of_baseURI_37() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___baseURI_37)); } inline String_t* get_baseURI_37() const { return ___baseURI_37; } inline String_t** get_address_of_baseURI_37() { return &___baseURI_37; } inline void set_baseURI_37(String_t* value) { ___baseURI_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_37), (void*)value); } inline static int32_t get_offset_of_resolver_38() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___resolver_38)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_resolver_38() const { return ___resolver_38; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_resolver_38() { return &___resolver_38; } inline void set_resolver_38(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___resolver_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_38), (void*)value); } inline static int32_t get_offset_of_bSetResolver_39() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___bSetResolver_39)); } inline bool get_bSetResolver_39() const { return ___bSetResolver_39; } inline bool* get_address_of_bSetResolver_39() { return &___bSetResolver_39; } inline void set_bSetResolver_39(bool value) { ___bSetResolver_39 = value; } inline static int32_t get_offset_of_objLock_40() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___objLock_40)); } inline RuntimeObject * get_objLock_40() const { return ___objLock_40; } inline RuntimeObject ** get_address_of_objLock_40() { return &___objLock_40; } inline void set_objLock_40(RuntimeObject * value) { ___objLock_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___objLock_40), (void*)value); } }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 : public XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 { public: public: }; // System.Xml.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A : public ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::_elementInfo XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ____elementInfo_10; // System.String System.Xml.Serialization.XmlTypeMapMemberElement::_choiceMember String_t* ____choiceMember_11; // System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::_isTextCollector bool ____isTextCollector_12; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMemberElement::_choiceTypeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____choiceTypeData_13; public: inline static int32_t get_offset_of__elementInfo_10() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____elementInfo_10)); } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * get__elementInfo_10() const { return ____elementInfo_10; } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A ** get_address_of__elementInfo_10() { return &____elementInfo_10; } inline void set__elementInfo_10(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * value) { ____elementInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementInfo_10), (void*)value); } inline static int32_t get_offset_of__choiceMember_11() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____choiceMember_11)); } inline String_t* get__choiceMember_11() const { return ____choiceMember_11; } inline String_t** get_address_of__choiceMember_11() { return &____choiceMember_11; } inline void set__choiceMember_11(String_t* value) { ____choiceMember_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceMember_11), (void*)value); } inline static int32_t get_offset_of__isTextCollector_12() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____isTextCollector_12)); } inline bool get__isTextCollector_12() const { return ____isTextCollector_12; } inline bool* get_address_of__isTextCollector_12() { return &____isTextCollector_12; } inline void set__isTextCollector_12(bool value) { ____isTextCollector_12 = value; } inline static int32_t get_offset_of__choiceTypeData_13() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____choiceTypeData_13)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__choiceTypeData_13() const { return ____choiceTypeData_13; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__choiceTypeData_13() { return &____choiceTypeData_13; } inline void set__choiceTypeData_13(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____choiceTypeData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceTypeData_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: public: }; // System.Xml.Schema.XsdDuration struct XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F { public: // System.Int32 System.Xml.Schema.XsdDuration::years int32_t ___years_0; // System.Int32 System.Xml.Schema.XsdDuration::months int32_t ___months_1; // System.Int32 System.Xml.Schema.XsdDuration::days int32_t ___days_2; // System.Int32 System.Xml.Schema.XsdDuration::hours int32_t ___hours_3; // System.Int32 System.Xml.Schema.XsdDuration::minutes int32_t ___minutes_4; // System.Int32 System.Xml.Schema.XsdDuration::seconds int32_t ___seconds_5; // System.UInt32 System.Xml.Schema.XsdDuration::nanoseconds uint32_t ___nanoseconds_6; public: inline static int32_t get_offset_of_years_0() { return static_cast(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___years_0)); } inline int32_t get_years_0() const { return ___years_0; } inline int32_t* get_address_of_years_0() { return &___years_0; } inline void set_years_0(int32_t value) { ___years_0 = value; } inline static int32_t get_offset_of_months_1() { return static_cast(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___months_1)); } inline int32_t get_months_1() const { return ___months_1; } inline int32_t* get_address_of_months_1() { return &___months_1; } inline void set_months_1(int32_t value) { ___months_1 = value; } inline static int32_t get_offset_of_days_2() { return static_cast(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___days_2)); } inline int32_t get_days_2() const { return ___days_2; } inline int32_t* get_address_of_days_2() { return &___days_2; } inline void set_days_2(int32_t value) { ___days_2 = value; } inline static int32_t get_offset_of_hours_3() { return static_cast(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___hours_3)); } inline int32_t get_hours_3() const { return ___hours_3; } inline int32_t* get_address_of_hours_3() { return &___hours_3; } inline void set_hours_3(int32_t value) { ___hours_3 = value; } inline static int32_t get_offset_of_minutes_4() { return static_cast(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___minutes_4)); } inline int32_t get_minutes_4() const { return ___minutes_4; } inline int32_t* get_address_of_minutes_4() { return &___minutes_4; } inline void set_minutes_4(int32_t value) { ___minutes_4 = value; } inline static int32_t get_offset_of_seconds_5() { return static_cast(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___seconds_5)); } inline int32_t get_seconds_5() const { return ___seconds_5; } inline int32_t* get_address_of_seconds_5() { return &___seconds_5; } inline void set_seconds_5(int32_t value) { ___seconds_5 = value; } inline static int32_t get_offset_of_nanoseconds_6() { return static_cast(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___nanoseconds_6)); } inline uint32_t get_nanoseconds_6() const { return ___nanoseconds_6; } inline uint32_t* get_address_of_nanoseconds_6() { return &___nanoseconds_6; } inline void set_nanoseconds_6(uint32_t value) { ___nanoseconds_6 = value; } }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=416 struct __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4__padding[416]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD__padding[64]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E : public RuntimeObject { public: public: }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.ChoiceNode struct ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // System.Xml.Serialization.ClassMap struct ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB : public ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C { public: // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_elements Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____elements_0; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_elementMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____elementMembers_1; // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_attributeMembers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____attributeMembers_2; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] System.Xml.Serialization.ClassMap::_attributeMembersArray XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* ____attributeMembersArray_3; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_flatLists ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____flatLists_4; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_allMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____allMembers_5; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_membersWithDefault ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____membersWithDefault_6; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_listMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____listMembers_7; // System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::_defaultAnyElement XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ____defaultAnyElement_8; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::_defaultAnyAttribute XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * ____defaultAnyAttribute_9; // System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::_namespaceDeclarations XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * ____namespaceDeclarations_10; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_xmlTextCollector XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____xmlTextCollector_11; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_returnMember XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____returnMember_12; // System.Boolean System.Xml.Serialization.ClassMap::_ignoreMemberNamespace bool ____ignoreMemberNamespace_13; // System.Boolean System.Xml.Serialization.ClassMap::_canBeSimpleType bool ____canBeSimpleType_14; // System.Nullable`1 System.Xml.Serialization.ClassMap::_isOrderDependentMap Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____isOrderDependentMap_15; public: inline static int32_t get_offset_of__elements_0() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____elements_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__elements_0() const { return ____elements_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__elements_0() { return &____elements_0; } inline void set__elements_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____elements_0), (void*)value); } inline static int32_t get_offset_of__elementMembers_1() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____elementMembers_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__elementMembers_1() const { return ____elementMembers_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__elementMembers_1() { return &____elementMembers_1; } inline void set__elementMembers_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____elementMembers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementMembers_1), (void*)value); } inline static int32_t get_offset_of__attributeMembers_2() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____attributeMembers_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__attributeMembers_2() const { return ____attributeMembers_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__attributeMembers_2() { return &____attributeMembers_2; } inline void set__attributeMembers_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____attributeMembers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembers_2), (void*)value); } inline static int32_t get_offset_of__attributeMembersArray_3() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____attributeMembersArray_3)); } inline XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* get__attributeMembersArray_3() const { return ____attributeMembersArray_3; } inline XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35** get_address_of__attributeMembersArray_3() { return &____attributeMembersArray_3; } inline void set__attributeMembersArray_3(XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* value) { ____attributeMembersArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembersArray_3), (void*)value); } inline static int32_t get_offset_of__flatLists_4() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____flatLists_4)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__flatLists_4() const { return ____flatLists_4; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__flatLists_4() { return &____flatLists_4; } inline void set__flatLists_4(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____flatLists_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____flatLists_4), (void*)value); } inline static int32_t get_offset_of__allMembers_5() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____allMembers_5)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__allMembers_5() const { return ____allMembers_5; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__allMembers_5() { return &____allMembers_5; } inline void set__allMembers_5(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____allMembers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____allMembers_5), (void*)value); } inline static int32_t get_offset_of__membersWithDefault_6() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____membersWithDefault_6)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__membersWithDefault_6() const { return ____membersWithDefault_6; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__membersWithDefault_6() { return &____membersWithDefault_6; } inline void set__membersWithDefault_6(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____membersWithDefault_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____membersWithDefault_6), (void*)value); } inline static int32_t get_offset_of__listMembers_7() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____listMembers_7)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__listMembers_7() const { return ____listMembers_7; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__listMembers_7() { return &____listMembers_7; } inline void set__listMembers_7(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____listMembers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMembers_7), (void*)value); } inline static int32_t get_offset_of__defaultAnyElement_8() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____defaultAnyElement_8)); } inline XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * get__defaultAnyElement_8() const { return ____defaultAnyElement_8; } inline XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 ** get_address_of__defaultAnyElement_8() { return &____defaultAnyElement_8; } inline void set__defaultAnyElement_8(XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * value) { ____defaultAnyElement_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyElement_8), (void*)value); } inline static int32_t get_offset_of__defaultAnyAttribute_9() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____defaultAnyAttribute_9)); } inline XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * get__defaultAnyAttribute_9() const { return ____defaultAnyAttribute_9; } inline XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE ** get_address_of__defaultAnyAttribute_9() { return &____defaultAnyAttribute_9; } inline void set__defaultAnyAttribute_9(XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * value) { ____defaultAnyAttribute_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyAttribute_9), (void*)value); } inline static int32_t get_offset_of__namespaceDeclarations_10() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____namespaceDeclarations_10)); } inline XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * get__namespaceDeclarations_10() const { return ____namespaceDeclarations_10; } inline XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D ** get_address_of__namespaceDeclarations_10() { return &____namespaceDeclarations_10; } inline void set__namespaceDeclarations_10(XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * value) { ____namespaceDeclarations_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespaceDeclarations_10), (void*)value); } inline static int32_t get_offset_of__xmlTextCollector_11() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____xmlTextCollector_11)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__xmlTextCollector_11() const { return ____xmlTextCollector_11; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__xmlTextCollector_11() { return &____xmlTextCollector_11; } inline void set__xmlTextCollector_11(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____xmlTextCollector_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTextCollector_11), (void*)value); } inline static int32_t get_offset_of__returnMember_12() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____returnMember_12)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__returnMember_12() const { return ____returnMember_12; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__returnMember_12() { return &____returnMember_12; } inline void set__returnMember_12(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____returnMember_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnMember_12), (void*)value); } inline static int32_t get_offset_of__ignoreMemberNamespace_13() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____ignoreMemberNamespace_13)); } inline bool get__ignoreMemberNamespace_13() const { return ____ignoreMemberNamespace_13; } inline bool* get_address_of__ignoreMemberNamespace_13() { return &____ignoreMemberNamespace_13; } inline void set__ignoreMemberNamespace_13(bool value) { ____ignoreMemberNamespace_13 = value; } inline static int32_t get_offset_of__canBeSimpleType_14() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____canBeSimpleType_14)); } inline bool get__canBeSimpleType_14() const { return ____canBeSimpleType_14; } inline bool* get_address_of__canBeSimpleType_14() { return &____canBeSimpleType_14; } inline void set__canBeSimpleType_14(bool value) { ____canBeSimpleType_14 = value; } inline static int32_t get_offset_of__isOrderDependentMap_15() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____isOrderDependentMap_15)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__isOrderDependentMap_15() const { return ____isOrderDependentMap_15; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__isOrderDependentMap_15() { return &____isOrderDependentMap_15; } inline void set__isOrderDependentMap_15(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____isOrderDependentMap_15 = value; } }; // System.Xml.ConformanceLevel struct ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.DateTimeKind struct DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___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; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: // System.Decimal System.Xml.Schema.Numeric10FacetsChecker::maxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___maxValue_1; // System.Decimal System.Xml.Schema.Numeric10FacetsChecker::minValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___minValue_2; public: inline static int32_t get_offset_of_maxValue_1() { return static_cast(offsetof(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5, ___maxValue_1)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_maxValue_1() const { return ___maxValue_1; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_maxValue_1() { return &___maxValue_1; } inline void set_maxValue_1(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___maxValue_1 = value; } inline static int32_t get_offset_of_minValue_2() { return static_cast(offsetof(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5, ___minValue_2)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_minValue_2() const { return ___minValue_2; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_minValue_2() { return &___minValue_2; } inline void set_minValue_2(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___minValue_2 = value; } }; // System.Xml.Schema.RestrictionFlags struct RestrictionFlags_tE688E3FE50199CFC0DE7B02A59EA18DF59B8A025 { public: // System.Int32 System.Xml.Schema.RestrictionFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RestrictionFlags_tE688E3FE50199CFC0DE7B02A59EA18DF59B8A025, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Xml.Schema.SchemaType struct SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F { public: // System.Int32 System.Xml.Schema.SchemaType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.SchemaTypes struct SchemaTypes_t335C61BC524CBCF69090FE1A5B5227A5B03AF2C6 { public: // System.Int32 System.Xml.Serialization.SchemaTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaTypes_t335C61BC524CBCF69090FE1A5B5227A5B03AF2C6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.UnicodeCategory struct UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaContentType struct XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714 { public: // System.Int32 System.Xml.Schema.XmlSchemaContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDatatypeVariety struct XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B { public: // System.Int32 System.Xml.Schema.XmlSchemaDatatypeVariety::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDerivationMethod struct XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E { public: // System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaForm struct XmlSchemaForm_tAFA037CC98C760F6686439643387677185EC9D91 { public: // System.Int32 System.Xml.Schema.XmlSchemaForm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaForm_tAFA037CC98C760F6686439643387677185EC9D91, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: public: }; // System.Xml.Schema.XmlSchemaWhiteSpace struct XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D { public: // System.Int32 System.Xml.Schema.XmlSchemaWhiteSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSeverityType struct XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210 { public: // System.Int32 System.Xml.Schema.XmlSeverityType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTokenizedType struct XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4 { public: // System.Int32 System.Xml.XmlTokenizedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlTypeCode struct XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1 { public: // System.Int32 System.Xml.Schema.XmlTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.XmlTypeMapMemberExpandable struct XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 : public XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 { public: // System.Int32 System.Xml.Serialization.XmlTypeMapMemberExpandable::_flatArrayIndex int32_t ____flatArrayIndex_14; public: inline static int32_t get_offset_of__flatArrayIndex_14() { return static_cast(offsetof(XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7, ____flatArrayIndex_14)); } inline int32_t get__flatArrayIndex_14() const { return ____flatArrayIndex_14; } inline int32_t* get_address_of__flatArrayIndex_14() { return &____flatArrayIndex_14; } inline void set__flatArrayIndex_14(int32_t value) { ____flatArrayIndex_14 = value; } }; // System.Xml.Schema.XsdDateTime struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D { public: // System.DateTime System.Xml.Schema.XsdDateTime::dt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; // System.UInt32 System.Xml.Schema.XsdDateTime::extra uint32_t ___extra_1; public: inline static int32_t get_offset_of_dt_0() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D, ___dt_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dt_0() const { return ___dt_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dt_0() { return &___dt_0; } inline void set_dt_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dt_0 = value; } inline static int32_t get_offset_of_extra_1() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D, ___extra_1)); } inline uint32_t get_extra_1() const { return ___extra_1; } inline uint32_t* get_address_of_extra_1() { return &___extra_1; } inline void set_extra_1(uint32_t value) { ___extra_1 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_marshaled_pinvoke { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; uint32_t ___extra_1; }; // Native definition for COM marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_marshaled_com { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; uint32_t ___extra_1; }; // System.Xml.Schema.XsdDateTimeFlags struct XsdDateTimeFlags_tA0CFF619A2C537BD8E65672DA641CF4B2405156C { public: // System.Int32 System.Xml.Schema.XsdDateTimeFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XsdDateTimeFlags_tA0CFF619A2C537BD8E65672DA641CF4B2405156C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.DtdParser/LiteralType struct LiteralType_t51F532B516170D1DCBF5F9E9E12EB60CA4992D9E { public: // System.Int32 System.Xml.DtdParser/LiteralType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LiteralType_t51F532B516170D1DCBF5F9E9E12EB60CA4992D9E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.DtdParser/ScanningFunction struct ScanningFunction_t825EA9F91833C249805390326683C9FCE6890946 { public: // System.Int32 System.Xml.DtdParser/ScanningFunction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScanningFunction_t825EA9F91833C249805390326683C9FCE6890946, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.DtdParser/Token struct Token_t4D77216503EB740B5C32F3336EC83279448A727E { public: // System.Int32 System.Xml.DtdParser/Token::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Token_t4D77216503EB740B5C32F3336EC83279448A727E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.SchemaAttDef/Reserve struct Reserve_t5D2FAFDD811B5DDB9AC140445601545BDBBC45C8 { public: // System.Int32 System.Xml.Schema.SchemaAttDef/Reserve::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Reserve_t5D2FAFDD811B5DDB9AC140445601545BDBBC45C8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.SchemaDeclBase/Use struct Use_t28B781655D907656D9A7781A78E59008C669F972 { public: // System.Int32 System.Xml.Schema.SchemaDeclBase/Use::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Use_t28B781655D907656D9A7781A78E59008C669F972, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Boolean System.Xml.Schema.XmlAtomicValue/Union::boolVal bool ___boolVal_0; }; #pragma pack(pop, tp) struct { bool ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Double System.Xml.Schema.XmlAtomicValue/Union::dblVal double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int64 System.Xml.Schema.XmlAtomicValue/Union::i64Val int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.XmlAtomicValue/Union::i32Val int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.DateTime System.Xml.Schema.XmlAtomicValue/Union::dtVal DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; public: inline static int32_t get_offset_of_boolVal_0() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___boolVal_0)); } inline bool get_boolVal_0() const { return ___boolVal_0; } inline bool* get_address_of_boolVal_0() { return &___boolVal_0; } inline void set_boolVal_0(bool value) { ___boolVal_0 = value; } inline static int32_t get_offset_of_dblVal_1() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dblVal_1)); } inline double get_dblVal_1() const { return ___dblVal_1; } inline double* get_address_of_dblVal_1() { return &___dblVal_1; } inline void set_dblVal_1(double value) { ___dblVal_1 = value; } inline static int32_t get_offset_of_i64Val_2() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i64Val_2)); } inline int64_t get_i64Val_2() const { return ___i64Val_2; } inline int64_t* get_address_of_i64Val_2() { return &___i64Val_2; } inline void set_i64Val_2(int64_t value) { ___i64Val_2 = value; } inline static int32_t get_offset_of_i32Val_3() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i32Val_3)); } inline int32_t get_i32Val_3() const { return ___i32Val_3; } inline int32_t* get_address_of_i32Val_3() { return &___i32Val_3; } inline void set_i32Val_3(int32_t value) { ___i32Val_3 = value; } inline static int32_t get_offset_of_dtVal_4() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dtVal_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dtVal_4() const { return ___dtVal_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dtVal_4() { return &___dtVal_4; } inline void set_dtVal_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dtVal_4 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // Native definition for COM marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // System.Xml.Schema.XsdDuration/DurationType struct DurationType_t2686B055AE0909D5E46CA3ED100ADB6919FB95B1 { public: // System.Int32 System.Xml.Schema.XsdDuration/DurationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DurationType_t2686B055AE0909D5E46CA3ED100ADB6919FB95B1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C : public RuntimeObject { public: // 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; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___contentType_0)); } inline int32_t get_contentType_0() const { return ___contentType_0; } inline int32_t* get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(int32_t value) { ___contentType_0 = value; } inline static int32_t get_offset_of_isOpen_1() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isOpen_1)); } inline bool get_isOpen_1() const { return ___isOpen_1; } inline bool* get_address_of_isOpen_1() { return &___isOpen_1; } inline void set_isOpen_1(bool value) { ___isOpen_1 = value; } inline static int32_t get_offset_of_isEmptiable_2() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isEmptiable_2)); } inline bool get_isEmptiable_2() const { return ___isEmptiable_2; } inline bool* get_address_of_isEmptiable_2() { return &___isEmptiable_2; } inline void set_isEmptiable_2(bool value) { ___isEmptiable_2 = value; } }; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 : public XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 { public: // System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety int32_t ___variety_0; // System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * ___restriction_1; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___baseType_2; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___parentSchemaType_4; public: inline static int32_t get_offset_of_variety_0() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___variety_0)); } inline int32_t get_variety_0() const { return ___variety_0; } inline int32_t* get_address_of_variety_0() { return &___variety_0; } inline void set_variety_0(int32_t value) { ___variety_0 = value; } inline static int32_t get_offset_of_restriction_1() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___restriction_1)); } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * get_restriction_1() const { return ___restriction_1; } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA ** get_address_of_restriction_1() { return &___restriction_1; } inline void set_restriction_1(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * value) { ___restriction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___restriction_1), (void*)value); } inline static int32_t get_offset_of_baseType_2() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___baseType_2)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_baseType_2() const { return ___baseType_2; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_baseType_2() { return &___baseType_2; } inline void set_baseType_2(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___baseType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseType_2), (void*)value); } inline static int32_t get_offset_of_valueConverter_3() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___valueConverter_3)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_valueConverter_3() const { return ___valueConverter_3; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_valueConverter_3() { return &___valueConverter_3; } inline void set_valueConverter_3(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___valueConverter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueConverter_3), (void*)value); } inline static int32_t get_offset_of_parentSchemaType_4() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___parentSchemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_parentSchemaType_4() const { return ___parentSchemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_parentSchemaType_4() { return &___parentSchemaType_4; } inline void set_parentSchemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___parentSchemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentSchemaType_4), (void*)value); } }; // System.Xml.DtdParser struct DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 : public RuntimeObject { public: // System.Xml.IDtdParserAdapter System.Xml.DtdParser::readerAdapter RuntimeObject* ___readerAdapter_0; // System.Xml.IDtdParserAdapterWithValidation System.Xml.DtdParser::readerAdapterWithValidation RuntimeObject* ___readerAdapterWithValidation_1; // System.Xml.XmlNameTable System.Xml.DtdParser::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_2; // System.Xml.Schema.SchemaInfo System.Xml.DtdParser::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_3; // System.Xml.XmlCharType System.Xml.DtdParser::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_4; // System.String System.Xml.DtdParser::systemId String_t* ___systemId_5; // System.String System.Xml.DtdParser::publicId String_t* ___publicId_6; // System.Boolean System.Xml.DtdParser::normalize bool ___normalize_7; // System.Boolean System.Xml.DtdParser::validate bool ___validate_8; // System.Boolean System.Xml.DtdParser::supportNamespaces bool ___supportNamespaces_9; // System.Boolean System.Xml.DtdParser::v1Compat bool ___v1Compat_10; // System.Char[] System.Xml.DtdParser::chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars_11; // System.Int32 System.Xml.DtdParser::charsUsed int32_t ___charsUsed_12; // System.Int32 System.Xml.DtdParser::curPos int32_t ___curPos_13; // System.Xml.DtdParser/ScanningFunction System.Xml.DtdParser::scanningFunction int32_t ___scanningFunction_14; // System.Xml.DtdParser/ScanningFunction System.Xml.DtdParser::nextScaningFunction int32_t ___nextScaningFunction_15; // System.Xml.DtdParser/ScanningFunction System.Xml.DtdParser::savedScanningFunction int32_t ___savedScanningFunction_16; // System.Boolean System.Xml.DtdParser::whitespaceSeen bool ___whitespaceSeen_17; // System.Int32 System.Xml.DtdParser::tokenStartPos int32_t ___tokenStartPos_18; // System.Int32 System.Xml.DtdParser::colonPos int32_t ___colonPos_19; // System.Text.StringBuilder System.Xml.DtdParser::internalSubsetValueSb StringBuilder_t * ___internalSubsetValueSb_20; // System.Int32 System.Xml.DtdParser::externalEntitiesDepth int32_t ___externalEntitiesDepth_21; // System.Int32 System.Xml.DtdParser::currentEntityId int32_t ___currentEntityId_22; // System.Boolean System.Xml.DtdParser::freeFloatingDtd bool ___freeFloatingDtd_23; // System.Boolean System.Xml.DtdParser::hasFreeFloatingInternalSubset bool ___hasFreeFloatingInternalSubset_24; // System.Text.StringBuilder System.Xml.DtdParser::stringBuilder StringBuilder_t * ___stringBuilder_25; // System.Int32 System.Xml.DtdParser::condSectionDepth int32_t ___condSectionDepth_26; // System.Xml.LineInfo System.Xml.DtdParser::literalLineInfo LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___literalLineInfo_27; // System.Char System.Xml.DtdParser::literalQuoteChar Il2CppChar ___literalQuoteChar_28; // System.String System.Xml.DtdParser::documentBaseUri String_t* ___documentBaseUri_29; // System.String System.Xml.DtdParser::externalDtdBaseUri String_t* ___externalDtdBaseUri_30; // System.Collections.Generic.Dictionary`2 System.Xml.DtdParser::undeclaredNotations Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * ___undeclaredNotations_31; // System.Int32[] System.Xml.DtdParser::condSectionEntityIds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___condSectionEntityIds_32; public: inline static int32_t get_offset_of_readerAdapter_0() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___readerAdapter_0)); } inline RuntimeObject* get_readerAdapter_0() const { return ___readerAdapter_0; } inline RuntimeObject** get_address_of_readerAdapter_0() { return &___readerAdapter_0; } inline void set_readerAdapter_0(RuntimeObject* value) { ___readerAdapter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___readerAdapter_0), (void*)value); } inline static int32_t get_offset_of_readerAdapterWithValidation_1() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___readerAdapterWithValidation_1)); } inline RuntimeObject* get_readerAdapterWithValidation_1() const { return ___readerAdapterWithValidation_1; } inline RuntimeObject** get_address_of_readerAdapterWithValidation_1() { return &___readerAdapterWithValidation_1; } inline void set_readerAdapterWithValidation_1(RuntimeObject* value) { ___readerAdapterWithValidation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___readerAdapterWithValidation_1), (void*)value); } inline static int32_t get_offset_of_nameTable_2() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___nameTable_2)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_2() const { return ___nameTable_2; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_2() { return &___nameTable_2; } inline void set_nameTable_2(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_2), (void*)value); } inline static int32_t get_offset_of_schemaInfo_3() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___schemaInfo_3)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_3() const { return ___schemaInfo_3; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_3() { return &___schemaInfo_3; } inline void set_schemaInfo_3(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_3), (void*)value); } inline static int32_t get_offset_of_xmlCharType_4() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___xmlCharType_4)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_4() const { return ___xmlCharType_4; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_4() { return &___xmlCharType_4; } inline void set_xmlCharType_4(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_4))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_systemId_5() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___systemId_5)); } inline String_t* get_systemId_5() const { return ___systemId_5; } inline String_t** get_address_of_systemId_5() { return &___systemId_5; } inline void set_systemId_5(String_t* value) { ___systemId_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_5), (void*)value); } inline static int32_t get_offset_of_publicId_6() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___publicId_6)); } inline String_t* get_publicId_6() const { return ___publicId_6; } inline String_t** get_address_of_publicId_6() { return &___publicId_6; } inline void set_publicId_6(String_t* value) { ___publicId_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_6), (void*)value); } inline static int32_t get_offset_of_normalize_7() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___normalize_7)); } inline bool get_normalize_7() const { return ___normalize_7; } inline bool* get_address_of_normalize_7() { return &___normalize_7; } inline void set_normalize_7(bool value) { ___normalize_7 = value; } inline static int32_t get_offset_of_validate_8() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___validate_8)); } inline bool get_validate_8() const { return ___validate_8; } inline bool* get_address_of_validate_8() { return &___validate_8; } inline void set_validate_8(bool value) { ___validate_8 = value; } inline static int32_t get_offset_of_supportNamespaces_9() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___supportNamespaces_9)); } inline bool get_supportNamespaces_9() const { return ___supportNamespaces_9; } inline bool* get_address_of_supportNamespaces_9() { return &___supportNamespaces_9; } inline void set_supportNamespaces_9(bool value) { ___supportNamespaces_9 = value; } inline static int32_t get_offset_of_v1Compat_10() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___v1Compat_10)); } inline bool get_v1Compat_10() const { return ___v1Compat_10; } inline bool* get_address_of_v1Compat_10() { return &___v1Compat_10; } inline void set_v1Compat_10(bool value) { ___v1Compat_10 = value; } inline static int32_t get_offset_of_chars_11() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___chars_11)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_chars_11() const { return ___chars_11; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_chars_11() { return &___chars_11; } inline void set_chars_11(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___chars_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___chars_11), (void*)value); } inline static int32_t get_offset_of_charsUsed_12() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___charsUsed_12)); } inline int32_t get_charsUsed_12() const { return ___charsUsed_12; } inline int32_t* get_address_of_charsUsed_12() { return &___charsUsed_12; } inline void set_charsUsed_12(int32_t value) { ___charsUsed_12 = value; } inline static int32_t get_offset_of_curPos_13() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___curPos_13)); } inline int32_t get_curPos_13() const { return ___curPos_13; } inline int32_t* get_address_of_curPos_13() { return &___curPos_13; } inline void set_curPos_13(int32_t value) { ___curPos_13 = value; } inline static int32_t get_offset_of_scanningFunction_14() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___scanningFunction_14)); } inline int32_t get_scanningFunction_14() const { return ___scanningFunction_14; } inline int32_t* get_address_of_scanningFunction_14() { return &___scanningFunction_14; } inline void set_scanningFunction_14(int32_t value) { ___scanningFunction_14 = value; } inline static int32_t get_offset_of_nextScaningFunction_15() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___nextScaningFunction_15)); } inline int32_t get_nextScaningFunction_15() const { return ___nextScaningFunction_15; } inline int32_t* get_address_of_nextScaningFunction_15() { return &___nextScaningFunction_15; } inline void set_nextScaningFunction_15(int32_t value) { ___nextScaningFunction_15 = value; } inline static int32_t get_offset_of_savedScanningFunction_16() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___savedScanningFunction_16)); } inline int32_t get_savedScanningFunction_16() const { return ___savedScanningFunction_16; } inline int32_t* get_address_of_savedScanningFunction_16() { return &___savedScanningFunction_16; } inline void set_savedScanningFunction_16(int32_t value) { ___savedScanningFunction_16 = value; } inline static int32_t get_offset_of_whitespaceSeen_17() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___whitespaceSeen_17)); } inline bool get_whitespaceSeen_17() const { return ___whitespaceSeen_17; } inline bool* get_address_of_whitespaceSeen_17() { return &___whitespaceSeen_17; } inline void set_whitespaceSeen_17(bool value) { ___whitespaceSeen_17 = value; } inline static int32_t get_offset_of_tokenStartPos_18() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___tokenStartPos_18)); } inline int32_t get_tokenStartPos_18() const { return ___tokenStartPos_18; } inline int32_t* get_address_of_tokenStartPos_18() { return &___tokenStartPos_18; } inline void set_tokenStartPos_18(int32_t value) { ___tokenStartPos_18 = value; } inline static int32_t get_offset_of_colonPos_19() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___colonPos_19)); } inline int32_t get_colonPos_19() const { return ___colonPos_19; } inline int32_t* get_address_of_colonPos_19() { return &___colonPos_19; } inline void set_colonPos_19(int32_t value) { ___colonPos_19 = value; } inline static int32_t get_offset_of_internalSubsetValueSb_20() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___internalSubsetValueSb_20)); } inline StringBuilder_t * get_internalSubsetValueSb_20() const { return ___internalSubsetValueSb_20; } inline StringBuilder_t ** get_address_of_internalSubsetValueSb_20() { return &___internalSubsetValueSb_20; } inline void set_internalSubsetValueSb_20(StringBuilder_t * value) { ___internalSubsetValueSb_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSubsetValueSb_20), (void*)value); } inline static int32_t get_offset_of_externalEntitiesDepth_21() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___externalEntitiesDepth_21)); } inline int32_t get_externalEntitiesDepth_21() const { return ___externalEntitiesDepth_21; } inline int32_t* get_address_of_externalEntitiesDepth_21() { return &___externalEntitiesDepth_21; } inline void set_externalEntitiesDepth_21(int32_t value) { ___externalEntitiesDepth_21 = value; } inline static int32_t get_offset_of_currentEntityId_22() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___currentEntityId_22)); } inline int32_t get_currentEntityId_22() const { return ___currentEntityId_22; } inline int32_t* get_address_of_currentEntityId_22() { return &___currentEntityId_22; } inline void set_currentEntityId_22(int32_t value) { ___currentEntityId_22 = value; } inline static int32_t get_offset_of_freeFloatingDtd_23() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___freeFloatingDtd_23)); } inline bool get_freeFloatingDtd_23() const { return ___freeFloatingDtd_23; } inline bool* get_address_of_freeFloatingDtd_23() { return &___freeFloatingDtd_23; } inline void set_freeFloatingDtd_23(bool value) { ___freeFloatingDtd_23 = value; } inline static int32_t get_offset_of_hasFreeFloatingInternalSubset_24() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___hasFreeFloatingInternalSubset_24)); } inline bool get_hasFreeFloatingInternalSubset_24() const { return ___hasFreeFloatingInternalSubset_24; } inline bool* get_address_of_hasFreeFloatingInternalSubset_24() { return &___hasFreeFloatingInternalSubset_24; } inline void set_hasFreeFloatingInternalSubset_24(bool value) { ___hasFreeFloatingInternalSubset_24 = value; } inline static int32_t get_offset_of_stringBuilder_25() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___stringBuilder_25)); } inline StringBuilder_t * get_stringBuilder_25() const { return ___stringBuilder_25; } inline StringBuilder_t ** get_address_of_stringBuilder_25() { return &___stringBuilder_25; } inline void set_stringBuilder_25(StringBuilder_t * value) { ___stringBuilder_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringBuilder_25), (void*)value); } inline static int32_t get_offset_of_condSectionDepth_26() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___condSectionDepth_26)); } inline int32_t get_condSectionDepth_26() const { return ___condSectionDepth_26; } inline int32_t* get_address_of_condSectionDepth_26() { return &___condSectionDepth_26; } inline void set_condSectionDepth_26(int32_t value) { ___condSectionDepth_26 = value; } inline static int32_t get_offset_of_literalLineInfo_27() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___literalLineInfo_27)); } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE get_literalLineInfo_27() const { return ___literalLineInfo_27; } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * get_address_of_literalLineInfo_27() { return &___literalLineInfo_27; } inline void set_literalLineInfo_27(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE value) { ___literalLineInfo_27 = value; } inline static int32_t get_offset_of_literalQuoteChar_28() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___literalQuoteChar_28)); } inline Il2CppChar get_literalQuoteChar_28() const { return ___literalQuoteChar_28; } inline Il2CppChar* get_address_of_literalQuoteChar_28() { return &___literalQuoteChar_28; } inline void set_literalQuoteChar_28(Il2CppChar value) { ___literalQuoteChar_28 = value; } inline static int32_t get_offset_of_documentBaseUri_29() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___documentBaseUri_29)); } inline String_t* get_documentBaseUri_29() const { return ___documentBaseUri_29; } inline String_t** get_address_of_documentBaseUri_29() { return &___documentBaseUri_29; } inline void set_documentBaseUri_29(String_t* value) { ___documentBaseUri_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___documentBaseUri_29), (void*)value); } inline static int32_t get_offset_of_externalDtdBaseUri_30() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___externalDtdBaseUri_30)); } inline String_t* get_externalDtdBaseUri_30() const { return ___externalDtdBaseUri_30; } inline String_t** get_address_of_externalDtdBaseUri_30() { return &___externalDtdBaseUri_30; } inline void set_externalDtdBaseUri_30(String_t* value) { ___externalDtdBaseUri_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___externalDtdBaseUri_30), (void*)value); } inline static int32_t get_offset_of_undeclaredNotations_31() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___undeclaredNotations_31)); } inline Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * get_undeclaredNotations_31() const { return ___undeclaredNotations_31; } inline Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 ** get_address_of_undeclaredNotations_31() { return &___undeclaredNotations_31; } inline void set_undeclaredNotations_31(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * value) { ___undeclaredNotations_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___undeclaredNotations_31), (void*)value); } inline static int32_t get_offset_of_condSectionEntityIds_32() { return static_cast(offsetof(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86, ___condSectionEntityIds_32)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_condSectionEntityIds_32() const { return ___condSectionEntityIds_32; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_condSectionEntityIds_32() { return &___condSectionEntityIds_32; } inline void set_condSectionEntityIds_32(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___condSectionEntityIds_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___condSectionEntityIds_32), (void*)value); } }; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA : public RuntimeObject { public: // 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_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___Patterns_3; // System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Enumeration ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___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; public: inline static int32_t get_offset_of_Length_0() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Length_0)); } inline int32_t get_Length_0() const { return ___Length_0; } inline int32_t* get_address_of_Length_0() { return &___Length_0; } inline void set_Length_0(int32_t value) { ___Length_0 = value; } inline static int32_t get_offset_of_MinLength_1() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MinLength_1)); } inline int32_t get_MinLength_1() const { return ___MinLength_1; } inline int32_t* get_address_of_MinLength_1() { return &___MinLength_1; } inline void set_MinLength_1(int32_t value) { ___MinLength_1 = value; } inline static int32_t get_offset_of_MaxLength_2() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MaxLength_2)); } inline int32_t get_MaxLength_2() const { return ___MaxLength_2; } inline int32_t* get_address_of_MaxLength_2() { return &___MaxLength_2; } inline void set_MaxLength_2(int32_t value) { ___MaxLength_2 = value; } inline static int32_t get_offset_of_Patterns_3() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Patterns_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_Patterns_3() const { return ___Patterns_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_Patterns_3() { return &___Patterns_3; } inline void set_Patterns_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___Patterns_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Patterns_3), (void*)value); } inline static int32_t get_offset_of_Enumeration_4() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Enumeration_4)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_Enumeration_4() const { return ___Enumeration_4; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_Enumeration_4() { return &___Enumeration_4; } inline void set_Enumeration_4(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___Enumeration_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Enumeration_4), (void*)value); } inline static int32_t get_offset_of_WhiteSpace_5() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___WhiteSpace_5)); } inline int32_t get_WhiteSpace_5() const { return ___WhiteSpace_5; } inline int32_t* get_address_of_WhiteSpace_5() { return &___WhiteSpace_5; } inline void set_WhiteSpace_5(int32_t value) { ___WhiteSpace_5 = value; } inline static int32_t get_offset_of_MaxInclusive_6() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MaxInclusive_6)); } inline RuntimeObject * get_MaxInclusive_6() const { return ___MaxInclusive_6; } inline RuntimeObject ** get_address_of_MaxInclusive_6() { return &___MaxInclusive_6; } inline void set_MaxInclusive_6(RuntimeObject * value) { ___MaxInclusive_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___MaxInclusive_6), (void*)value); } inline static int32_t get_offset_of_MaxExclusive_7() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MaxExclusive_7)); } inline RuntimeObject * get_MaxExclusive_7() const { return ___MaxExclusive_7; } inline RuntimeObject ** get_address_of_MaxExclusive_7() { return &___MaxExclusive_7; } inline void set_MaxExclusive_7(RuntimeObject * value) { ___MaxExclusive_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___MaxExclusive_7), (void*)value); } inline static int32_t get_offset_of_MinInclusive_8() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MinInclusive_8)); } inline RuntimeObject * get_MinInclusive_8() const { return ___MinInclusive_8; } inline RuntimeObject ** get_address_of_MinInclusive_8() { return &___MinInclusive_8; } inline void set_MinInclusive_8(RuntimeObject * value) { ___MinInclusive_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___MinInclusive_8), (void*)value); } inline static int32_t get_offset_of_MinExclusive_9() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MinExclusive_9)); } inline RuntimeObject * get_MinExclusive_9() const { return ___MinExclusive_9; } inline RuntimeObject ** get_address_of_MinExclusive_9() { return &___MinExclusive_9; } inline void set_MinExclusive_9(RuntimeObject * value) { ___MinExclusive_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___MinExclusive_9), (void*)value); } inline static int32_t get_offset_of_TotalDigits_10() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___TotalDigits_10)); } inline int32_t get_TotalDigits_10() const { return ___TotalDigits_10; } inline int32_t* get_address_of_TotalDigits_10() { return &___TotalDigits_10; } inline void set_TotalDigits_10(int32_t value) { ___TotalDigits_10 = value; } inline static int32_t get_offset_of_FractionDigits_11() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___FractionDigits_11)); } inline int32_t get_FractionDigits_11() const { return ___FractionDigits_11; } inline int32_t* get_address_of_FractionDigits_11() { return &___FractionDigits_11; } inline void set_FractionDigits_11(int32_t value) { ___FractionDigits_11 = value; } inline static int32_t get_offset_of_Flags_12() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Flags_12)); } inline int32_t get_Flags_12() const { return ___Flags_12; } inline int32_t* get_address_of_Flags_12() { return &___Flags_12; } inline void set_Flags_12(int32_t value) { ___Flags_12 = value; } }; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___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_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___values_10; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___name_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_name_0() const { return ___name_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_name_0() { return &___name_0; } inline void set_name_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_prefix_1() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___prefix_1)); } inline String_t* get_prefix_1() const { return ___prefix_1; } inline String_t** get_address_of_prefix_1() { return &___prefix_1; } inline void set_prefix_1(String_t* value) { ___prefix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_1), (void*)value); } inline static int32_t get_offset_of_isDeclaredInExternal_2() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___isDeclaredInExternal_2)); } inline bool get_isDeclaredInExternal_2() const { return ___isDeclaredInExternal_2; } inline bool* get_address_of_isDeclaredInExternal_2() { return &___isDeclaredInExternal_2; } inline void set_isDeclaredInExternal_2(bool value) { ___isDeclaredInExternal_2 = value; } inline static int32_t get_offset_of_presence_3() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___presence_3)); } inline int32_t get_presence_3() const { return ___presence_3; } inline int32_t* get_address_of_presence_3() { return &___presence_3; } inline void set_presence_3(int32_t value) { ___presence_3 = value; } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___schemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_datatype_5() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___datatype_5)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_5() const { return ___datatype_5; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_5() { return &___datatype_5; } inline void set_datatype_5(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_5), (void*)value); } inline static int32_t get_offset_of_defaultValueRaw_6() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueRaw_6)); } inline String_t* get_defaultValueRaw_6() const { return ___defaultValueRaw_6; } inline String_t** get_address_of_defaultValueRaw_6() { return &___defaultValueRaw_6; } inline void set_defaultValueRaw_6(String_t* value) { ___defaultValueRaw_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueRaw_6), (void*)value); } inline static int32_t get_offset_of_defaultValueTyped_7() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueTyped_7)); } inline RuntimeObject * get_defaultValueTyped_7() const { return ___defaultValueTyped_7; } inline RuntimeObject ** get_address_of_defaultValueTyped_7() { return &___defaultValueTyped_7; } inline void set_defaultValueTyped_7(RuntimeObject * value) { ___defaultValueTyped_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueTyped_7), (void*)value); } inline static int32_t get_offset_of_maxLength_8() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___maxLength_8)); } inline int64_t get_maxLength_8() const { return ___maxLength_8; } inline int64_t* get_address_of_maxLength_8() { return &___maxLength_8; } inline void set_maxLength_8(int64_t value) { ___maxLength_8 = value; } inline static int32_t get_offset_of_minLength_9() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___minLength_9)); } inline int64_t get_minLength_9() const { return ___minLength_9; } inline int64_t* get_address_of_minLength_9() { return &___minLength_9; } inline void set_minLength_9(int64_t value) { ___minLength_9 = value; } inline static int32_t get_offset_of_values_10() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___values_10)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_values_10() const { return ___values_10; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_values_10() { return &___values_10; } inline void set_values_10(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___values_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_10), (void*)value); } }; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDecls_0; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::undeclaredElementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___undeclaredElementDecls_1; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::generalEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___generalEntities_2; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::parameterEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___parameterEntities_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * ___targetNamespaces_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::attributeDecls Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attributeDecls_9; // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType int32_t ___schemaType_10; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDeclsByType Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDeclsByType_11; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::notations Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___notations_12; public: inline static int32_t get_offset_of_elementDecls_0() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDecls_0)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDecls_0() const { return ___elementDecls_0; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDecls_0() { return &___elementDecls_0; } inline void set_elementDecls_0(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecls_0), (void*)value); } inline static int32_t get_offset_of_undeclaredElementDecls_1() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___undeclaredElementDecls_1)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_undeclaredElementDecls_1() const { return ___undeclaredElementDecls_1; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_undeclaredElementDecls_1() { return &___undeclaredElementDecls_1; } inline void set_undeclaredElementDecls_1(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___undeclaredElementDecls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___undeclaredElementDecls_1), (void*)value); } inline static int32_t get_offset_of_generalEntities_2() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___generalEntities_2)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_generalEntities_2() const { return ___generalEntities_2; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_generalEntities_2() { return &___generalEntities_2; } inline void set_generalEntities_2(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___generalEntities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalEntities_2), (void*)value); } inline static int32_t get_offset_of_parameterEntities_3() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___parameterEntities_3)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_parameterEntities_3() const { return ___parameterEntities_3; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_parameterEntities_3() { return &___parameterEntities_3; } inline void set_parameterEntities_3(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___parameterEntities_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameterEntities_3), (void*)value); } inline static int32_t get_offset_of_docTypeName_4() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___docTypeName_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_docTypeName_4() const { return ___docTypeName_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_docTypeName_4() { return &___docTypeName_4; } inline void set_docTypeName_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___docTypeName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypeName_4), (void*)value); } inline static int32_t get_offset_of_internalDtdSubset_5() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___internalDtdSubset_5)); } inline String_t* get_internalDtdSubset_5() const { return ___internalDtdSubset_5; } inline String_t** get_address_of_internalDtdSubset_5() { return &___internalDtdSubset_5; } inline void set_internalDtdSubset_5(String_t* value) { ___internalDtdSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalDtdSubset_5), (void*)value); } inline static int32_t get_offset_of_hasNonCDataAttributes_6() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasNonCDataAttributes_6)); } inline bool get_hasNonCDataAttributes_6() const { return ___hasNonCDataAttributes_6; } inline bool* get_address_of_hasNonCDataAttributes_6() { return &___hasNonCDataAttributes_6; } inline void set_hasNonCDataAttributes_6(bool value) { ___hasNonCDataAttributes_6 = value; } inline static int32_t get_offset_of_hasDefaultAttributes_7() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasDefaultAttributes_7)); } inline bool get_hasDefaultAttributes_7() const { return ___hasDefaultAttributes_7; } inline bool* get_address_of_hasDefaultAttributes_7() { return &___hasDefaultAttributes_7; } inline void set_hasDefaultAttributes_7(bool value) { ___hasDefaultAttributes_7 = value; } inline static int32_t get_offset_of_targetNamespaces_8() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___targetNamespaces_8)); } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * get_targetNamespaces_8() const { return ___targetNamespaces_8; } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C ** get_address_of_targetNamespaces_8() { return &___targetNamespaces_8; } inline void set_targetNamespaces_8(Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * value) { ___targetNamespaces_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_8), (void*)value); } inline static int32_t get_offset_of_attributeDecls_9() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___attributeDecls_9)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attributeDecls_9() const { return ___attributeDecls_9; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attributeDecls_9() { return &___attributeDecls_9; } inline void set_attributeDecls_9(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attributeDecls_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeDecls_9), (void*)value); } inline static int32_t get_offset_of_schemaType_10() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___schemaType_10)); } inline int32_t get_schemaType_10() const { return ___schemaType_10; } inline int32_t* get_address_of_schemaType_10() { return &___schemaType_10; } inline void set_schemaType_10(int32_t value) { ___schemaType_10 = value; } inline static int32_t get_offset_of_elementDeclsByType_11() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDeclsByType_11)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDeclsByType_11() const { return ___elementDeclsByType_11; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDeclsByType_11() { return &___elementDeclsByType_11; } inline void set_elementDeclsByType_11(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDeclsByType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDeclsByType_11), (void*)value); } inline static int32_t get_offset_of_notations_12() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___notations_12)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_notations_12() const { return ___notations_12; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_notations_12() { return &___notations_12; } inline void set_notations_12(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___notations_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_12), (void*)value); } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // System.Xml.Serialization.TypeData struct TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 : public RuntimeObject { public: // System.Type System.Xml.Serialization.TypeData::type Type_t * ___type_0; // System.String System.Xml.Serialization.TypeData::elementName String_t* ___elementName_1; // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::sType int32_t ___sType_2; // System.Type System.Xml.Serialization.TypeData::listItemType Type_t * ___listItemType_3; // System.String System.Xml.Serialization.TypeData::typeName String_t* ___typeName_4; // System.String System.Xml.Serialization.TypeData::fullTypeName String_t* ___fullTypeName_5; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::listItemTypeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listItemTypeData_6; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::mappedType TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___mappedType_7; // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Serialization.TypeData::facet XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 * ___facet_8; // System.Reflection.MethodInfo System.Xml.Serialization.TypeData::typeConvertor MethodInfo_t * ___typeConvertor_9; // System.Boolean System.Xml.Serialization.TypeData::hasPublicConstructor bool ___hasPublicConstructor_10; // System.Boolean System.Xml.Serialization.TypeData::nullableOverride bool ___nullableOverride_11; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } inline static int32_t get_offset_of_elementName_1() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___elementName_1)); } inline String_t* get_elementName_1() const { return ___elementName_1; } inline String_t** get_address_of_elementName_1() { return &___elementName_1; } inline void set_elementName_1(String_t* value) { ___elementName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementName_1), (void*)value); } inline static int32_t get_offset_of_sType_2() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___sType_2)); } inline int32_t get_sType_2() const { return ___sType_2; } inline int32_t* get_address_of_sType_2() { return &___sType_2; } inline void set_sType_2(int32_t value) { ___sType_2 = value; } inline static int32_t get_offset_of_listItemType_3() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___listItemType_3)); } inline Type_t * get_listItemType_3() const { return ___listItemType_3; } inline Type_t ** get_address_of_listItemType_3() { return &___listItemType_3; } inline void set_listItemType_3(Type_t * value) { ___listItemType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___listItemType_3), (void*)value); } inline static int32_t get_offset_of_typeName_4() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___typeName_4)); } inline String_t* get_typeName_4() const { return ___typeName_4; } inline String_t** get_address_of_typeName_4() { return &___typeName_4; } inline void set_typeName_4(String_t* value) { ___typeName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value); } inline static int32_t get_offset_of_fullTypeName_5() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___fullTypeName_5)); } inline String_t* get_fullTypeName_5() const { return ___fullTypeName_5; } inline String_t** get_address_of_fullTypeName_5() { return &___fullTypeName_5; } inline void set_fullTypeName_5(String_t* value) { ___fullTypeName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullTypeName_5), (void*)value); } inline static int32_t get_offset_of_listItemTypeData_6() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___listItemTypeData_6)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get_listItemTypeData_6() const { return ___listItemTypeData_6; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of_listItemTypeData_6() { return &___listItemTypeData_6; } inline void set_listItemTypeData_6(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ___listItemTypeData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___listItemTypeData_6), (void*)value); } inline static int32_t get_offset_of_mappedType_7() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___mappedType_7)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get_mappedType_7() const { return ___mappedType_7; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of_mappedType_7() { return &___mappedType_7; } inline void set_mappedType_7(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ___mappedType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mappedType_7), (void*)value); } inline static int32_t get_offset_of_facet_8() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___facet_8)); } inline XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 * get_facet_8() const { return ___facet_8; } inline XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 ** get_address_of_facet_8() { return &___facet_8; } inline void set_facet_8(XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 * value) { ___facet_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___facet_8), (void*)value); } inline static int32_t get_offset_of_typeConvertor_9() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___typeConvertor_9)); } inline MethodInfo_t * get_typeConvertor_9() const { return ___typeConvertor_9; } inline MethodInfo_t ** get_address_of_typeConvertor_9() { return &___typeConvertor_9; } inline void set_typeConvertor_9(MethodInfo_t * value) { ___typeConvertor_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeConvertor_9), (void*)value); } inline static int32_t get_offset_of_hasPublicConstructor_10() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___hasPublicConstructor_10)); } inline bool get_hasPublicConstructor_10() const { return ___hasPublicConstructor_10; } inline bool* get_address_of_hasPublicConstructor_10() { return &___hasPublicConstructor_10; } inline void set_hasPublicConstructor_10(bool value) { ___hasPublicConstructor_10 = value; } inline static int32_t get_offset_of_nullableOverride_11() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___nullableOverride_11)); } inline bool get_nullableOverride_11() const { return ___nullableOverride_11; } inline bool* get_address_of_nullableOverride_11() { return &___nullableOverride_11; } inline void set_nullableOverride_11(bool value) { ___nullableOverride_11 = value; } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_13; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_14; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_15; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_16; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_17; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_18; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_19; public: inline static int32_t get_offset_of_m_String_13() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_13)); } inline String_t* get_m_String_13() const { return ___m_String_13; } inline String_t** get_address_of_m_String_13() { return &___m_String_13; } inline void set_m_String_13(String_t* value) { ___m_String_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_13), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_14)); } inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; } inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; } inline void set_m_originalUnicodeString_14(String_t* value) { ___m_originalUnicodeString_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_14), (void*)value); } inline static int32_t get_offset_of_m_Syntax_15() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_15)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_15() const { return ___m_Syntax_15; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; } inline void set_m_Syntax_15(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_15), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_16)); } inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; } inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; } inline void set_m_DnsSafeHost_16(String_t* value) { ___m_DnsSafeHost_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_16), (void*)value); } inline static int32_t get_offset_of_m_Flags_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_17)); } inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; } inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; } inline void set_m_Flags_17(uint64_t value) { ___m_Flags_17 = value; } inline static int32_t get_offset_of_m_Info_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_18)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_18() const { return ___m_Info_18; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_18() { return &___m_Info_18; } inline void set_m_Info_18(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_18), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_19)); } inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; } inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; } inline void set_m_iriParsing_19(bool value) { ___m_iriParsing_19 = value; } }; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType_0; // System.Object System.Xml.Schema.XmlAtomicValue::objVal RuntimeObject * ___objVal_1; // System.TypeCode System.Xml.Schema.XmlAtomicValue::clrType int32_t ___clrType_2; // System.Xml.Schema.XmlAtomicValue/Union System.Xml.Schema.XmlAtomicValue::unionVal Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F ___unionVal_3; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * ___nsPrefix_4; public: inline static int32_t get_offset_of_xmlType_0() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___xmlType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_xmlType_0() const { return ___xmlType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_xmlType_0() { return &___xmlType_0; } inline void set_xmlType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___xmlType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_0), (void*)value); } inline static int32_t get_offset_of_objVal_1() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___objVal_1)); } inline RuntimeObject * get_objVal_1() const { return ___objVal_1; } inline RuntimeObject ** get_address_of_objVal_1() { return &___objVal_1; } inline void set_objVal_1(RuntimeObject * value) { ___objVal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___objVal_1), (void*)value); } inline static int32_t get_offset_of_clrType_2() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___clrType_2)); } inline int32_t get_clrType_2() const { return ___clrType_2; } inline int32_t* get_address_of_clrType_2() { return &___clrType_2; } inline void set_clrType_2(int32_t value) { ___clrType_2 = value; } inline static int32_t get_offset_of_unionVal_3() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___unionVal_3)); } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F get_unionVal_3() const { return ___unionVal_3; } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * get_address_of_unionVal_3() { return &___unionVal_3; } inline void set_unionVal_3(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F value) { ___unionVal_3 = value; } inline static int32_t get_offset_of_nsPrefix_4() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___nsPrefix_4)); } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * get_nsPrefix_4() const { return ___nsPrefix_4; } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 ** get_address_of_nsPrefix_4() { return &___nsPrefix_4; } inline void set_nsPrefix_4(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * value) { ___nsPrefix_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsPrefix_4), (void*)value); } }; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 : public XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_0; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode int32_t ___typeCode_1; // System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault Type_t * ___clrTypeDefault_2; public: inline static int32_t get_offset_of_schemaType_0() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___schemaType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_0() const { return ___schemaType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_0() { return &___schemaType_0; } inline void set_schemaType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_0), (void*)value); } inline static int32_t get_offset_of_typeCode_1() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___typeCode_1)); } inline int32_t get_typeCode_1() const { return ___typeCode_1; } inline int32_t* get_address_of_typeCode_1() { return &___typeCode_1; } inline void set_typeCode_1(int32_t value) { ___typeCode_1 = value; } inline static int32_t get_offset_of_clrTypeDefault_2() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___clrTypeDefault_2)); } inline Type_t * get_clrTypeDefault_2() const { return ___clrTypeDefault_2; } inline Type_t ** get_address_of_clrTypeDefault_2() { return &___clrTypeDefault_2; } inline void set_clrTypeDefault_2(Type_t * value) { ___clrTypeDefault_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___clrTypeDefault_2), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::itemTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___itemTypeName_0; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::itemType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___itemType_1; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::baseItemType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___baseItemType_2; public: inline static int32_t get_offset_of_itemTypeName_0() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___itemTypeName_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_itemTypeName_0() const { return ___itemTypeName_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_itemTypeName_0() { return &___itemTypeName_0; } inline void set_itemTypeName_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___itemTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemTypeName_0), (void*)value); } inline static int32_t get_offset_of_itemType_1() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___itemType_1)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_itemType_1() const { return ___itemType_1; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_itemType_1() { return &___itemType_1; } inline void set_itemType_1(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___itemType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemType_1), (void*)value); } inline static int32_t get_offset_of_baseItemType_2() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___baseItemType_2)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_baseItemType_2() const { return ___baseItemType_2; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_baseItemType_2() { return &___baseItemType_2; } inline void set_baseItemType_2(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___baseItemType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseItemType_2), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___baseTypeName_0; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::facets XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___facets_1; public: inline static int32_t get_offset_of_baseTypeName_0() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C, ___baseTypeName_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_baseTypeName_0() const { return ___baseTypeName_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_baseTypeName_0() { return &___baseTypeName_0; } inline void set_baseTypeName_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___baseTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseTypeName_0), (void*)value); } inline static int32_t get_offset_of_facets_1() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C, ___facets_1)); } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * get_facets_1() const { return ___facets_1; } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 ** get_address_of_facets_1() { return &___facets_1; } inline void set_facets_1(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * value) { ___facets_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___facets_1), (void*)value); } }; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final int32_t ___final_0; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy int32_t ___derivedBy_1; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___baseSchemaType_2; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype_3; // System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___elementDecl_4; // System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname_5; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType int32_t ___contentType_6; public: inline static int32_t get_offset_of_final_0() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___final_0)); } inline int32_t get_final_0() const { return ___final_0; } inline int32_t* get_address_of_final_0() { return &___final_0; } inline void set_final_0(int32_t value) { ___final_0 = value; } inline static int32_t get_offset_of_derivedBy_1() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___derivedBy_1)); } inline int32_t get_derivedBy_1() const { return ___derivedBy_1; } inline int32_t* get_address_of_derivedBy_1() { return &___derivedBy_1; } inline void set_derivedBy_1(int32_t value) { ___derivedBy_1 = value; } inline static int32_t get_offset_of_baseSchemaType_2() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___baseSchemaType_2)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_baseSchemaType_2() const { return ___baseSchemaType_2; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_baseSchemaType_2() { return &___baseSchemaType_2; } inline void set_baseSchemaType_2(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___baseSchemaType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseSchemaType_2), (void*)value); } inline static int32_t get_offset_of_datatype_3() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___datatype_3)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_3() const { return ___datatype_3; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_3() { return &___datatype_3; } inline void set_datatype_3(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_3), (void*)value); } inline static int32_t get_offset_of_elementDecl_4() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___elementDecl_4)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_elementDecl_4() const { return ___elementDecl_4; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_elementDecl_4() { return &___elementDecl_4; } inline void set_elementDecl_4(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___elementDecl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecl_4), (void*)value); } inline static int32_t get_offset_of_qname_5() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___qname_5)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qname_5() const { return ___qname_5; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qname_5() { return &___qname_5; } inline void set_qname_5(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qname_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_5), (void*)value); } inline static int32_t get_offset_of_contentType_6() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___contentType_6)); } inline int32_t get_contentType_6() const { return ___contentType_6; } inline int32_t* get_address_of_contentType_6() { return &___contentType_6; } inline void set_contentType_6(int32_t value) { ___contentType_6 = value; } }; // System.Xml.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlTypeMapElementInfo::_elementName String_t* ____elementName_0; // System.String System.Xml.Serialization.XmlTypeMapElementInfo::_namespace String_t* ____namespace_1; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapElementInfo::_form int32_t ____form_2; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlTypeMapElementInfo::_member XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____member_3; // System.Object System.Xml.Serialization.XmlTypeMapElementInfo::_choiceValue RuntimeObject * ____choiceValue_4; // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_isNullable bool ____isNullable_5; // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_nestingLevel int32_t ____nestingLevel_6; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::_mappedType XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____mappedType_7; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::_type TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____type_8; // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_wrappedElement bool ____wrappedElement_9; // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_explicitOrder int32_t ____explicitOrder_10; public: inline static int32_t get_offset_of__elementName_0() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____elementName_0)); } inline String_t* get__elementName_0() const { return ____elementName_0; } inline String_t** get_address_of__elementName_0() { return &____elementName_0; } inline void set__elementName_0(String_t* value) { ____elementName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementName_0), (void*)value); } inline static int32_t get_offset_of__namespace_1() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____namespace_1)); } inline String_t* get__namespace_1() const { return ____namespace_1; } inline String_t** get_address_of__namespace_1() { return &____namespace_1; } inline void set__namespace_1(String_t* value) { ____namespace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_1), (void*)value); } inline static int32_t get_offset_of__form_2() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____form_2)); } inline int32_t get__form_2() const { return ____form_2; } inline int32_t* get_address_of__form_2() { return &____form_2; } inline void set__form_2(int32_t value) { ____form_2 = value; } inline static int32_t get_offset_of__member_3() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____member_3)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__member_3() const { return ____member_3; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__member_3() { return &____member_3; } inline void set__member_3(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____member_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_3), (void*)value); } inline static int32_t get_offset_of__choiceValue_4() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____choiceValue_4)); } inline RuntimeObject * get__choiceValue_4() const { return ____choiceValue_4; } inline RuntimeObject ** get_address_of__choiceValue_4() { return &____choiceValue_4; } inline void set__choiceValue_4(RuntimeObject * value) { ____choiceValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceValue_4), (void*)value); } inline static int32_t get_offset_of__isNullable_5() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____isNullable_5)); } inline bool get__isNullable_5() const { return ____isNullable_5; } inline bool* get_address_of__isNullable_5() { return &____isNullable_5; } inline void set__isNullable_5(bool value) { ____isNullable_5 = value; } inline static int32_t get_offset_of__nestingLevel_6() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____nestingLevel_6)); } inline int32_t get__nestingLevel_6() const { return ____nestingLevel_6; } inline int32_t* get_address_of__nestingLevel_6() { return &____nestingLevel_6; } inline void set__nestingLevel_6(int32_t value) { ____nestingLevel_6 = value; } inline static int32_t get_offset_of__mappedType_7() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____mappedType_7)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__mappedType_7() const { return ____mappedType_7; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__mappedType_7() { return &____mappedType_7; } inline void set__mappedType_7(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____mappedType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_7), (void*)value); } inline static int32_t get_offset_of__type_8() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____type_8)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__type_8() const { return ____type_8; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__type_8() { return &____type_8; } inline void set__type_8(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____type_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_8), (void*)value); } inline static int32_t get_offset_of__wrappedElement_9() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____wrappedElement_9)); } inline bool get__wrappedElement_9() const { return ____wrappedElement_9; } inline bool* get_address_of__wrappedElement_9() { return &____wrappedElement_9; } inline void set__wrappedElement_9(bool value) { ____wrappedElement_9 = value; } inline static int32_t get_offset_of__explicitOrder_10() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____explicitOrder_10)); } inline int32_t get__explicitOrder_10() const { return ____explicitOrder_10; } inline int32_t* get_address_of__explicitOrder_10() { return &____explicitOrder_10; } inline void set__explicitOrder_10(int32_t value) { ____explicitOrder_10 = value; } }; // System.Xml.Serialization.XmlTypeMapMemberAnyElement struct XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 : public XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_attributeName String_t* ____attributeName_10; // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_namespace String_t* ____namespace_11; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapMemberAttribute::_form int32_t ____form_12; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::_mappedType XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____mappedType_13; public: inline static int32_t get_offset_of__attributeName_10() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____attributeName_10)); } inline String_t* get__attributeName_10() const { return ____attributeName_10; } inline String_t** get_address_of__attributeName_10() { return &____attributeName_10; } inline void set__attributeName_10(String_t* value) { ____attributeName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeName_10), (void*)value); } inline static int32_t get_offset_of__namespace_11() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____namespace_11)); } inline String_t* get__namespace_11() const { return ____namespace_11; } inline String_t** get_address_of__namespace_11() { return &____namespace_11; } inline void set__namespace_11(String_t* value) { ____namespace_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_11), (void*)value); } inline static int32_t get_offset_of__form_12() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____form_12)); } inline int32_t get__form_12() const { return ____form_12; } inline int32_t* get_address_of__form_12() { return &____form_12; } inline void set__form_12(int32_t value) { ____form_12 = value; } inline static int32_t get_offset_of__mappedType_13() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____mappedType_13)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__mappedType_13() const { return ____mappedType_13; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__mappedType_13() { return &____mappedType_13; } inline void set__mappedType_13(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____mappedType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberFlatList struct XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 : public XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 { public: // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::_listMap ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * ____listMap_15; public: inline static int32_t get_offset_of__listMap_15() { return static_cast(offsetof(XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73, ____listMap_15)); } inline ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * get__listMap_15() const { return ____listMap_15; } inline ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 ** get_address_of__listMap_15() { return &____listMap_15; } inline void set__listMap_15(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * value) { ____listMap_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMap_15), (void*)value); } }; // System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame struct ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D : public RuntimeObject { public: // System.Int32 System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame::startParenEntityId int32_t ___startParenEntityId_0; // System.Xml.DtdParser/Token System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame::parsingSchema int32_t ___parsingSchema_1; public: inline static int32_t get_offset_of_startParenEntityId_0() { return static_cast(offsetof(ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D, ___startParenEntityId_0)); } inline int32_t get_startParenEntityId_0() const { return ___startParenEntityId_0; } inline int32_t* get_address_of_startParenEntityId_0() { return &___startParenEntityId_0; } inline void set_startParenEntityId_0(int32_t value) { ___startParenEntityId_0 = value; } inline static int32_t get_offset_of_parsingSchema_1() { return static_cast(offsetof(ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D, ___parsingSchema_1)); } inline int32_t get_parsingSchema_1() const { return ___parsingSchema_1; } inline int32_t* get_address_of_parsingSchema_1() { return &___parsingSchema_1; } inline void set_parsingSchema_1(int32_t value) { ___parsingSchema_1 = value; } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.Xml.Schema.Datatype_anySimpleType struct Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 : public DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 { public: public: }; // System.Xml.Schema.DfaContentValidator struct DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73 : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Int32[][] System.Xml.Schema.DfaContentValidator::transitionTable Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___transitionTable_7; // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.DfaContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_8; public: inline static int32_t get_offset_of_transitionTable_7() { return static_cast(offsetof(DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73, ___transitionTable_7)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_transitionTable_7() const { return ___transitionTable_7; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_transitionTable_7() { return &___transitionTable_7; } inline void set_transitionTable_7(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___transitionTable_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitionTable_7), (void*)value); } inline static int32_t get_offset_of_symbols_8() { return static_cast(offsetof(DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73, ___symbols_8)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_8() const { return ___symbols_8; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_8() { return &___symbols_8; } inline void set_symbols_8(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_8), (void*)value); } }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.ParticleContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_7; // System.Xml.Schema.Positions System.Xml.Schema.ParticleContentValidator::positions Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions_8; // System.Collections.Stack System.Xml.Schema.ParticleContentValidator::stack Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___stack_9; // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.ParticleContentValidator::contentNode SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___contentNode_10; // System.Boolean System.Xml.Schema.ParticleContentValidator::isPartial bool ___isPartial_11; // System.Int32 System.Xml.Schema.ParticleContentValidator::minMaxNodesCount int32_t ___minMaxNodesCount_12; // System.Boolean System.Xml.Schema.ParticleContentValidator::enableUpaCheck bool ___enableUpaCheck_13; public: inline static int32_t get_offset_of_symbols_7() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___symbols_7)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_7() const { return ___symbols_7; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_7() { return &___symbols_7; } inline void set_symbols_7(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_7), (void*)value); } inline static int32_t get_offset_of_positions_8() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___positions_8)); } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * get_positions_8() const { return ___positions_8; } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F ** get_address_of_positions_8() { return &___positions_8; } inline void set_positions_8(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * value) { ___positions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_8), (void*)value); } inline static int32_t get_offset_of_stack_9() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___stack_9)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_stack_9() const { return ___stack_9; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_stack_9() { return &___stack_9; } inline void set_stack_9(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___stack_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_9), (void*)value); } inline static int32_t get_offset_of_contentNode_10() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___contentNode_10)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_contentNode_10() const { return ___contentNode_10; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_contentNode_10() { return &___contentNode_10; } inline void set_contentNode_10(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___contentNode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentNode_10), (void*)value); } inline static int32_t get_offset_of_isPartial_11() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___isPartial_11)); } inline bool get_isPartial_11() const { return ___isPartial_11; } inline bool* get_address_of_isPartial_11() { return &___isPartial_11; } inline void set_isPartial_11(bool value) { ___isPartial_11 = value; } inline static int32_t get_offset_of_minMaxNodesCount_12() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___minMaxNodesCount_12)); } inline int32_t get_minMaxNodesCount_12() const { return ___minMaxNodesCount_12; } inline int32_t* get_address_of_minMaxNodesCount_12() { return &___minMaxNodesCount_12; } inline void set_minMaxNodesCount_12(int32_t value) { ___minMaxNodesCount_12 = value; } inline static int32_t get_offset_of_enableUpaCheck_13() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___enableUpaCheck_13)); } inline bool get_enableUpaCheck_13() const { return ___enableUpaCheck_13; } inline bool* get_address_of_enableUpaCheck_13() { return &___enableUpaCheck_13; } inline void set_enableUpaCheck_13(bool value) { ___enableUpaCheck_13 = value; } }; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 : public SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A { public: // 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; public: inline static int32_t get_offset_of_defExpanded_11() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___defExpanded_11)); } inline String_t* get_defExpanded_11() const { return ___defExpanded_11; } inline String_t** get_address_of_defExpanded_11() { return &___defExpanded_11; } inline void set_defExpanded_11(String_t* value) { ___defExpanded_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___defExpanded_11), (void*)value); } inline static int32_t get_offset_of_lineNum_12() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___lineNum_12)); } inline int32_t get_lineNum_12() const { return ___lineNum_12; } inline int32_t* get_address_of_lineNum_12() { return &___lineNum_12; } inline void set_lineNum_12(int32_t value) { ___lineNum_12 = value; } inline static int32_t get_offset_of_linePos_13() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___linePos_13)); } inline int32_t get_linePos_13() const { return ___linePos_13; } inline int32_t* get_address_of_linePos_13() { return &___linePos_13; } inline void set_linePos_13(int32_t value) { ___linePos_13 = value; } inline static int32_t get_offset_of_valueLineNum_14() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___valueLineNum_14)); } inline int32_t get_valueLineNum_14() const { return ___valueLineNum_14; } inline int32_t* get_address_of_valueLineNum_14() { return &___valueLineNum_14; } inline void set_valueLineNum_14(int32_t value) { ___valueLineNum_14 = value; } inline static int32_t get_offset_of_valueLinePos_15() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___valueLinePos_15)); } inline int32_t get_valueLinePos_15() const { return ___valueLinePos_15; } inline int32_t* get_address_of_valueLinePos_15() { return &___valueLinePos_15; } inline void set_valueLinePos_15(int32_t value) { ___valueLinePos_15 = value; } inline static int32_t get_offset_of_reserved_16() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___reserved_16)); } inline int32_t get_reserved_16() const { return ___reserved_16; } inline int32_t* get_address_of_reserved_16() { return &___reserved_16; } inline void set_reserved_16(int32_t value) { ___reserved_16 = value; } }; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B : public SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::attdefs Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attdefs_11; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaElementDecl::defaultAttdefs List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * ___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::hasRequiredAttribute bool ___hasRequiredAttribute_15; // System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared bool ___isNotationDeclared_16; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::prohibitedAttributes Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * ___prohibitedAttributes_17; // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___contentValidator_18; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___anyAttribute_19; public: inline static int32_t get_offset_of_attdefs_11() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___attdefs_11)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attdefs_11() const { return ___attdefs_11; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attdefs_11() { return &___attdefs_11; } inline void set_attdefs_11(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attdefs_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___attdefs_11), (void*)value); } inline static int32_t get_offset_of_defaultAttdefs_12() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___defaultAttdefs_12)); } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * get_defaultAttdefs_12() const { return ___defaultAttdefs_12; } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 ** get_address_of_defaultAttdefs_12() { return &___defaultAttdefs_12; } inline void set_defaultAttdefs_12(List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * value) { ___defaultAttdefs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultAttdefs_12), (void*)value); } inline static int32_t get_offset_of_isIdDeclared_13() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isIdDeclared_13)); } inline bool get_isIdDeclared_13() const { return ___isIdDeclared_13; } inline bool* get_address_of_isIdDeclared_13() { return &___isIdDeclared_13; } inline void set_isIdDeclared_13(bool value) { ___isIdDeclared_13 = value; } inline static int32_t get_offset_of_hasNonCDataAttribute_14() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasNonCDataAttribute_14)); } inline bool get_hasNonCDataAttribute_14() const { return ___hasNonCDataAttribute_14; } inline bool* get_address_of_hasNonCDataAttribute_14() { return &___hasNonCDataAttribute_14; } inline void set_hasNonCDataAttribute_14(bool value) { ___hasNonCDataAttribute_14 = value; } inline static int32_t get_offset_of_hasRequiredAttribute_15() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasRequiredAttribute_15)); } inline bool get_hasRequiredAttribute_15() const { return ___hasRequiredAttribute_15; } inline bool* get_address_of_hasRequiredAttribute_15() { return &___hasRequiredAttribute_15; } inline void set_hasRequiredAttribute_15(bool value) { ___hasRequiredAttribute_15 = value; } inline static int32_t get_offset_of_isNotationDeclared_16() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isNotationDeclared_16)); } inline bool get_isNotationDeclared_16() const { return ___isNotationDeclared_16; } inline bool* get_address_of_isNotationDeclared_16() { return &___isNotationDeclared_16; } inline void set_isNotationDeclared_16(bool value) { ___isNotationDeclared_16 = value; } inline static int32_t get_offset_of_prohibitedAttributes_17() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___prohibitedAttributes_17)); } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * get_prohibitedAttributes_17() const { return ___prohibitedAttributes_17; } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 ** get_address_of_prohibitedAttributes_17() { return &___prohibitedAttributes_17; } inline void set_prohibitedAttributes_17(Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * value) { ___prohibitedAttributes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prohibitedAttributes_17), (void*)value); } inline static int32_t get_offset_of_contentValidator_18() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___contentValidator_18)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_contentValidator_18() const { return ___contentValidator_18; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_contentValidator_18() { return &___contentValidator_18; } inline void set_contentValidator_18(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___contentValidator_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentValidator_18), (void*)value); } inline static int32_t get_offset_of_anyAttribute_19() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___anyAttribute_19)); } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * get_anyAttribute_19() const { return ___anyAttribute_19; } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 ** get_address_of_anyAttribute_19() { return &___anyAttribute_19; } inline void set_anyAttribute_19(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * value) { ___anyAttribute_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAttribute_19), (void*)value); } }; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F : public Type_t { public: public: }; // System.TypeLoadException struct TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.TypeLoadException::ClassName String_t* ___ClassName_17; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_18; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_19; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_20; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_AssemblyName_18() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___AssemblyName_18)); } inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; } inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; } inline void set_AssemblyName_18(String_t* value) { ___AssemblyName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value); } inline static int32_t get_offset_of_MessageArg_19() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___MessageArg_19)); } inline String_t* get_MessageArg_19() const { return ___MessageArg_19; } inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; } inline void set_MessageArg_19(String_t* value) { ___MessageArg_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value); } inline static int32_t get_offset_of_ResourceId_20() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ResourceId_20)); } inline int32_t get_ResourceId_20() const { return ___ResourceId_20; } inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; } inline void set_ResourceId_20(int32_t value) { ___ResourceId_20 = value; } }; // System.Xml.Schema.XmlAnyConverter struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.XmlException::res String_t* ___res_17; // System.String[] System.Xml.XmlException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args_18; // System.Int32 System.Xml.XmlException::lineNumber int32_t ___lineNumber_19; // System.Int32 System.Xml.XmlException::linePosition int32_t ___linePosition_20; // System.String System.Xml.XmlException::sourceUri String_t* ___sourceUri_21; // System.String System.Xml.XmlException::message String_t* ___message_22; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___res_17)); } inline String_t* get_res_17() const { return ___res_17; } inline String_t** get_address_of_res_17() { return &___res_17; } inline void set_res_17(String_t* value) { ___res_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value); } inline static int32_t get_offset_of_args_18() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_lineNumber_19() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___lineNumber_19)); } inline int32_t get_lineNumber_19() const { return ___lineNumber_19; } inline int32_t* get_address_of_lineNumber_19() { return &___lineNumber_19; } inline void set_lineNumber_19(int32_t value) { ___lineNumber_19 = value; } inline static int32_t get_offset_of_linePosition_20() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___linePosition_20)); } inline int32_t get_linePosition_20() const { return ___linePosition_20; } inline int32_t* get_address_of_linePosition_20() { return &___linePosition_20; } inline void set_linePosition_20(int32_t value) { ___linePosition_20 = value; } inline static int32_t get_offset_of_sourceUri_21() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___sourceUri_21)); } inline String_t* get_sourceUri_21() const { return ___sourceUri_21; } inline String_t** get_address_of_sourceUri_21() { return &___sourceUri_21; } inline void set_sourceUri_21(String_t* value) { ___sourceUri_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_21), (void*)value); } inline static int32_t get_offset_of_message_22() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___message_22)); } inline String_t* get_message_22() const { return ___message_22; } inline String_t** get_address_of_message_22() { return &___message_22; } inline void set_message_22(String_t* value) { ___message_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_22), (void*)value); } }; // System.Xml.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___atomicConverter_32; public: inline static int32_t get_offset_of_atomicConverter_32() { return static_cast(offsetof(XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D, ___atomicConverter_32)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_atomicConverter_32() const { return ___atomicConverter_32; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_atomicConverter_32() { return &___atomicConverter_32; } inline void set_atomicConverter_32(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___atomicConverter_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicConverter_32), (void*)value); } }; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block int32_t ___block_7; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___contentTypeParticle_8; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___attributeWildcard_9; // System.Byte System.Xml.Schema.XmlSchemaComplexType::pvFlags uint8_t ___pvFlags_13; public: inline static int32_t get_offset_of_block_7() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___block_7)); } inline int32_t get_block_7() const { return ___block_7; } inline int32_t* get_address_of_block_7() { return &___block_7; } inline void set_block_7(int32_t value) { ___block_7 = value; } inline static int32_t get_offset_of_contentTypeParticle_8() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___contentTypeParticle_8)); } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * get_contentTypeParticle_8() const { return ___contentTypeParticle_8; } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 ** get_address_of_contentTypeParticle_8() { return &___contentTypeParticle_8; } inline void set_contentTypeParticle_8(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * value) { ___contentTypeParticle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentTypeParticle_8), (void*)value); } inline static int32_t get_offset_of_attributeWildcard_9() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___attributeWildcard_9)); } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * get_attributeWildcard_9() const { return ___attributeWildcard_9; } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 ** get_address_of_attributeWildcard_9() { return &___attributeWildcard_9; } inline void set_attributeWildcard_9(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * value) { ___attributeWildcard_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeWildcard_9), (void*)value); } inline static int32_t get_offset_of_pvFlags_13() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___pvFlags_13)); } inline uint8_t get_pvFlags_13() const { return ___pvFlags_13; } inline uint8_t* get_address_of_pvFlags_13() { return &___pvFlags_13; } inline void set_pvFlags_13(uint8_t value) { ___pvFlags_13 = value; } }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_17; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args_18; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_19; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_21; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___sourceSchemaObject_22; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_23; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___res_17)); } inline String_t* get_res_17() const { return ___res_17; } inline String_t** get_address_of_res_17() { return &___res_17; } inline void set_res_17(String_t* value) { ___res_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value); } inline static int32_t get_offset_of_args_18() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_sourceUri_19() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceUri_19)); } inline String_t* get_sourceUri_19() const { return ___sourceUri_19; } inline String_t** get_address_of_sourceUri_19() { return &___sourceUri_19; } inline void set_sourceUri_19(String_t* value) { ___sourceUri_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_19), (void*)value); } inline static int32_t get_offset_of_lineNumber_20() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___lineNumber_20)); } inline int32_t get_lineNumber_20() const { return ___lineNumber_20; } inline int32_t* get_address_of_lineNumber_20() { return &___lineNumber_20; } inline void set_lineNumber_20(int32_t value) { ___lineNumber_20 = value; } inline static int32_t get_offset_of_linePosition_21() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___linePosition_21)); } inline int32_t get_linePosition_21() const { return ___linePosition_21; } inline int32_t* get_address_of_linePosition_21() { return &___linePosition_21; } inline void set_linePosition_21(int32_t value) { ___linePosition_21 = value; } inline static int32_t get_offset_of_sourceSchemaObject_22() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceSchemaObject_22)); } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * get_sourceSchemaObject_22() const { return ___sourceSchemaObject_22; } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 ** get_address_of_sourceSchemaObject_22() { return &___sourceSchemaObject_22; } inline void set_sourceSchemaObject_22(XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * value) { ___sourceSchemaObject_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceSchemaObject_22), (void*)value); } inline static int32_t get_offset_of_message_23() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___message_23)); } inline String_t* get_message_23() const { return ___message_23; } inline String_t** get_address_of_message_23() { return &___message_23; } inline void set_message_23(String_t* value) { ___message_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_23), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___content_7; public: inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C, ___content_7)); } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * get_content_7() const { return ___content_7; } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 ** get_address_of_content_7() { return &___content_7; } inline void set_content_7(XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; // System.Xml.Schema.Datatype_List struct Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.Datatype_List::itemType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___itemType_91; // System.Int32 System.Xml.Schema.Datatype_List::minListSize int32_t ___minListSize_92; public: inline static int32_t get_offset_of_itemType_91() { return static_cast(offsetof(Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8, ___itemType_91)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_itemType_91() const { return ___itemType_91; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_itemType_91() { return &___itemType_91; } inline void set_itemType_91(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___itemType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemType_91), (void*)value); } inline static int32_t get_offset_of_minListSize_92() { return static_cast(offsetof(Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8, ___minListSize_92)); } inline int32_t get_minListSize_92() const { return ___minListSize_92; } inline int32_t* get_address_of_minListSize_92() { return &___minListSize_92; } inline void set_minListSize_92(int32_t value) { ___minListSize_92 = value; } }; // System.Xml.Schema.Datatype_NOTATION struct Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_QName struct Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_QNameXdr struct Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_anyAtomicType struct Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_anyURI struct Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_base64Binary struct Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_boolean struct Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_char struct Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_dateTimeBase struct Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: // System.Xml.Schema.XsdDateTimeFlags System.Xml.Schema.Datatype_dateTimeBase::dateTimeFlags int32_t ___dateTimeFlags_93; public: inline static int32_t get_offset_of_dateTimeFlags_93() { return static_cast(offsetof(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B, ___dateTimeFlags_93)); } inline int32_t get_dateTimeFlags_93() const { return ___dateTimeFlags_93; } inline int32_t* get_address_of_dateTimeFlags_93() { return &___dateTimeFlags_93; } inline void set_dateTimeFlags_93(int32_t value) { ___dateTimeFlags_93 = value; } }; // System.Xml.Schema.Datatype_decimal struct Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_double struct Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_duration struct Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_float struct Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_hexBinary struct Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_string struct Datatype_string_tB77515E627562C7905D9460C87420B458293E979 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.Datatype_union struct Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.Datatype_union::types XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* ___types_93; public: inline static int32_t get_offset_of_types_93() { return static_cast(offsetof(Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250, ___types_93)); } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* get_types_93() const { return ___types_93; } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21** get_address_of_types_93() { return &___types_93; } inline void set_types_93(XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* value) { ___types_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___types_93), (void*)value); } }; // System.Xml.Schema.Datatype_uuid struct Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 : public Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 { public: public: }; // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { public: // System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList bool ___allowListToList_33; public: inline static int32_t get_offset_of_allowListToList_33() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF, ___allowListToList_33)); } inline bool get_allowListToList_33() const { return ___allowListToList_33; } inline bool* get_address_of_allowListToList_33() { return &___allowListToList_33; } inline void set_allowListToList_33(bool value) { ___allowListToList_33 = value; } }; // System.Xml.Schema.Datatype_date struct Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_dateTime struct Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_dateTimeNoTimeZone struct Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_dateTimeTimeZone struct Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_day struct Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_dayTimeDuration struct Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9 : public Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 { public: public: }; // System.Xml.Schema.Datatype_doubleXdr struct Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120 : public Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC { public: public: }; // System.Xml.Schema.Datatype_fixed struct Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4 : public Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 { public: public: }; // System.Xml.Schema.Datatype_floatXdr struct Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990 : public Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 { public: public: }; // System.Xml.Schema.Datatype_integer struct Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 : public Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 { public: public: }; // System.Xml.Schema.Datatype_month struct Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_monthDay struct Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_normalizedString struct Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 : public Datatype_string_tB77515E627562C7905D9460C87420B458293E979 { public: public: }; // System.Xml.Schema.Datatype_normalizedStringV1Compat struct Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357 : public Datatype_string_tB77515E627562C7905D9460C87420B458293E979 { public: public: }; // System.Xml.Schema.Datatype_time struct Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_timeNoTimeZone struct Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_timeTimeZone struct Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_untypedAtomicType struct Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 : public Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C { public: public: }; // System.Xml.Schema.Datatype_year struct Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96 : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_yearMonth struct Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE : public Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B { public: public: }; // System.Xml.Schema.Datatype_yearMonthDuration struct Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16 : public Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 { public: public: }; // System.Xml.Schema.Datatype_long struct Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 : public Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 { public: public: }; // System.Xml.Schema.Datatype_nonNegativeInteger struct Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A : public Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 { public: public: }; // System.Xml.Schema.Datatype_nonPositiveInteger struct Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 : public Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 { public: public: }; // System.Xml.Schema.Datatype_token struct Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 : public Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 { public: public: }; // System.Xml.Schema.Datatype_tokenV1Compat struct Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24 : public Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357 { public: public: }; // System.Xml.Schema.Datatype_NMTOKEN struct Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 : public Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 { public: public: }; // System.Xml.Schema.Datatype_Name struct Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6 : public Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 { public: public: }; // System.Xml.Schema.Datatype_int struct Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 : public Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 { public: public: }; // System.Xml.Schema.Datatype_language struct Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3 : public Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 { public: public: }; // System.Xml.Schema.Datatype_negativeInteger struct Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD : public Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 { public: public: }; // System.Xml.Schema.Datatype_positiveInteger struct Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C : public Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A { public: public: }; // System.Xml.Schema.Datatype_unsignedLong struct Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 : public Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A { public: public: }; // System.Xml.Schema.Datatype_ENUMERATION struct Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6 : public Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 { public: public: }; // System.Xml.Schema.Datatype_NCName struct Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD : public Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6 { public: public: }; // System.Xml.Schema.Datatype_short struct Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 : public Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 { public: public: }; // System.Xml.Schema.Datatype_unsignedInt struct Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE : public Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 { public: public: }; // System.Xml.Schema.Datatype_ENTITY struct Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1 : public Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD { public: public: }; // System.Xml.Schema.Datatype_ID struct Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851 : public Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD { public: public: }; // System.Xml.Schema.Datatype_IDREF struct Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F : public Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD { public: public: }; // System.Xml.Schema.Datatype_byte struct Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB : public Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 { public: public: }; // System.Xml.Schema.Datatype_unsignedShort struct Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE : public Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE { public: public: }; // System.Xml.Schema.Datatype_unsignedByte struct Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E : public Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE { public: public: }; // // // System.Object // System.Object // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.Stack`1 // System.Collections.Generic.Stack`1 // System.Collections.Generic.Stack`1 // System.Collections.Generic.Stack`1 // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Collections.ArrayList // System.Xml.Base64Encoder // System.Xml.Base64Encoder // System.Xml.Schema.BaseValidator // System.Xml.Schema.BaseValidator // System.Xml.BinHexEncoder // System.Xml.BinHexEncoder // System.Xml.BinaryCompatibility struct BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields { public: // System.Boolean System.Xml.BinaryCompatibility::_targetsAtLeast_Desktop_V4_5_2 bool ____targetsAtLeast_Desktop_V4_5_2_0; public: inline static int32_t get_offset_of__targetsAtLeast_Desktop_V4_5_2_0() { return static_cast(offsetof(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields, ____targetsAtLeast_Desktop_V4_5_2_0)); } inline bool get__targetsAtLeast_Desktop_V4_5_2_0() const { return ____targetsAtLeast_Desktop_V4_5_2_0; } inline bool* get_address_of__targetsAtLeast_Desktop_V4_5_2_0() { return &____targetsAtLeast_Desktop_V4_5_2_0; } inline void set__targetsAtLeast_Desktop_V4_5_2_0(bool value) { ____targetsAtLeast_Desktop_V4_5_2_0 = value; } }; // System.Xml.BinaryCompatibility // System.Xml.Schema.BitSet // System.Xml.Schema.BitSet // System.Xml.Bits struct Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields { public: // System.UInt32 System.Xml.Bits::MASK_0101010101010101 uint32_t ___MASK_0101010101010101_0; // System.UInt32 System.Xml.Bits::MASK_0011001100110011 uint32_t ___MASK_0011001100110011_1; // System.UInt32 System.Xml.Bits::MASK_0000111100001111 uint32_t ___MASK_0000111100001111_2; // System.UInt32 System.Xml.Bits::MASK_0000000011111111 uint32_t ___MASK_0000000011111111_3; // System.UInt32 System.Xml.Bits::MASK_1111111111111111 uint32_t ___MASK_1111111111111111_4; public: inline static int32_t get_offset_of_MASK_0101010101010101_0() { return static_cast(offsetof(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields, ___MASK_0101010101010101_0)); } inline uint32_t get_MASK_0101010101010101_0() const { return ___MASK_0101010101010101_0; } inline uint32_t* get_address_of_MASK_0101010101010101_0() { return &___MASK_0101010101010101_0; } inline void set_MASK_0101010101010101_0(uint32_t value) { ___MASK_0101010101010101_0 = value; } inline static int32_t get_offset_of_MASK_0011001100110011_1() { return static_cast(offsetof(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields, ___MASK_0011001100110011_1)); } inline uint32_t get_MASK_0011001100110011_1() const { return ___MASK_0011001100110011_1; } inline uint32_t* get_address_of_MASK_0011001100110011_1() { return &___MASK_0011001100110011_1; } inline void set_MASK_0011001100110011_1(uint32_t value) { ___MASK_0011001100110011_1 = value; } inline static int32_t get_offset_of_MASK_0000111100001111_2() { return static_cast(offsetof(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields, ___MASK_0000111100001111_2)); } inline uint32_t get_MASK_0000111100001111_2() const { return ___MASK_0000111100001111_2; } inline uint32_t* get_address_of_MASK_0000111100001111_2() { return &___MASK_0000111100001111_2; } inline void set_MASK_0000111100001111_2(uint32_t value) { ___MASK_0000111100001111_2 = value; } inline static int32_t get_offset_of_MASK_0000000011111111_3() { return static_cast(offsetof(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields, ___MASK_0000000011111111_3)); } inline uint32_t get_MASK_0000000011111111_3() const { return ___MASK_0000000011111111_3; } inline uint32_t* get_address_of_MASK_0000000011111111_3() { return &___MASK_0000000011111111_3; } inline void set_MASK_0000000011111111_3(uint32_t value) { ___MASK_0000000011111111_3 = value; } inline static int32_t get_offset_of_MASK_1111111111111111_4() { return static_cast(offsetof(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields, ___MASK_1111111111111111_4)); } inline uint32_t get_MASK_1111111111111111_4() const { return ___MASK_1111111111111111_4; } inline uint32_t* get_address_of_MASK_1111111111111111_4() { return &___MASK_1111111111111111_4; } inline void set_MASK_1111111111111111_4(uint32_t value) { ___MASK_1111111111111111_4 = value; } }; // System.Xml.Bits // Microsoft.CSharp.CodeDomProvider // Microsoft.CSharp.CodeDomProvider // System.Xml.Serialization.CodeIdentifier struct CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_StaticFields { public: // Microsoft.CSharp.CodeDomProvider System.Xml.Serialization.CodeIdentifier::csharp CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 * ___csharp_0; public: inline static int32_t get_offset_of_csharp_0() { return static_cast(offsetof(CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_StaticFields, ___csharp_0)); } inline CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 * get_csharp_0() const { return ___csharp_0; } inline CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 ** get_address_of_csharp_0() { return &___csharp_0; } inline void set_csharp_0(CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 * value) { ___csharp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___csharp_0), (void*)value); } }; // System.Xml.Serialization.CodeIdentifier // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // System.Globalization.CultureInfo // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields, ___Value_0)); } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * get_Value_0() const { return ___Value_0; } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.DBNull // System.Xml.DomNameTable // System.Xml.DomNameTable // System.Xml.Schema.FacetsChecker // System.Xml.Schema.FacetsChecker // System.Xml.IncrementalReadDecoder // System.Xml.IncrementalReadDecoder // System.Reflection.MemberInfo // System.Reflection.MemberInfo // System.Xml.Serialization.ObjectMap // System.Xml.Serialization.ObjectMap // System.Xml.Schema.Positions // System.Xml.Schema.Positions // System.Xml.Schema.SchemaEntity // System.Xml.Schema.SchemaEntity // System.Xml.Schema.SchemaNotation // System.Xml.Schema.SchemaNotation // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // System.Text.StringBuilder // System.Text.StringBuilder // System.Xml.Schema.SymbolsDictionary // System.Xml.Schema.SymbolsDictionary // System.Xml.Schema.SyntaxTreeNode // System.Xml.Schema.SyntaxTreeNode // System.ValueType // System.ValueType // System.Xml.XPath.XPathItem // System.Xml.XPath.XPathItem // System.Xml.XmlName // System.Xml.XmlName // System.Xml.XmlNameTable // System.Xml.XmlNameTable // System.Xml.XmlNode // System.Xml.XmlNode // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields { public: // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___Empty_4; public: inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___hashCodeDelegate_0)); } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; } inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * value) { ___hashCodeDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (void*)value); } inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___Empty_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_Empty_4() const { return ___Empty_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Xml.XmlQualifiedName // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaObject // System.Xml.Schema.XmlSchemaObject // System.Xml.Serialization.XmlTypeMapMember // System.Xml.Serialization.XmlTypeMapMember // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.XsdSimpleValue // System.Xml.Schema.XsdSimpleValue // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap // System.Xml.DtdParser/UndeclaredNotation // System.Xml.DtdParser/UndeclaredNotation // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Nullable`1 // System.Nullable`1 // System.Xml.BinHexDecoder // System.Xml.BinHexDecoder // System.Xml.Schema.BinaryFacetsChecker // System.Xml.Schema.BinaryFacetsChecker // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // Microsoft.CSharp.CSharpCodeProvider // Microsoft.CSharp.CSharpCodeProvider // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // System.Xml.Schema.DateTimeFacetsChecker // System.Xml.Schema.DateTimeFacetsChecker // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Decimal // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // System.Xml.Schema.DurationFacetsChecker // System.Xml.Schema.DurationFacetsChecker // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Guid struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Guid // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // System.Xml.Schema.InteriorNode // System.Xml.Schema.InteriorNode // System.Xml.LineInfo // System.Xml.LineInfo // System.Xml.Schema.ListFacetsChecker // System.Xml.Schema.ListFacetsChecker // System.Xml.Schema.MiscFacetsChecker // System.Xml.Schema.MiscFacetsChecker // System.Xml.Schema.Numeric2FacetsChecker // System.Xml.Schema.Numeric2FacetsChecker // System.Reflection.PropertyInfo // System.Reflection.PropertyInfo // System.Xml.Schema.QNameFacetsChecker // System.Xml.Schema.QNameFacetsChecker // System.SByte // System.SByte // System.Single // System.Single // System.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_StaticFields { public: // System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::languagePattern Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___languagePattern_0; public: inline static int32_t get_offset_of_languagePattern_0() { return static_cast(offsetof(StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_StaticFields, ___languagePattern_0)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_languagePattern_0() const { return ___languagePattern_0; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_languagePattern_0() { return &___languagePattern_0; } inline void set_languagePattern_0(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___languagePattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___languagePattern_0), (void*)value); } }; // System.Xml.Schema.StringFacetsChecker // 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.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields { public: // System.Object System.Xml.XmlCharType::s_Lock RuntimeObject * ___s_Lock_0; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlCharType::s_CharProperties ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_CharProperties_1; public: inline static int32_t get_offset_of_s_Lock_0() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields, ___s_Lock_0)); } inline RuntimeObject * get_s_Lock_0() const { return ___s_Lock_0; } inline RuntimeObject ** get_address_of_s_Lock_0() { return &___s_Lock_0; } inline void set_s_Lock_0(RuntimeObject * value) { ___s_Lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Lock_0), (void*)value); } inline static int32_t get_offset_of_s_CharProperties_1() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields, ___s_CharProperties_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_CharProperties_1() const { return ___s_CharProperties_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_CharProperties_1() { return &___s_CharProperties_1; } inline void set_s_CharProperties_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_CharProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CharProperties_1), (void*)value); } }; // System.Xml.XmlCharType // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields { public: // System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * ___EmptyEnumerator_41; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo RuntimeObject* ___NotKnownSchemaInfo_42; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo RuntimeObject* ___ValidSchemaInfo_43; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo RuntimeObject* ___InvalidSchemaInfo_44; public: inline static int32_t get_offset_of_EmptyEnumerator_41() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___EmptyEnumerator_41)); } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * get_EmptyEnumerator_41() const { return ___EmptyEnumerator_41; } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 ** get_address_of_EmptyEnumerator_41() { return &___EmptyEnumerator_41; } inline void set_EmptyEnumerator_41(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * value) { ___EmptyEnumerator_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_41), (void*)value); } inline static int32_t get_offset_of_NotKnownSchemaInfo_42() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___NotKnownSchemaInfo_42)); } inline RuntimeObject* get_NotKnownSchemaInfo_42() const { return ___NotKnownSchemaInfo_42; } inline RuntimeObject** get_address_of_NotKnownSchemaInfo_42() { return &___NotKnownSchemaInfo_42; } inline void set_NotKnownSchemaInfo_42(RuntimeObject* value) { ___NotKnownSchemaInfo_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_42), (void*)value); } inline static int32_t get_offset_of_ValidSchemaInfo_43() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___ValidSchemaInfo_43)); } inline RuntimeObject* get_ValidSchemaInfo_43() const { return ___ValidSchemaInfo_43; } inline RuntimeObject** get_address_of_ValidSchemaInfo_43() { return &___ValidSchemaInfo_43; } inline void set_ValidSchemaInfo_43(RuntimeObject* value) { ___ValidSchemaInfo_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_43), (void*)value); } inline static int32_t get_offset_of_InvalidSchemaInfo_44() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___InvalidSchemaInfo_44)); } inline RuntimeObject* get_InvalidSchemaInfo_44() const { return ___InvalidSchemaInfo_44; } inline RuntimeObject** get_address_of_InvalidSchemaInfo_44() { return &___InvalidSchemaInfo_44; } inline void set_InvalidSchemaInfo_44(RuntimeObject* value) { ___InvalidSchemaInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_44), (void*)value); } }; // System.Xml.XmlDocument // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Serialization.XmlTypeMapElementInfoList // System.Xml.Serialization.XmlTypeMapElementInfoList // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute // System.Xml.Serialization.XmlTypeMapMemberElement // System.Xml.Serialization.XmlTypeMapMemberElement // System.Xml.Serialization.XmlTypeMapMemberNamespaces // System.Xml.Serialization.XmlTypeMapMemberNamespaces // System.Xml.Schema.XsdDuration // System.Xml.Schema.XsdDuration // /__StaticArrayInitTypeSize=20 // /__StaticArrayInitTypeSize=20 // /__StaticArrayInitTypeSize=28 // /__StaticArrayInitTypeSize=28 // /__StaticArrayInitTypeSize=32 // /__StaticArrayInitTypeSize=32 // /__StaticArrayInitTypeSize=40 // /__StaticArrayInitTypeSize=40 // /__StaticArrayInitTypeSize=416 // /__StaticArrayInitTypeSize=416 // /__StaticArrayInitTypeSize=6 // /__StaticArrayInitTypeSize=6 // /__StaticArrayInitTypeSize=64 // /__StaticArrayInitTypeSize=64 // struct U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields { public: // /__StaticArrayInitTypeSize=6 ::5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98 __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; // /__StaticArrayInitTypeSize=416 ::6A0D50D692745A6663128CD315B71079584F3E59 __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 ___6A0D50D692745A6663128CD315B71079584F3E59_1; // /__StaticArrayInitTypeSize=32 ::7A32E1A19C182315E4263A65A72066492550D8CD __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 ___7A32E1A19C182315E4263A65A72066492550D8CD_2; // /__StaticArrayInitTypeSize=28 ::9E31F24F64765FCAA589F589324D17C9FCF6A06D __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3; // /__StaticArrayInitTypeSize=416 ::B368804F0C6DAB083B253A6B106D0783D5C32E90 __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4; // /__StaticArrayInitTypeSize=40 ::B9F0004E3873FDDCABFDA6174EA18F0859B637B4 __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5; // /__StaticArrayInitTypeSize=20 ::BAD037B714E1CD1052149B51238A3D4351DD10B5 __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6; // System.Int64 ::EBC658B067B5C785A3F0BB67D73755F6FEE7F70C int64_t ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7; // /__StaticArrayInitTypeSize=64 ::EE3413A2C088FF9432054D6E60A7CB6A498D25F0 __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8; public: inline static int32_t get_offset_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0)); } inline __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB get_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() const { return ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; } inline __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB * get_address_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return &___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; } inline void set_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0(__StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB value) { ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0 = value; } inline static int32_t get_offset_of_U36A0D50D692745A6663128CD315B71079584F3E59_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___6A0D50D692745A6663128CD315B71079584F3E59_1)); } inline __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 get_U36A0D50D692745A6663128CD315B71079584F3E59_1() const { return ___6A0D50D692745A6663128CD315B71079584F3E59_1; } inline __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 * get_address_of_U36A0D50D692745A6663128CD315B71079584F3E59_1() { return &___6A0D50D692745A6663128CD315B71079584F3E59_1; } inline void set_U36A0D50D692745A6663128CD315B71079584F3E59_1(__StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 value) { ___6A0D50D692745A6663128CD315B71079584F3E59_1 = value; } inline static int32_t get_offset_of_U37A32E1A19C182315E4263A65A72066492550D8CD_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___7A32E1A19C182315E4263A65A72066492550D8CD_2)); } inline __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 get_U37A32E1A19C182315E4263A65A72066492550D8CD_2() const { return ___7A32E1A19C182315E4263A65A72066492550D8CD_2; } inline __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 * get_address_of_U37A32E1A19C182315E4263A65A72066492550D8CD_2() { return &___7A32E1A19C182315E4263A65A72066492550D8CD_2; } inline void set_U37A32E1A19C182315E4263A65A72066492550D8CD_2(__StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 value) { ___7A32E1A19C182315E4263A65A72066492550D8CD_2 = value; } inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3)); } inline __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3; } inline __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3; } inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3(__StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E value) { ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3 = value; } inline static int32_t get_offset_of_B368804F0C6DAB083B253A6B106D0783D5C32E90_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4)); } inline __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 get_B368804F0C6DAB083B253A6B106D0783D5C32E90_4() const { return ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4; } inline __StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 * get_address_of_B368804F0C6DAB083B253A6B106D0783D5C32E90_4() { return &___B368804F0C6DAB083B253A6B106D0783D5C32E90_4; } inline void set_B368804F0C6DAB083B253A6B106D0783D5C32E90_4(__StaticArrayInitTypeSizeU3D416_tEA2021331600112E61D2C04468109C687F093BF4 value) { ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4 = value; } inline static int32_t get_offset_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5)); } inline __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 get_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5() const { return ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5; } inline __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 * get_address_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5() { return &___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5; } inline void set_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5(__StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 value) { ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5 = value; } inline static int32_t get_offset_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6)); } inline __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 get_BAD037B714E1CD1052149B51238A3D4351DD10B5_6() const { return ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6; } inline __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 * get_address_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_6() { return &___BAD037B714E1CD1052149B51238A3D4351DD10B5_6; } inline void set_BAD037B714E1CD1052149B51238A3D4351DD10B5_6(__StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 value) { ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6 = value; } inline static int32_t get_offset_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7)); } inline int64_t get_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7() const { return ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7; } inline int64_t* get_address_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7() { return &___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7; } inline void set_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7(int64_t value) { ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7 = value; } inline static int32_t get_offset_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8)); } inline __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD get_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8() const { return ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8; } inline __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD * get_address_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8() { return &___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8; } inline void set_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8(__StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD value) { ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8 = value; } }; // // System.Reflection.Assembly // System.Reflection.Assembly // System.Reflection.BindingFlags // System.Reflection.BindingFlags // System.Xml.Schema.ChoiceNode // System.Xml.Schema.ChoiceNode // System.Xml.Serialization.ClassMap // System.Xml.Serialization.ClassMap // System.Xml.ConformanceLevel // System.Xml.ConformanceLevel // System.DateTimeKind // System.DateTimeKind // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // System.Collections.Hashtable // System.Collections.Hashtable // System.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_StaticFields { public: // System.Char[] System.Xml.Schema.Numeric10FacetsChecker::signs CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___signs_0; public: inline static int32_t get_offset_of_signs_0() { return static_cast(offsetof(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_StaticFields, ___signs_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_signs_0() const { return ___signs_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_signs_0() { return &___signs_0; } inline void set_signs_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___signs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___signs_0), (void*)value); } }; // System.Xml.Schema.Numeric10FacetsChecker // System.Xml.Schema.RestrictionFlags // System.Xml.Schema.RestrictionFlags // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Xml.Schema.SchemaType // System.Xml.Schema.SchemaType // System.Xml.Serialization.SchemaTypes // System.Xml.Serialization.SchemaTypes // System.StringComparison // System.StringComparison // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TimeSpan // System.TypeCode // System.TypeCode // System.Globalization.UnicodeCategory // System.Globalization.UnicodeCategory // System.UriIdnScope // System.UriIdnScope // System.Xml.Schema.XmlSchemaContentType // System.Xml.Schema.XmlSchemaContentType // System.Xml.Schema.XmlSchemaDatatypeVariety // System.Xml.Schema.XmlSchemaDatatypeVariety // System.Xml.Schema.XmlSchemaDerivationMethod // System.Xml.Schema.XmlSchemaDerivationMethod // System.Xml.Schema.XmlSchemaForm // System.Xml.Schema.XmlSchemaForm // System.Xml.Schema.XmlSchemaSimpleTypeContent // System.Xml.Schema.XmlSchemaSimpleTypeContent // System.Xml.Schema.XmlSchemaWhiteSpace // System.Xml.Schema.XmlSchemaWhiteSpace // System.Xml.Schema.XmlSeverityType // System.Xml.Schema.XmlSeverityType // System.Xml.XmlTokenizedType // System.Xml.XmlTokenizedType // System.Xml.Schema.XmlTypeCode // System.Xml.Schema.XmlTypeCode // System.Xml.Serialization.XmlTypeMapMemberExpandable // System.Xml.Serialization.XmlTypeMapMemberExpandable // System.Xml.Schema.XsdDateTime struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields { public: // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy int32_t ___Lzyyyy_2; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_ int32_t ___Lzyyyy__3; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM int32_t ___Lzyyyy_MM_4; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ int32_t ___Lzyyyy_MM__5; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_dd int32_t ___Lzyyyy_MM_dd_6; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ddT int32_t ___Lzyyyy_MM_ddT_7; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH int32_t ___LzHH_8; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_ int32_t ___LzHH__9; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm int32_t ___LzHH_mm_10; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ int32_t ___LzHH_mm__11; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ss int32_t ___LzHH_mm_ss_12; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_ int32_t ___Lz__13; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz int32_t ___Lz_zz_14; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_ int32_t ___Lz_zz__15; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_zz int32_t ___Lz_zz_zz_16; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__ int32_t ___Lz___17; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm int32_t ___Lz__mm_18; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_ int32_t ___Lz__mm__19; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm__ int32_t ___Lz__mm___20; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_dd int32_t ___Lz__mm_dd_21; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___ int32_t ___Lz____22; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___dd int32_t ___Lz___dd_23; // System.Xml.Schema.XmlTypeCode[] System.Xml.Schema.XsdDateTime::typeCodes XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B* ___typeCodes_24; public: inline static int32_t get_offset_of_Lzyyyy_2() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_2)); } inline int32_t get_Lzyyyy_2() const { return ___Lzyyyy_2; } inline int32_t* get_address_of_Lzyyyy_2() { return &___Lzyyyy_2; } inline void set_Lzyyyy_2(int32_t value) { ___Lzyyyy_2 = value; } inline static int32_t get_offset_of_Lzyyyy__3() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy__3)); } inline int32_t get_Lzyyyy__3() const { return ___Lzyyyy__3; } inline int32_t* get_address_of_Lzyyyy__3() { return &___Lzyyyy__3; } inline void set_Lzyyyy__3(int32_t value) { ___Lzyyyy__3 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_4() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM_4)); } inline int32_t get_Lzyyyy_MM_4() const { return ___Lzyyyy_MM_4; } inline int32_t* get_address_of_Lzyyyy_MM_4() { return &___Lzyyyy_MM_4; } inline void set_Lzyyyy_MM_4(int32_t value) { ___Lzyyyy_MM_4 = value; } inline static int32_t get_offset_of_Lzyyyy_MM__5() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM__5)); } inline int32_t get_Lzyyyy_MM__5() const { return ___Lzyyyy_MM__5; } inline int32_t* get_address_of_Lzyyyy_MM__5() { return &___Lzyyyy_MM__5; } inline void set_Lzyyyy_MM__5(int32_t value) { ___Lzyyyy_MM__5 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_dd_6() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM_dd_6)); } inline int32_t get_Lzyyyy_MM_dd_6() const { return ___Lzyyyy_MM_dd_6; } inline int32_t* get_address_of_Lzyyyy_MM_dd_6() { return &___Lzyyyy_MM_dd_6; } inline void set_Lzyyyy_MM_dd_6(int32_t value) { ___Lzyyyy_MM_dd_6 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_ddT_7() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM_ddT_7)); } inline int32_t get_Lzyyyy_MM_ddT_7() const { return ___Lzyyyy_MM_ddT_7; } inline int32_t* get_address_of_Lzyyyy_MM_ddT_7() { return &___Lzyyyy_MM_ddT_7; } inline void set_Lzyyyy_MM_ddT_7(int32_t value) { ___Lzyyyy_MM_ddT_7 = value; } inline static int32_t get_offset_of_LzHH_8() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_8)); } inline int32_t get_LzHH_8() const { return ___LzHH_8; } inline int32_t* get_address_of_LzHH_8() { return &___LzHH_8; } inline void set_LzHH_8(int32_t value) { ___LzHH_8 = value; } inline static int32_t get_offset_of_LzHH__9() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH__9)); } inline int32_t get_LzHH__9() const { return ___LzHH__9; } inline int32_t* get_address_of_LzHH__9() { return &___LzHH__9; } inline void set_LzHH__9(int32_t value) { ___LzHH__9 = value; } inline static int32_t get_offset_of_LzHH_mm_10() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_mm_10)); } inline int32_t get_LzHH_mm_10() const { return ___LzHH_mm_10; } inline int32_t* get_address_of_LzHH_mm_10() { return &___LzHH_mm_10; } inline void set_LzHH_mm_10(int32_t value) { ___LzHH_mm_10 = value; } inline static int32_t get_offset_of_LzHH_mm__11() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_mm__11)); } inline int32_t get_LzHH_mm__11() const { return ___LzHH_mm__11; } inline int32_t* get_address_of_LzHH_mm__11() { return &___LzHH_mm__11; } inline void set_LzHH_mm__11(int32_t value) { ___LzHH_mm__11 = value; } inline static int32_t get_offset_of_LzHH_mm_ss_12() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_mm_ss_12)); } inline int32_t get_LzHH_mm_ss_12() const { return ___LzHH_mm_ss_12; } inline int32_t* get_address_of_LzHH_mm_ss_12() { return &___LzHH_mm_ss_12; } inline void set_LzHH_mm_ss_12(int32_t value) { ___LzHH_mm_ss_12 = value; } inline static int32_t get_offset_of_Lz__13() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__13)); } inline int32_t get_Lz__13() const { return ___Lz__13; } inline int32_t* get_address_of_Lz__13() { return &___Lz__13; } inline void set_Lz__13(int32_t value) { ___Lz__13 = value; } inline static int32_t get_offset_of_Lz_zz_14() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz_zz_14)); } inline int32_t get_Lz_zz_14() const { return ___Lz_zz_14; } inline int32_t* get_address_of_Lz_zz_14() { return &___Lz_zz_14; } inline void set_Lz_zz_14(int32_t value) { ___Lz_zz_14 = value; } inline static int32_t get_offset_of_Lz_zz__15() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz_zz__15)); } inline int32_t get_Lz_zz__15() const { return ___Lz_zz__15; } inline int32_t* get_address_of_Lz_zz__15() { return &___Lz_zz__15; } inline void set_Lz_zz__15(int32_t value) { ___Lz_zz__15 = value; } inline static int32_t get_offset_of_Lz_zz_zz_16() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz_zz_zz_16)); } inline int32_t get_Lz_zz_zz_16() const { return ___Lz_zz_zz_16; } inline int32_t* get_address_of_Lz_zz_zz_16() { return &___Lz_zz_zz_16; } inline void set_Lz_zz_zz_16(int32_t value) { ___Lz_zz_zz_16 = value; } inline static int32_t get_offset_of_Lz___17() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz___17)); } inline int32_t get_Lz___17() const { return ___Lz___17; } inline int32_t* get_address_of_Lz___17() { return &___Lz___17; } inline void set_Lz___17(int32_t value) { ___Lz___17 = value; } inline static int32_t get_offset_of_Lz__mm_18() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm_18)); } inline int32_t get_Lz__mm_18() const { return ___Lz__mm_18; } inline int32_t* get_address_of_Lz__mm_18() { return &___Lz__mm_18; } inline void set_Lz__mm_18(int32_t value) { ___Lz__mm_18 = value; } inline static int32_t get_offset_of_Lz__mm__19() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm__19)); } inline int32_t get_Lz__mm__19() const { return ___Lz__mm__19; } inline int32_t* get_address_of_Lz__mm__19() { return &___Lz__mm__19; } inline void set_Lz__mm__19(int32_t value) { ___Lz__mm__19 = value; } inline static int32_t get_offset_of_Lz__mm___20() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm___20)); } inline int32_t get_Lz__mm___20() const { return ___Lz__mm___20; } inline int32_t* get_address_of_Lz__mm___20() { return &___Lz__mm___20; } inline void set_Lz__mm___20(int32_t value) { ___Lz__mm___20 = value; } inline static int32_t get_offset_of_Lz__mm_dd_21() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm_dd_21)); } inline int32_t get_Lz__mm_dd_21() const { return ___Lz__mm_dd_21; } inline int32_t* get_address_of_Lz__mm_dd_21() { return &___Lz__mm_dd_21; } inline void set_Lz__mm_dd_21(int32_t value) { ___Lz__mm_dd_21 = value; } inline static int32_t get_offset_of_Lz____22() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz____22)); } inline int32_t get_Lz____22() const { return ___Lz____22; } inline int32_t* get_address_of_Lz____22() { return &___Lz____22; } inline void set_Lz____22(int32_t value) { ___Lz____22 = value; } inline static int32_t get_offset_of_Lz___dd_23() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz___dd_23)); } inline int32_t get_Lz___dd_23() const { return ___Lz___dd_23; } inline int32_t* get_address_of_Lz___dd_23() { return &___Lz___dd_23; } inline void set_Lz___dd_23(int32_t value) { ___Lz___dd_23 = value; } inline static int32_t get_offset_of_typeCodes_24() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___typeCodes_24)); } inline XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B* get_typeCodes_24() const { return ___typeCodes_24; } inline XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B** get_address_of_typeCodes_24() { return &___typeCodes_24; } inline void set_typeCodes_24(XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B* value) { ___typeCodes_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeCodes_24), (void*)value); } }; // System.Xml.Schema.XsdDateTime // System.Xml.Schema.XsdDateTimeFlags // System.Xml.Schema.XsdDateTimeFlags // System.Xml.DtdParser/LiteralType // System.Xml.DtdParser/LiteralType // System.Xml.DtdParser/ScanningFunction // System.Xml.DtdParser/ScanningFunction // System.Xml.DtdParser/Token // System.Xml.DtdParser/Token // System.Xml.Schema.SchemaAttDef/Reserve // System.Xml.Schema.SchemaAttDef/Reserve // System.Xml.Schema.SchemaDeclBase/Use // System.Xml.Schema.SchemaDeclBase/Use // System.Uri/Flags // System.Uri/Flags // System.Xml.Schema.XmlAtomicValue/Union // System.Xml.Schema.XmlAtomicValue/Union // System.Xml.Schema.XsdDuration/DurationType // System.Xml.Schema.XsdDuration/DurationType // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields { public: // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Empty_3; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___TextOnly_4; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Mixed_5; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Any_6; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Empty_3)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Empty_3() const { return ___Empty_3; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } inline static int32_t get_offset_of_TextOnly_4() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___TextOnly_4)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_TextOnly_4() const { return ___TextOnly_4; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_TextOnly_4() { return &___TextOnly_4; } inline void set_TextOnly_4(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___TextOnly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TextOnly_4), (void*)value); } inline static int32_t get_offset_of_Mixed_5() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Mixed_5)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Mixed_5() const { return ___Mixed_5; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Mixed_5() { return &___Mixed_5; } inline void set_Mixed_5(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Mixed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mixed_5), (void*)value); } inline static int32_t get_offset_of_Any_6() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Any_6)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Any_6() const { return ___Any_6; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Any_6() { return &___Any_6; } inline void set_Any_6(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Any_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_6), (void*)value); } }; // System.Xml.Schema.ContentValidator // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields { public: // System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___builtinTypes_5; // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* ___enumToTypeCode_6; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anySimpleType_7; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anyAtomicType_8; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___untypedAtomicType_9; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___yearMonthDurationType_10; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___dayTimeDurationType_11; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnySimpleType_12; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnyType_13; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___stringFacetsChecker_14; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___miscFacetsChecker_15; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric2FacetsChecker_16; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___binaryFacetsChecker_17; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___dateTimeFacetsChecker_18; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___durationFacetsChecker_19; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___listFacetsChecker_20; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___qnameFacetsChecker_21; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___unionFacetsChecker_22; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anySimpleType_23; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyURI_24; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_base64Binary_25; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_boolean_26; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_byte_27; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_char_28; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_date_29; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTime_30; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeNoTz_31; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeTz_32; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_day_33; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_decimal_34; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_double_35; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_doubleXdr_36; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_duration_37; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITY_38; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITIES_39; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENUMERATION_40; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_fixed_41; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_float_42; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_floatXdr_43; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_hexBinary_44; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ID_45; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREF_46; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREFS_47; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_int_48; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_integer_49; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_language_50; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_long_51; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_month_52; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_monthDay_53; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_Name_54; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NCName_55; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_negativeInteger_56; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKEN_57; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKENS_58; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonNegativeInteger_59; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonPositiveInteger_60; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedString_61; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NOTATION_62; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_positiveInteger_63; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QName_64; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QNameXdr_65; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_short_66; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_string_67; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_time_68; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeNoTz_69; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeTz_70; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_token_71; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedByte_72; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedInt_73; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedLong_74; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedShort_75; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_uuid_76; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_year_77; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonth_78; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedStringV1Compat_79; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_tokenV1Compat_80; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyAtomicType_81; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dayTimeDuration_82; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_untypedAtomicType_83; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonthDuration_84; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypes_85; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypesXsd_86; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XdrTypes_87; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XsdTypes_88; public: inline static int32_t get_offset_of_builtinTypes_5() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___builtinTypes_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_builtinTypes_5() const { return ___builtinTypes_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_builtinTypes_5() { return &___builtinTypes_5; } inline void set_builtinTypes_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___builtinTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builtinTypes_5), (void*)value); } inline static int32_t get_offset_of_enumToTypeCode_6() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___enumToTypeCode_6)); } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* get_enumToTypeCode_6() const { return ___enumToTypeCode_6; } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21** get_address_of_enumToTypeCode_6() { return &___enumToTypeCode_6; } inline void set_enumToTypeCode_6(XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* value) { ___enumToTypeCode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumToTypeCode_6), (void*)value); } inline static int32_t get_offset_of_anySimpleType_7() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anySimpleType_7)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anySimpleType_7() const { return ___anySimpleType_7; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anySimpleType_7() { return &___anySimpleType_7; } inline void set_anySimpleType_7(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anySimpleType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___anySimpleType_7), (void*)value); } inline static int32_t get_offset_of_anyAtomicType_8() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anyAtomicType_8)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anyAtomicType_8() const { return ___anyAtomicType_8; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anyAtomicType_8() { return &___anyAtomicType_8; } inline void set_anyAtomicType_8(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anyAtomicType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAtomicType_8), (void*)value); } inline static int32_t get_offset_of_untypedAtomicType_9() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___untypedAtomicType_9)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_untypedAtomicType_9() const { return ___untypedAtomicType_9; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_untypedAtomicType_9() { return &___untypedAtomicType_9; } inline void set_untypedAtomicType_9(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___untypedAtomicType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___untypedAtomicType_9), (void*)value); } inline static int32_t get_offset_of_yearMonthDurationType_10() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___yearMonthDurationType_10)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_yearMonthDurationType_10() const { return ___yearMonthDurationType_10; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_yearMonthDurationType_10() { return &___yearMonthDurationType_10; } inline void set_yearMonthDurationType_10(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___yearMonthDurationType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthDurationType_10), (void*)value); } inline static int32_t get_offset_of_dayTimeDurationType_11() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dayTimeDurationType_11)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_dayTimeDurationType_11() const { return ___dayTimeDurationType_11; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_dayTimeDurationType_11() { return &___dayTimeDurationType_11; } inline void set_dayTimeDurationType_11(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___dayTimeDurationType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayTimeDurationType_11), (void*)value); } inline static int32_t get_offset_of_QnAnySimpleType_12() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnySimpleType_12)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnySimpleType_12() const { return ___QnAnySimpleType_12; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnySimpleType_12() { return &___QnAnySimpleType_12; } inline void set_QnAnySimpleType_12(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnySimpleType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnySimpleType_12), (void*)value); } inline static int32_t get_offset_of_QnAnyType_13() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnyType_13)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnyType_13() const { return ___QnAnyType_13; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnyType_13() { return &___QnAnyType_13; } inline void set_QnAnyType_13(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnyType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnyType_13), (void*)value); } inline static int32_t get_offset_of_stringFacetsChecker_14() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___stringFacetsChecker_14)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_stringFacetsChecker_14() const { return ___stringFacetsChecker_14; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_stringFacetsChecker_14() { return &___stringFacetsChecker_14; } inline void set_stringFacetsChecker_14(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___stringFacetsChecker_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringFacetsChecker_14), (void*)value); } inline static int32_t get_offset_of_miscFacetsChecker_15() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___miscFacetsChecker_15)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_miscFacetsChecker_15() const { return ___miscFacetsChecker_15; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_miscFacetsChecker_15() { return &___miscFacetsChecker_15; } inline void set_miscFacetsChecker_15(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___miscFacetsChecker_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___miscFacetsChecker_15), (void*)value); } inline static int32_t get_offset_of_numeric2FacetsChecker_16() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___numeric2FacetsChecker_16)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric2FacetsChecker_16() const { return ___numeric2FacetsChecker_16; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric2FacetsChecker_16() { return &___numeric2FacetsChecker_16; } inline void set_numeric2FacetsChecker_16(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric2FacetsChecker_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric2FacetsChecker_16), (void*)value); } inline static int32_t get_offset_of_binaryFacetsChecker_17() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___binaryFacetsChecker_17)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_binaryFacetsChecker_17() const { return ___binaryFacetsChecker_17; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_binaryFacetsChecker_17() { return &___binaryFacetsChecker_17; } inline void set_binaryFacetsChecker_17(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___binaryFacetsChecker_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryFacetsChecker_17), (void*)value); } inline static int32_t get_offset_of_dateTimeFacetsChecker_18() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dateTimeFacetsChecker_18)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_dateTimeFacetsChecker_18() const { return ___dateTimeFacetsChecker_18; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_dateTimeFacetsChecker_18() { return &___dateTimeFacetsChecker_18; } inline void set_dateTimeFacetsChecker_18(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___dateTimeFacetsChecker_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeFacetsChecker_18), (void*)value); } inline static int32_t get_offset_of_durationFacetsChecker_19() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___durationFacetsChecker_19)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_durationFacetsChecker_19() const { return ___durationFacetsChecker_19; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_durationFacetsChecker_19() { return &___durationFacetsChecker_19; } inline void set_durationFacetsChecker_19(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___durationFacetsChecker_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___durationFacetsChecker_19), (void*)value); } inline static int32_t get_offset_of_listFacetsChecker_20() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___listFacetsChecker_20)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_listFacetsChecker_20() const { return ___listFacetsChecker_20; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_listFacetsChecker_20() { return &___listFacetsChecker_20; } inline void set_listFacetsChecker_20(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___listFacetsChecker_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___listFacetsChecker_20), (void*)value); } inline static int32_t get_offset_of_qnameFacetsChecker_21() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___qnameFacetsChecker_21)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_qnameFacetsChecker_21() const { return ___qnameFacetsChecker_21; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_qnameFacetsChecker_21() { return &___qnameFacetsChecker_21; } inline void set_qnameFacetsChecker_21(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___qnameFacetsChecker_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnameFacetsChecker_21), (void*)value); } inline static int32_t get_offset_of_unionFacetsChecker_22() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___unionFacetsChecker_22)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_unionFacetsChecker_22() const { return ___unionFacetsChecker_22; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_unionFacetsChecker_22() { return &___unionFacetsChecker_22; } inline void set_unionFacetsChecker_22(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___unionFacetsChecker_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___unionFacetsChecker_22), (void*)value); } inline static int32_t get_offset_of_c_anySimpleType_23() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anySimpleType_23)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anySimpleType_23() const { return ___c_anySimpleType_23; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anySimpleType_23() { return &___c_anySimpleType_23; } inline void set_c_anySimpleType_23(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anySimpleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anySimpleType_23), (void*)value); } inline static int32_t get_offset_of_c_anyURI_24() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyURI_24)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyURI_24() const { return ___c_anyURI_24; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyURI_24() { return &___c_anyURI_24; } inline void set_c_anyURI_24(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyURI_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyURI_24), (void*)value); } inline static int32_t get_offset_of_c_base64Binary_25() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_base64Binary_25)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_base64Binary_25() const { return ___c_base64Binary_25; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_base64Binary_25() { return &___c_base64Binary_25; } inline void set_c_base64Binary_25(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_base64Binary_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_base64Binary_25), (void*)value); } inline static int32_t get_offset_of_c_boolean_26() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_boolean_26)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_boolean_26() const { return ___c_boolean_26; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_boolean_26() { return &___c_boolean_26; } inline void set_c_boolean_26(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_boolean_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_boolean_26), (void*)value); } inline static int32_t get_offset_of_c_byte_27() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_byte_27)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_byte_27() const { return ___c_byte_27; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_byte_27() { return &___c_byte_27; } inline void set_c_byte_27(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_byte_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_byte_27), (void*)value); } inline static int32_t get_offset_of_c_char_28() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_char_28)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_char_28() const { return ___c_char_28; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_char_28() { return &___c_char_28; } inline void set_c_char_28(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_char_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_char_28), (void*)value); } inline static int32_t get_offset_of_c_date_29() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_date_29)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_date_29() const { return ___c_date_29; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_date_29() { return &___c_date_29; } inline void set_c_date_29(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_date_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_date_29), (void*)value); } inline static int32_t get_offset_of_c_dateTime_30() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTime_30)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTime_30() const { return ___c_dateTime_30; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTime_30() { return &___c_dateTime_30; } inline void set_c_dateTime_30(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTime_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTime_30), (void*)value); } inline static int32_t get_offset_of_c_dateTimeNoTz_31() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeNoTz_31)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeNoTz_31() const { return ___c_dateTimeNoTz_31; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeNoTz_31() { return &___c_dateTimeNoTz_31; } inline void set_c_dateTimeNoTz_31(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeNoTz_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeNoTz_31), (void*)value); } inline static int32_t get_offset_of_c_dateTimeTz_32() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeTz_32)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeTz_32() const { return ___c_dateTimeTz_32; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeTz_32() { return &___c_dateTimeTz_32; } inline void set_c_dateTimeTz_32(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeTz_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeTz_32), (void*)value); } inline static int32_t get_offset_of_c_day_33() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_day_33)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_day_33() const { return ___c_day_33; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_day_33() { return &___c_day_33; } inline void set_c_day_33(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_day_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_day_33), (void*)value); } inline static int32_t get_offset_of_c_decimal_34() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_decimal_34)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_decimal_34() const { return ___c_decimal_34; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_decimal_34() { return &___c_decimal_34; } inline void set_c_decimal_34(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_decimal_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_decimal_34), (void*)value); } inline static int32_t get_offset_of_c_double_35() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_double_35)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_double_35() const { return ___c_double_35; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_double_35() { return &___c_double_35; } inline void set_c_double_35(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_double_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_double_35), (void*)value); } inline static int32_t get_offset_of_c_doubleXdr_36() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_doubleXdr_36)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_doubleXdr_36() const { return ___c_doubleXdr_36; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_doubleXdr_36() { return &___c_doubleXdr_36; } inline void set_c_doubleXdr_36(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_doubleXdr_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_doubleXdr_36), (void*)value); } inline static int32_t get_offset_of_c_duration_37() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_duration_37)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_duration_37() const { return ___c_duration_37; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_duration_37() { return &___c_duration_37; } inline void set_c_duration_37(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_duration_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_duration_37), (void*)value); } inline static int32_t get_offset_of_c_ENTITY_38() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITY_38)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITY_38() const { return ___c_ENTITY_38; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITY_38() { return &___c_ENTITY_38; } inline void set_c_ENTITY_38(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITY_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITY_38), (void*)value); } inline static int32_t get_offset_of_c_ENTITIES_39() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITIES_39)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITIES_39() const { return ___c_ENTITIES_39; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITIES_39() { return &___c_ENTITIES_39; } inline void set_c_ENTITIES_39(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITIES_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITIES_39), (void*)value); } inline static int32_t get_offset_of_c_ENUMERATION_40() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENUMERATION_40)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENUMERATION_40() const { return ___c_ENUMERATION_40; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENUMERATION_40() { return &___c_ENUMERATION_40; } inline void set_c_ENUMERATION_40(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENUMERATION_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENUMERATION_40), (void*)value); } inline static int32_t get_offset_of_c_fixed_41() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_fixed_41)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_fixed_41() const { return ___c_fixed_41; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_fixed_41() { return &___c_fixed_41; } inline void set_c_fixed_41(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_fixed_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_fixed_41), (void*)value); } inline static int32_t get_offset_of_c_float_42() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_float_42)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_float_42() const { return ___c_float_42; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_float_42() { return &___c_float_42; } inline void set_c_float_42(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_float_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_float_42), (void*)value); } inline static int32_t get_offset_of_c_floatXdr_43() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_floatXdr_43)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_floatXdr_43() const { return ___c_floatXdr_43; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_floatXdr_43() { return &___c_floatXdr_43; } inline void set_c_floatXdr_43(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_floatXdr_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_floatXdr_43), (void*)value); } inline static int32_t get_offset_of_c_hexBinary_44() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_hexBinary_44)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_hexBinary_44() const { return ___c_hexBinary_44; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_hexBinary_44() { return &___c_hexBinary_44; } inline void set_c_hexBinary_44(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_hexBinary_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_hexBinary_44), (void*)value); } inline static int32_t get_offset_of_c_ID_45() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ID_45)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ID_45() const { return ___c_ID_45; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ID_45() { return &___c_ID_45; } inline void set_c_ID_45(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ID_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ID_45), (void*)value); } inline static int32_t get_offset_of_c_IDREF_46() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREF_46)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREF_46() const { return ___c_IDREF_46; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREF_46() { return &___c_IDREF_46; } inline void set_c_IDREF_46(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREF_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREF_46), (void*)value); } inline static int32_t get_offset_of_c_IDREFS_47() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREFS_47)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREFS_47() const { return ___c_IDREFS_47; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREFS_47() { return &___c_IDREFS_47; } inline void set_c_IDREFS_47(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREFS_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREFS_47), (void*)value); } inline static int32_t get_offset_of_c_int_48() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_int_48)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_int_48() const { return ___c_int_48; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_int_48() { return &___c_int_48; } inline void set_c_int_48(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_int_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_int_48), (void*)value); } inline static int32_t get_offset_of_c_integer_49() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_integer_49)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_integer_49() const { return ___c_integer_49; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_integer_49() { return &___c_integer_49; } inline void set_c_integer_49(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_integer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_integer_49), (void*)value); } inline static int32_t get_offset_of_c_language_50() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_language_50)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_language_50() const { return ___c_language_50; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_language_50() { return &___c_language_50; } inline void set_c_language_50(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_language_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_language_50), (void*)value); } inline static int32_t get_offset_of_c_long_51() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_long_51)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_long_51() const { return ___c_long_51; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_long_51() { return &___c_long_51; } inline void set_c_long_51(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_long_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_long_51), (void*)value); } inline static int32_t get_offset_of_c_month_52() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_month_52)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_month_52() const { return ___c_month_52; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_month_52() { return &___c_month_52; } inline void set_c_month_52(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_month_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_month_52), (void*)value); } inline static int32_t get_offset_of_c_monthDay_53() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_monthDay_53)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_monthDay_53() const { return ___c_monthDay_53; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_monthDay_53() { return &___c_monthDay_53; } inline void set_c_monthDay_53(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_monthDay_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_monthDay_53), (void*)value); } inline static int32_t get_offset_of_c_Name_54() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_Name_54)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_Name_54() const { return ___c_Name_54; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_Name_54() { return &___c_Name_54; } inline void set_c_Name_54(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_Name_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_Name_54), (void*)value); } inline static int32_t get_offset_of_c_NCName_55() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NCName_55)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NCName_55() const { return ___c_NCName_55; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NCName_55() { return &___c_NCName_55; } inline void set_c_NCName_55(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NCName_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NCName_55), (void*)value); } inline static int32_t get_offset_of_c_negativeInteger_56() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_negativeInteger_56)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_negativeInteger_56() const { return ___c_negativeInteger_56; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_negativeInteger_56() { return &___c_negativeInteger_56; } inline void set_c_negativeInteger_56(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_negativeInteger_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_negativeInteger_56), (void*)value); } inline static int32_t get_offset_of_c_NMTOKEN_57() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKEN_57)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKEN_57() const { return ___c_NMTOKEN_57; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKEN_57() { return &___c_NMTOKEN_57; } inline void set_c_NMTOKEN_57(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKEN_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKEN_57), (void*)value); } inline static int32_t get_offset_of_c_NMTOKENS_58() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKENS_58)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKENS_58() const { return ___c_NMTOKENS_58; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKENS_58() { return &___c_NMTOKENS_58; } inline void set_c_NMTOKENS_58(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKENS_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKENS_58), (void*)value); } inline static int32_t get_offset_of_c_nonNegativeInteger_59() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonNegativeInteger_59)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonNegativeInteger_59() const { return ___c_nonNegativeInteger_59; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonNegativeInteger_59() { return &___c_nonNegativeInteger_59; } inline void set_c_nonNegativeInteger_59(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonNegativeInteger_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonNegativeInteger_59), (void*)value); } inline static int32_t get_offset_of_c_nonPositiveInteger_60() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonPositiveInteger_60)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonPositiveInteger_60() const { return ___c_nonPositiveInteger_60; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonPositiveInteger_60() { return &___c_nonPositiveInteger_60; } inline void set_c_nonPositiveInteger_60(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonPositiveInteger_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonPositiveInteger_60), (void*)value); } inline static int32_t get_offset_of_c_normalizedString_61() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedString_61)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedString_61() const { return ___c_normalizedString_61; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedString_61() { return &___c_normalizedString_61; } inline void set_c_normalizedString_61(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedString_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedString_61), (void*)value); } inline static int32_t get_offset_of_c_NOTATION_62() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NOTATION_62)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NOTATION_62() const { return ___c_NOTATION_62; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NOTATION_62() { return &___c_NOTATION_62; } inline void set_c_NOTATION_62(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NOTATION_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NOTATION_62), (void*)value); } inline static int32_t get_offset_of_c_positiveInteger_63() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_positiveInteger_63)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_positiveInteger_63() const { return ___c_positiveInteger_63; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_positiveInteger_63() { return &___c_positiveInteger_63; } inline void set_c_positiveInteger_63(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_positiveInteger_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_positiveInteger_63), (void*)value); } inline static int32_t get_offset_of_c_QName_64() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QName_64)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QName_64() const { return ___c_QName_64; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QName_64() { return &___c_QName_64; } inline void set_c_QName_64(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QName_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QName_64), (void*)value); } inline static int32_t get_offset_of_c_QNameXdr_65() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QNameXdr_65)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QNameXdr_65() const { return ___c_QNameXdr_65; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QNameXdr_65() { return &___c_QNameXdr_65; } inline void set_c_QNameXdr_65(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QNameXdr_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QNameXdr_65), (void*)value); } inline static int32_t get_offset_of_c_short_66() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_short_66)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_short_66() const { return ___c_short_66; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_short_66() { return &___c_short_66; } inline void set_c_short_66(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_short_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_short_66), (void*)value); } inline static int32_t get_offset_of_c_string_67() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_string_67)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_string_67() const { return ___c_string_67; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_string_67() { return &___c_string_67; } inline void set_c_string_67(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_string_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_string_67), (void*)value); } inline static int32_t get_offset_of_c_time_68() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_time_68)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_time_68() const { return ___c_time_68; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_time_68() { return &___c_time_68; } inline void set_c_time_68(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_time_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_time_68), (void*)value); } inline static int32_t get_offset_of_c_timeNoTz_69() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeNoTz_69)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeNoTz_69() const { return ___c_timeNoTz_69; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeNoTz_69() { return &___c_timeNoTz_69; } inline void set_c_timeNoTz_69(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeNoTz_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeNoTz_69), (void*)value); } inline static int32_t get_offset_of_c_timeTz_70() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeTz_70)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeTz_70() const { return ___c_timeTz_70; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeTz_70() { return &___c_timeTz_70; } inline void set_c_timeTz_70(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeTz_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeTz_70), (void*)value); } inline static int32_t get_offset_of_c_token_71() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_token_71)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_token_71() const { return ___c_token_71; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_token_71() { return &___c_token_71; } inline void set_c_token_71(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_token_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_token_71), (void*)value); } inline static int32_t get_offset_of_c_unsignedByte_72() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedByte_72)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedByte_72() const { return ___c_unsignedByte_72; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedByte_72() { return &___c_unsignedByte_72; } inline void set_c_unsignedByte_72(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedByte_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedByte_72), (void*)value); } inline static int32_t get_offset_of_c_unsignedInt_73() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedInt_73)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedInt_73() const { return ___c_unsignedInt_73; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedInt_73() { return &___c_unsignedInt_73; } inline void set_c_unsignedInt_73(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedInt_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedInt_73), (void*)value); } inline static int32_t get_offset_of_c_unsignedLong_74() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedLong_74)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedLong_74() const { return ___c_unsignedLong_74; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedLong_74() { return &___c_unsignedLong_74; } inline void set_c_unsignedLong_74(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedLong_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedLong_74), (void*)value); } inline static int32_t get_offset_of_c_unsignedShort_75() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedShort_75)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedShort_75() const { return ___c_unsignedShort_75; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedShort_75() { return &___c_unsignedShort_75; } inline void set_c_unsignedShort_75(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedShort_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedShort_75), (void*)value); } inline static int32_t get_offset_of_c_uuid_76() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_uuid_76)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_uuid_76() const { return ___c_uuid_76; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_uuid_76() { return &___c_uuid_76; } inline void set_c_uuid_76(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_uuid_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_uuid_76), (void*)value); } inline static int32_t get_offset_of_c_year_77() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_year_77)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_year_77() const { return ___c_year_77; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_year_77() { return &___c_year_77; } inline void set_c_year_77(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_year_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_year_77), (void*)value); } inline static int32_t get_offset_of_c_yearMonth_78() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonth_78)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonth_78() const { return ___c_yearMonth_78; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonth_78() { return &___c_yearMonth_78; } inline void set_c_yearMonth_78(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonth_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonth_78), (void*)value); } inline static int32_t get_offset_of_c_normalizedStringV1Compat_79() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedStringV1Compat_79)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedStringV1Compat_79() const { return ___c_normalizedStringV1Compat_79; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedStringV1Compat_79() { return &___c_normalizedStringV1Compat_79; } inline void set_c_normalizedStringV1Compat_79(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedStringV1Compat_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedStringV1Compat_79), (void*)value); } inline static int32_t get_offset_of_c_tokenV1Compat_80() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenV1Compat_80)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_tokenV1Compat_80() const { return ___c_tokenV1Compat_80; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_tokenV1Compat_80() { return &___c_tokenV1Compat_80; } inline void set_c_tokenV1Compat_80(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_tokenV1Compat_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenV1Compat_80), (void*)value); } inline static int32_t get_offset_of_c_anyAtomicType_81() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyAtomicType_81)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyAtomicType_81() const { return ___c_anyAtomicType_81; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyAtomicType_81() { return &___c_anyAtomicType_81; } inline void set_c_anyAtomicType_81(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyAtomicType_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyAtomicType_81), (void*)value); } inline static int32_t get_offset_of_c_dayTimeDuration_82() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dayTimeDuration_82)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dayTimeDuration_82() const { return ___c_dayTimeDuration_82; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dayTimeDuration_82() { return &___c_dayTimeDuration_82; } inline void set_c_dayTimeDuration_82(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dayTimeDuration_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dayTimeDuration_82), (void*)value); } inline static int32_t get_offset_of_c_untypedAtomicType_83() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_untypedAtomicType_83)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_untypedAtomicType_83() const { return ___c_untypedAtomicType_83; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_untypedAtomicType_83() { return &___c_untypedAtomicType_83; } inline void set_c_untypedAtomicType_83(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_untypedAtomicType_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_untypedAtomicType_83), (void*)value); } inline static int32_t get_offset_of_c_yearMonthDuration_84() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonthDuration_84)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonthDuration_84() const { return ___c_yearMonthDuration_84; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonthDuration_84() { return &___c_yearMonthDuration_84; } inline void set_c_yearMonthDuration_84(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonthDuration_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonthDuration_84), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypes_85() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypes_85)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypes_85() const { return ___c_tokenizedTypes_85; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypes_85() { return &___c_tokenizedTypes_85; } inline void set_c_tokenizedTypes_85(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypes_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypes_85), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypesXsd_86() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypesXsd_86)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypesXsd_86() const { return ___c_tokenizedTypesXsd_86; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypesXsd_86() { return &___c_tokenizedTypesXsd_86; } inline void set_c_tokenizedTypesXsd_86(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypesXsd_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypesXsd_86), (void*)value); } inline static int32_t get_offset_of_c_XdrTypes_87() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XdrTypes_87)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XdrTypes_87() const { return ___c_XdrTypes_87; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XdrTypes_87() { return &___c_XdrTypes_87; } inline void set_c_XdrTypes_87(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XdrTypes_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XdrTypes_87), (void*)value); } inline static int32_t get_offset_of_c_XsdTypes_88() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XsdTypes_88)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XsdTypes_88() const { return ___c_XsdTypes_88; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XsdTypes_88() { return &___c_XsdTypes_88; } inline void set_c_XsdTypes_88(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XsdTypes_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XsdTypes_88), (void*)value); } }; // System.Xml.Schema.DatatypeImplementation // System.Xml.DtdParser // System.Xml.DtdParser // System.Xml.Schema.RestrictionFacets // System.Xml.Schema.RestrictionFacets // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaInfo // System.Xml.Schema.SchemaInfo // System.SystemException // System.SystemException // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // System.Xml.Serialization.TypeData struct TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_StaticFields { public: // System.String[] System.Xml.Serialization.TypeData::keywords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___keywords_12; public: inline static int32_t get_offset_of_keywords_12() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_StaticFields, ___keywords_12)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_keywords_12() const { return ___keywords_12; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_keywords_12() { return &___keywords_12; } inline void set_keywords_12(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___keywords_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___keywords_12), (void*)value); } }; // System.Xml.Serialization.TypeData // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // 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_20; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_21; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_22; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_23; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_24; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_25; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_26; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_27; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_28; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_20)); } inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; } inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; } inline void set_s_ConfigInitialized_20(bool value) { ___s_ConfigInitialized_20 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_21)); } inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; } inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; } inline void set_s_ConfigInitializing_21(bool value) { ___s_ConfigInitializing_21 = value; } inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_22)); } inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; } inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; } inline void set_s_IdnScope_22(int32_t value) { ___s_IdnScope_22 = value; } inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_23)); } inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; } inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; } inline void set_s_IriParsing_23(bool value) { ___s_IriParsing_23 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_24)); } inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; } inline void set_useDotNetRelativeOrAbsolute_24(bool value) { ___useDotNetRelativeOrAbsolute_24 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_25)); } inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; } inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; } inline void set_IsWindowsFileSystem_25(bool value) { ___IsWindowsFileSystem_25 = value; } inline static int32_t get_offset_of_s_initLock_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_26)); } inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; } inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; } inline void set_s_initLock_26(RuntimeObject * value) { ___s_initLock_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_26), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_27)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_27() const { return ___HexLowerChars_27; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; } inline void set_HexLowerChars_27(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_27), (void*)value); } inline static int32_t get_offset_of__WSchars_28() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_28)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_28() const { return ____WSchars_28; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_28() { return &____WSchars_28; } inline void set__WSchars_28(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_28), (void*)value); } }; // System.Uri // System.Xml.Schema.XmlAtomicValue // System.Xml.Schema.XmlAtomicValue // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields { public: // System.Type System.Xml.Schema.XmlBaseConverter::ICollectionType Type_t * ___ICollectionType_3; // System.Type System.Xml.Schema.XmlBaseConverter::IEnumerableType Type_t * ___IEnumerableType_4; // System.Type System.Xml.Schema.XmlBaseConverter::IListType Type_t * ___IListType_5; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectArrayType Type_t * ___ObjectArrayType_6; // System.Type System.Xml.Schema.XmlBaseConverter::StringArrayType Type_t * ___StringArrayType_7; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueArrayType Type_t * ___XmlAtomicValueArrayType_8; // System.Type System.Xml.Schema.XmlBaseConverter::DecimalType Type_t * ___DecimalType_9; // System.Type System.Xml.Schema.XmlBaseConverter::Int32Type Type_t * ___Int32Type_10; // System.Type System.Xml.Schema.XmlBaseConverter::Int64Type Type_t * ___Int64Type_11; // System.Type System.Xml.Schema.XmlBaseConverter::StringType Type_t * ___StringType_12; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueType Type_t * ___XmlAtomicValueType_13; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectType Type_t * ___ObjectType_14; // System.Type System.Xml.Schema.XmlBaseConverter::ByteType Type_t * ___ByteType_15; // System.Type System.Xml.Schema.XmlBaseConverter::Int16Type Type_t * ___Int16Type_16; // System.Type System.Xml.Schema.XmlBaseConverter::SByteType Type_t * ___SByteType_17; // System.Type System.Xml.Schema.XmlBaseConverter::UInt16Type Type_t * ___UInt16Type_18; // System.Type System.Xml.Schema.XmlBaseConverter::UInt32Type Type_t * ___UInt32Type_19; // System.Type System.Xml.Schema.XmlBaseConverter::UInt64Type Type_t * ___UInt64Type_20; // System.Type System.Xml.Schema.XmlBaseConverter::XPathItemType Type_t * ___XPathItemType_21; // System.Type System.Xml.Schema.XmlBaseConverter::DoubleType Type_t * ___DoubleType_22; // System.Type System.Xml.Schema.XmlBaseConverter::SingleType Type_t * ___SingleType_23; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeType Type_t * ___DateTimeType_24; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeOffsetType Type_t * ___DateTimeOffsetType_25; // System.Type System.Xml.Schema.XmlBaseConverter::BooleanType Type_t * ___BooleanType_26; // System.Type System.Xml.Schema.XmlBaseConverter::ByteArrayType Type_t * ___ByteArrayType_27; // System.Type System.Xml.Schema.XmlBaseConverter::XmlQualifiedNameType Type_t * ___XmlQualifiedNameType_28; // System.Type System.Xml.Schema.XmlBaseConverter::UriType Type_t * ___UriType_29; // System.Type System.Xml.Schema.XmlBaseConverter::TimeSpanType Type_t * ___TimeSpanType_30; // System.Type System.Xml.Schema.XmlBaseConverter::XPathNavigatorType Type_t * ___XPathNavigatorType_31; public: inline static int32_t get_offset_of_ICollectionType_3() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ICollectionType_3)); } inline Type_t * get_ICollectionType_3() const { return ___ICollectionType_3; } inline Type_t ** get_address_of_ICollectionType_3() { return &___ICollectionType_3; } inline void set_ICollectionType_3(Type_t * value) { ___ICollectionType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ICollectionType_3), (void*)value); } inline static int32_t get_offset_of_IEnumerableType_4() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IEnumerableType_4)); } inline Type_t * get_IEnumerableType_4() const { return ___IEnumerableType_4; } inline Type_t ** get_address_of_IEnumerableType_4() { return &___IEnumerableType_4; } inline void set_IEnumerableType_4(Type_t * value) { ___IEnumerableType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IEnumerableType_4), (void*)value); } inline static int32_t get_offset_of_IListType_5() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IListType_5)); } inline Type_t * get_IListType_5() const { return ___IListType_5; } inline Type_t ** get_address_of_IListType_5() { return &___IListType_5; } inline void set_IListType_5(Type_t * value) { ___IListType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IListType_5), (void*)value); } inline static int32_t get_offset_of_ObjectArrayType_6() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectArrayType_6)); } inline Type_t * get_ObjectArrayType_6() const { return ___ObjectArrayType_6; } inline Type_t ** get_address_of_ObjectArrayType_6() { return &___ObjectArrayType_6; } inline void set_ObjectArrayType_6(Type_t * value) { ___ObjectArrayType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectArrayType_6), (void*)value); } inline static int32_t get_offset_of_StringArrayType_7() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringArrayType_7)); } inline Type_t * get_StringArrayType_7() const { return ___StringArrayType_7; } inline Type_t ** get_address_of_StringArrayType_7() { return &___StringArrayType_7; } inline void set_StringArrayType_7(Type_t * value) { ___StringArrayType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringArrayType_7), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueArrayType_8() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueArrayType_8)); } inline Type_t * get_XmlAtomicValueArrayType_8() const { return ___XmlAtomicValueArrayType_8; } inline Type_t ** get_address_of_XmlAtomicValueArrayType_8() { return &___XmlAtomicValueArrayType_8; } inline void set_XmlAtomicValueArrayType_8(Type_t * value) { ___XmlAtomicValueArrayType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueArrayType_8), (void*)value); } inline static int32_t get_offset_of_DecimalType_9() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DecimalType_9)); } inline Type_t * get_DecimalType_9() const { return ___DecimalType_9; } inline Type_t ** get_address_of_DecimalType_9() { return &___DecimalType_9; } inline void set_DecimalType_9(Type_t * value) { ___DecimalType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DecimalType_9), (void*)value); } inline static int32_t get_offset_of_Int32Type_10() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int32Type_10)); } inline Type_t * get_Int32Type_10() const { return ___Int32Type_10; } inline Type_t ** get_address_of_Int32Type_10() { return &___Int32Type_10; } inline void set_Int32Type_10(Type_t * value) { ___Int32Type_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int32Type_10), (void*)value); } inline static int32_t get_offset_of_Int64Type_11() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int64Type_11)); } inline Type_t * get_Int64Type_11() const { return ___Int64Type_11; } inline Type_t ** get_address_of_Int64Type_11() { return &___Int64Type_11; } inline void set_Int64Type_11(Type_t * value) { ___Int64Type_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int64Type_11), (void*)value); } inline static int32_t get_offset_of_StringType_12() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringType_12)); } inline Type_t * get_StringType_12() const { return ___StringType_12; } inline Type_t ** get_address_of_StringType_12() { return &___StringType_12; } inline void set_StringType_12(Type_t * value) { ___StringType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_12), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueType_13() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueType_13)); } inline Type_t * get_XmlAtomicValueType_13() const { return ___XmlAtomicValueType_13; } inline Type_t ** get_address_of_XmlAtomicValueType_13() { return &___XmlAtomicValueType_13; } inline void set_XmlAtomicValueType_13(Type_t * value) { ___XmlAtomicValueType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueType_13), (void*)value); } inline static int32_t get_offset_of_ObjectType_14() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectType_14)); } inline Type_t * get_ObjectType_14() const { return ___ObjectType_14; } inline Type_t ** get_address_of_ObjectType_14() { return &___ObjectType_14; } inline void set_ObjectType_14(Type_t * value) { ___ObjectType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_14), (void*)value); } inline static int32_t get_offset_of_ByteType_15() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteType_15)); } inline Type_t * get_ByteType_15() const { return ___ByteType_15; } inline Type_t ** get_address_of_ByteType_15() { return &___ByteType_15; } inline void set_ByteType_15(Type_t * value) { ___ByteType_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteType_15), (void*)value); } inline static int32_t get_offset_of_Int16Type_16() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int16Type_16)); } inline Type_t * get_Int16Type_16() const { return ___Int16Type_16; } inline Type_t ** get_address_of_Int16Type_16() { return &___Int16Type_16; } inline void set_Int16Type_16(Type_t * value) { ___Int16Type_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int16Type_16), (void*)value); } inline static int32_t get_offset_of_SByteType_17() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SByteType_17)); } inline Type_t * get_SByteType_17() const { return ___SByteType_17; } inline Type_t ** get_address_of_SByteType_17() { return &___SByteType_17; } inline void set_SByteType_17(Type_t * value) { ___SByteType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SByteType_17), (void*)value); } inline static int32_t get_offset_of_UInt16Type_18() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt16Type_18)); } inline Type_t * get_UInt16Type_18() const { return ___UInt16Type_18; } inline Type_t ** get_address_of_UInt16Type_18() { return &___UInt16Type_18; } inline void set_UInt16Type_18(Type_t * value) { ___UInt16Type_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt16Type_18), (void*)value); } inline static int32_t get_offset_of_UInt32Type_19() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt32Type_19)); } inline Type_t * get_UInt32Type_19() const { return ___UInt32Type_19; } inline Type_t ** get_address_of_UInt32Type_19() { return &___UInt32Type_19; } inline void set_UInt32Type_19(Type_t * value) { ___UInt32Type_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt32Type_19), (void*)value); } inline static int32_t get_offset_of_UInt64Type_20() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt64Type_20)); } inline Type_t * get_UInt64Type_20() const { return ___UInt64Type_20; } inline Type_t ** get_address_of_UInt64Type_20() { return &___UInt64Type_20; } inline void set_UInt64Type_20(Type_t * value) { ___UInt64Type_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt64Type_20), (void*)value); } inline static int32_t get_offset_of_XPathItemType_21() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathItemType_21)); } inline Type_t * get_XPathItemType_21() const { return ___XPathItemType_21; } inline Type_t ** get_address_of_XPathItemType_21() { return &___XPathItemType_21; } inline void set_XPathItemType_21(Type_t * value) { ___XPathItemType_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathItemType_21), (void*)value); } inline static int32_t get_offset_of_DoubleType_22() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DoubleType_22)); } inline Type_t * get_DoubleType_22() const { return ___DoubleType_22; } inline Type_t ** get_address_of_DoubleType_22() { return &___DoubleType_22; } inline void set_DoubleType_22(Type_t * value) { ___DoubleType_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoubleType_22), (void*)value); } inline static int32_t get_offset_of_SingleType_23() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SingleType_23)); } inline Type_t * get_SingleType_23() const { return ___SingleType_23; } inline Type_t ** get_address_of_SingleType_23() { return &___SingleType_23; } inline void set_SingleType_23(Type_t * value) { ___SingleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___SingleType_23), (void*)value); } inline static int32_t get_offset_of_DateTimeType_24() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeType_24)); } inline Type_t * get_DateTimeType_24() const { return ___DateTimeType_24; } inline Type_t ** get_address_of_DateTimeType_24() { return &___DateTimeType_24; } inline void set_DateTimeType_24(Type_t * value) { ___DateTimeType_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeType_24), (void*)value); } inline static int32_t get_offset_of_DateTimeOffsetType_25() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeOffsetType_25)); } inline Type_t * get_DateTimeOffsetType_25() const { return ___DateTimeOffsetType_25; } inline Type_t ** get_address_of_DateTimeOffsetType_25() { return &___DateTimeOffsetType_25; } inline void set_DateTimeOffsetType_25(Type_t * value) { ___DateTimeOffsetType_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeOffsetType_25), (void*)value); } inline static int32_t get_offset_of_BooleanType_26() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___BooleanType_26)); } inline Type_t * get_BooleanType_26() const { return ___BooleanType_26; } inline Type_t ** get_address_of_BooleanType_26() { return &___BooleanType_26; } inline void set_BooleanType_26(Type_t * value) { ___BooleanType_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanType_26), (void*)value); } inline static int32_t get_offset_of_ByteArrayType_27() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteArrayType_27)); } inline Type_t * get_ByteArrayType_27() const { return ___ByteArrayType_27; } inline Type_t ** get_address_of_ByteArrayType_27() { return &___ByteArrayType_27; } inline void set_ByteArrayType_27(Type_t * value) { ___ByteArrayType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteArrayType_27), (void*)value); } inline static int32_t get_offset_of_XmlQualifiedNameType_28() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlQualifiedNameType_28)); } inline Type_t * get_XmlQualifiedNameType_28() const { return ___XmlQualifiedNameType_28; } inline Type_t ** get_address_of_XmlQualifiedNameType_28() { return &___XmlQualifiedNameType_28; } inline void set_XmlQualifiedNameType_28(Type_t * value) { ___XmlQualifiedNameType_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlQualifiedNameType_28), (void*)value); } inline static int32_t get_offset_of_UriType_29() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UriType_29)); } inline Type_t * get_UriType_29() const { return ___UriType_29; } inline Type_t ** get_address_of_UriType_29() { return &___UriType_29; } inline void set_UriType_29(Type_t * value) { ___UriType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriType_29), (void*)value); } inline static int32_t get_offset_of_TimeSpanType_30() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___TimeSpanType_30)); } inline Type_t * get_TimeSpanType_30() const { return ___TimeSpanType_30; } inline Type_t ** get_address_of_TimeSpanType_30() { return &___TimeSpanType_30; } inline void set_TimeSpanType_30(Type_t * value) { ___TimeSpanType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanType_30), (void*)value); } inline static int32_t get_offset_of_XPathNavigatorType_31() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathNavigatorType_31)); } inline Type_t * get_XPathNavigatorType_31() const { return ___XPathNavigatorType_31; } inline Type_t ** get_address_of_XPathNavigatorType_31() { return &___XPathNavigatorType_31; } inline void set_XPathNavigatorType_31(Type_t * value) { ___XPathNavigatorType_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathNavigatorType_31), (void*)value); } }; // System.Xml.Schema.XmlBaseConverter // System.Xml.Schema.XmlSchemaSimpleTypeList // System.Xml.Schema.XmlSchemaSimpleTypeList // System.Xml.Schema.XmlSchemaSimpleTypeRestriction // System.Xml.Schema.XmlSchemaSimpleTypeRestriction // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XmlSchemaType // System.Xml.Serialization.XmlTypeMapElementInfo // System.Xml.Serialization.XmlTypeMapElementInfo // System.Xml.Serialization.XmlTypeMapMemberAnyElement // System.Xml.Serialization.XmlTypeMapMemberAnyElement // System.Xml.Serialization.XmlTypeMapMemberAttribute // System.Xml.Serialization.XmlTypeMapMemberAttribute // System.Xml.Serialization.XmlTypeMapMemberFlatList // System.Xml.Serialization.XmlTypeMapMemberFlatList // System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame // System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame // System.ArgumentException // System.ArgumentException // System.Xml.Schema.Datatype_anySimpleType struct Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_StaticFields { public: // System.Type System.Xml.Schema.Datatype_anySimpleType::atomicValueType Type_t * ___atomicValueType_89; // System.Type System.Xml.Schema.Datatype_anySimpleType::listValueType Type_t * ___listValueType_90; public: inline static int32_t get_offset_of_atomicValueType_89() { return static_cast(offsetof(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_StaticFields, ___atomicValueType_89)); } inline Type_t * get_atomicValueType_89() const { return ___atomicValueType_89; } inline Type_t ** get_address_of_atomicValueType_89() { return &___atomicValueType_89; } inline void set_atomicValueType_89(Type_t * value) { ___atomicValueType_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_89), (void*)value); } inline static int32_t get_offset_of_listValueType_90() { return static_cast(offsetof(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_StaticFields, ___listValueType_90)); } inline Type_t * get_listValueType_90() const { return ___listValueType_90; } inline Type_t ** get_address_of_listValueType_90() { return &___listValueType_90; } inline void set_listValueType_90(Type_t * value) { ___listValueType_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_90), (void*)value); } }; // System.Xml.Schema.Datatype_anySimpleType // System.Xml.Schema.DfaContentValidator // System.Xml.Schema.DfaContentValidator // System.FormatException // System.FormatException // System.InvalidOperationException // System.InvalidOperationException // System.Xml.Schema.ParticleContentValidator // System.Xml.Schema.ParticleContentValidator // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_StaticFields { public: // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___Empty_17; public: inline static int32_t get_offset_of_Empty_17() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_StaticFields, ___Empty_17)); } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * get_Empty_17() const { return ___Empty_17; } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 ** get_address_of_Empty_17() { return &___Empty_17; } inline void set_Empty_17(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * value) { ___Empty_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_17), (void*)value); } }; // System.Xml.Schema.SchemaAttDef // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields { public: // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___Empty_20; public: inline static int32_t get_offset_of_Empty_20() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields, ___Empty_20)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_Empty_20() const { return ___Empty_20; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_Empty_20() { return &___Empty_20; } inline void set_Empty_20(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___Empty_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_20), (void*)value); } }; // System.Xml.Schema.SchemaElementDecl // System.Reflection.TypeInfo // System.Reflection.TypeInfo // System.TypeLoadException // System.TypeLoadException // System.Xml.Schema.XmlAnyConverter struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::Item XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___Item_32; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::AnyAtomic XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___AnyAtomic_33; public: inline static int32_t get_offset_of_Item_32() { return static_cast(offsetof(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields, ___Item_32)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_Item_32() const { return ___Item_32; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_Item_32() { return &___Item_32; } inline void set_Item_32(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___Item_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item_32), (void*)value); } inline static int32_t get_offset_of_AnyAtomic_33() { return static_cast(offsetof(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields, ___AnyAtomic_33)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_AnyAtomic_33() const { return ___AnyAtomic_33; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_AnyAtomic_33() { return &___AnyAtomic_33; } inline void set_AnyAtomic_33(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___AnyAtomic_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyAtomic_33), (void*)value); } }; // System.Xml.Schema.XmlAnyConverter // System.Xml.XmlException // System.Xml.XmlException // System.Xml.Schema.XmlListConverter // System.Xml.Schema.XmlListConverter // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields { public: // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeLax XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___anyTypeLax_10; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeSkip XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___anyTypeSkip_11; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::untypedAnyType XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___untypedAnyType_12; public: inline static int32_t get_offset_of_anyTypeLax_10() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___anyTypeLax_10)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_anyTypeLax_10() const { return ___anyTypeLax_10; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_anyTypeLax_10() { return &___anyTypeLax_10; } inline void set_anyTypeLax_10(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___anyTypeLax_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyTypeLax_10), (void*)value); } inline static int32_t get_offset_of_anyTypeSkip_11() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___anyTypeSkip_11)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_anyTypeSkip_11() const { return ___anyTypeSkip_11; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_anyTypeSkip_11() { return &___anyTypeSkip_11; } inline void set_anyTypeSkip_11(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___anyTypeSkip_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyTypeSkip_11), (void*)value); } inline static int32_t get_offset_of_untypedAnyType_12() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___untypedAnyType_12)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_untypedAnyType_12() const { return ___untypedAnyType_12; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_untypedAnyType_12() { return &___untypedAnyType_12; } inline void set_untypedAnyType_12(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___untypedAnyType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___untypedAnyType_12), (void*)value); } }; // System.Xml.Schema.XmlSchemaComplexType // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.XmlSchemaSimpleType // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // System.Xml.Schema.Datatype_List // System.Xml.Schema.Datatype_List // System.Xml.Schema.Datatype_NOTATION struct Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_StaticFields { public: // System.Type System.Xml.Schema.Datatype_NOTATION::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_NOTATION::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_NOTATION // System.Xml.Schema.Datatype_QName struct Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_StaticFields { public: // System.Type System.Xml.Schema.Datatype_QName::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_QName::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_QName // System.Xml.Schema.Datatype_QNameXdr struct Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_StaticFields { public: // System.Type System.Xml.Schema.Datatype_QNameXdr::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_QNameXdr::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_QNameXdr // System.Xml.Schema.Datatype_anyAtomicType // System.Xml.Schema.Datatype_anyAtomicType // System.Xml.Schema.Datatype_anyURI struct Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_StaticFields { public: // System.Type System.Xml.Schema.Datatype_anyURI::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_anyURI::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_anyURI // System.Xml.Schema.Datatype_base64Binary struct Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_StaticFields { public: // System.Type System.Xml.Schema.Datatype_base64Binary::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_base64Binary::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_base64Binary // System.Xml.Schema.Datatype_boolean struct Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_StaticFields { public: // System.Type System.Xml.Schema.Datatype_boolean::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_boolean::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_boolean // System.Xml.Schema.Datatype_char struct Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_StaticFields { public: // System.Type System.Xml.Schema.Datatype_char::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_char::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_char // System.Xml.Schema.Datatype_dateTimeBase struct Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_StaticFields { public: // System.Type System.Xml.Schema.Datatype_dateTimeBase::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_dateTimeBase::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_dateTimeBase // System.Xml.Schema.Datatype_decimal struct Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields { public: // System.Type System.Xml.Schema.Datatype_decimal::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_decimal::listValueType Type_t * ___listValueType_92; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_decimal::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_93; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_93() { return static_cast(offsetof(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields, ___numeric10FacetsChecker_93)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_93() const { return ___numeric10FacetsChecker_93; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_93() { return &___numeric10FacetsChecker_93; } inline void set_numeric10FacetsChecker_93(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_93), (void*)value); } }; // System.Xml.Schema.Datatype_decimal // System.Xml.Schema.Datatype_double struct Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_StaticFields { public: // System.Type System.Xml.Schema.Datatype_double::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_double::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_double // System.Xml.Schema.Datatype_duration struct Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_StaticFields { public: // System.Type System.Xml.Schema.Datatype_duration::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_duration::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_duration // System.Xml.Schema.Datatype_float struct Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_StaticFields { public: // System.Type System.Xml.Schema.Datatype_float::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_float::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_float // System.Xml.Schema.Datatype_hexBinary struct Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_StaticFields { public: // System.Type System.Xml.Schema.Datatype_hexBinary::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_hexBinary::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_hexBinary // System.Xml.Schema.Datatype_string // System.Xml.Schema.Datatype_string // System.Xml.Schema.Datatype_union struct Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_StaticFields { public: // System.Type System.Xml.Schema.Datatype_union::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_union::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_union // System.Xml.Schema.Datatype_uuid struct Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_StaticFields { public: // System.Type System.Xml.Schema.Datatype_uuid::atomicValueType Type_t * ___atomicValueType_91; // System.Type System.Xml.Schema.Datatype_uuid::listValueType Type_t * ___listValueType_92; public: inline static int32_t get_offset_of_atomicValueType_91() { return static_cast(offsetof(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_StaticFields, ___atomicValueType_91)); } inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; } inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; } inline void set_atomicValueType_91(Type_t * value) { ___atomicValueType_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_91), (void*)value); } inline static int32_t get_offset_of_listValueType_92() { return static_cast(offsetof(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_StaticFields, ___listValueType_92)); } inline Type_t * get_listValueType_92() const { return ___listValueType_92; } inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; } inline void set_listValueType_92(Type_t * value) { ___listValueType_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_92), (void*)value); } }; // System.Xml.Schema.Datatype_uuid // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___Untyped_34; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___UntypedList_35; public: inline static int32_t get_offset_of_Untyped_34() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___Untyped_34)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_Untyped_34() const { return ___Untyped_34; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_Untyped_34() { return &___Untyped_34; } inline void set_Untyped_34(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___Untyped_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___Untyped_34), (void*)value); } inline static int32_t get_offset_of_UntypedList_35() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___UntypedList_35)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_UntypedList_35() const { return ___UntypedList_35; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_UntypedList_35() { return &___UntypedList_35; } inline void set_UntypedList_35(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___UntypedList_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___UntypedList_35), (void*)value); } }; // System.Xml.Schema.XmlUntypedConverter // System.Xml.Schema.Datatype_date // System.Xml.Schema.Datatype_date // System.Xml.Schema.Datatype_dateTime // System.Xml.Schema.Datatype_dateTime // System.Xml.Schema.Datatype_dateTimeNoTimeZone // System.Xml.Schema.Datatype_dateTimeNoTimeZone // System.Xml.Schema.Datatype_dateTimeTimeZone // System.Xml.Schema.Datatype_dateTimeTimeZone // System.Xml.Schema.Datatype_day // System.Xml.Schema.Datatype_day // System.Xml.Schema.Datatype_dayTimeDuration // System.Xml.Schema.Datatype_dayTimeDuration // 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.Xml.Schema.Datatype_integer // System.Xml.Schema.Datatype_integer // System.Xml.Schema.Datatype_month // System.Xml.Schema.Datatype_month // System.Xml.Schema.Datatype_monthDay // System.Xml.Schema.Datatype_monthDay // System.Xml.Schema.Datatype_normalizedString // System.Xml.Schema.Datatype_normalizedString // System.Xml.Schema.Datatype_normalizedStringV1Compat // System.Xml.Schema.Datatype_normalizedStringV1Compat // System.Xml.Schema.Datatype_time // System.Xml.Schema.Datatype_time // System.Xml.Schema.Datatype_timeNoTimeZone // System.Xml.Schema.Datatype_timeNoTimeZone // System.Xml.Schema.Datatype_timeTimeZone // System.Xml.Schema.Datatype_timeTimeZone // System.Xml.Schema.Datatype_untypedAtomicType // System.Xml.Schema.Datatype_untypedAtomicType // System.Xml.Schema.Datatype_year // System.Xml.Schema.Datatype_year // System.Xml.Schema.Datatype_yearMonth // System.Xml.Schema.Datatype_yearMonth // System.Xml.Schema.Datatype_yearMonthDuration // System.Xml.Schema.Datatype_yearMonthDuration // System.Xml.Schema.Datatype_long struct Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields { public: // System.Type System.Xml.Schema.Datatype_long::atomicValueType Type_t * ___atomicValueType_94; // System.Type System.Xml.Schema.Datatype_long::listValueType Type_t * ___listValueType_95; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_long::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_96; public: inline static int32_t get_offset_of_atomicValueType_94() { return static_cast(offsetof(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields, ___atomicValueType_94)); } inline Type_t * get_atomicValueType_94() const { return ___atomicValueType_94; } inline Type_t ** get_address_of_atomicValueType_94() { return &___atomicValueType_94; } inline void set_atomicValueType_94(Type_t * value) { ___atomicValueType_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_94), (void*)value); } inline static int32_t get_offset_of_listValueType_95() { return static_cast(offsetof(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields, ___listValueType_95)); } inline Type_t * get_listValueType_95() const { return ___listValueType_95; } inline Type_t ** get_address_of_listValueType_95() { return &___listValueType_95; } inline void set_listValueType_95(Type_t * value) { ___listValueType_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_95), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_96() { return static_cast(offsetof(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields, ___numeric10FacetsChecker_96)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_96() const { return ___numeric10FacetsChecker_96; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_96() { return &___numeric10FacetsChecker_96; } inline void set_numeric10FacetsChecker_96(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_96), (void*)value); } }; // System.Xml.Schema.Datatype_long // System.Xml.Schema.Datatype_nonNegativeInteger struct Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_StaticFields { public: // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonNegativeInteger::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_94; public: inline static int32_t get_offset_of_numeric10FacetsChecker_94() { return static_cast(offsetof(Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_StaticFields, ___numeric10FacetsChecker_94)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_94() const { return ___numeric10FacetsChecker_94; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_94() { return &___numeric10FacetsChecker_94; } inline void set_numeric10FacetsChecker_94(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_94), (void*)value); } }; // System.Xml.Schema.Datatype_nonNegativeInteger // System.Xml.Schema.Datatype_nonPositiveInteger struct Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_StaticFields { public: // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonPositiveInteger::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_94; public: inline static int32_t get_offset_of_numeric10FacetsChecker_94() { return static_cast(offsetof(Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_StaticFields, ___numeric10FacetsChecker_94)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_94() const { return ___numeric10FacetsChecker_94; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_94() { return &___numeric10FacetsChecker_94; } inline void set_numeric10FacetsChecker_94(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_94), (void*)value); } }; // System.Xml.Schema.Datatype_nonPositiveInteger // System.Xml.Schema.Datatype_token // System.Xml.Schema.Datatype_token // System.Xml.Schema.Datatype_tokenV1Compat // System.Xml.Schema.Datatype_tokenV1Compat // System.Xml.Schema.Datatype_NMTOKEN // System.Xml.Schema.Datatype_NMTOKEN // System.Xml.Schema.Datatype_Name // System.Xml.Schema.Datatype_Name // System.Xml.Schema.Datatype_int struct Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields { public: // System.Type System.Xml.Schema.Datatype_int::atomicValueType Type_t * ___atomicValueType_97; // System.Type System.Xml.Schema.Datatype_int::listValueType Type_t * ___listValueType_98; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_int::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_99; public: inline static int32_t get_offset_of_atomicValueType_97() { return static_cast(offsetof(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields, ___atomicValueType_97)); } inline Type_t * get_atomicValueType_97() const { return ___atomicValueType_97; } inline Type_t ** get_address_of_atomicValueType_97() { return &___atomicValueType_97; } inline void set_atomicValueType_97(Type_t * value) { ___atomicValueType_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_97), (void*)value); } inline static int32_t get_offset_of_listValueType_98() { return static_cast(offsetof(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields, ___listValueType_98)); } inline Type_t * get_listValueType_98() const { return ___listValueType_98; } inline Type_t ** get_address_of_listValueType_98() { return &___listValueType_98; } inline void set_listValueType_98(Type_t * value) { ___listValueType_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_98), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_99() { return static_cast(offsetof(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields, ___numeric10FacetsChecker_99)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_99() const { return ___numeric10FacetsChecker_99; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_99() { return &___numeric10FacetsChecker_99; } inline void set_numeric10FacetsChecker_99(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_99), (void*)value); } }; // System.Xml.Schema.Datatype_int // System.Xml.Schema.Datatype_language // System.Xml.Schema.Datatype_language // System.Xml.Schema.Datatype_negativeInteger struct Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_StaticFields { public: // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_negativeInteger::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_95; public: inline static int32_t get_offset_of_numeric10FacetsChecker_95() { return static_cast(offsetof(Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_StaticFields, ___numeric10FacetsChecker_95)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_95() const { return ___numeric10FacetsChecker_95; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_95() { return &___numeric10FacetsChecker_95; } inline void set_numeric10FacetsChecker_95(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_95), (void*)value); } }; // System.Xml.Schema.Datatype_negativeInteger // System.Xml.Schema.Datatype_positiveInteger struct Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_StaticFields { public: // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_95; public: inline static int32_t get_offset_of_numeric10FacetsChecker_95() { return static_cast(offsetof(Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_StaticFields, ___numeric10FacetsChecker_95)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_95() const { return ___numeric10FacetsChecker_95; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_95() { return &___numeric10FacetsChecker_95; } inline void set_numeric10FacetsChecker_95(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_95), (void*)value); } }; // System.Xml.Schema.Datatype_positiveInteger // System.Xml.Schema.Datatype_unsignedLong struct Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields { public: // System.Type System.Xml.Schema.Datatype_unsignedLong::atomicValueType Type_t * ___atomicValueType_95; // System.Type System.Xml.Schema.Datatype_unsignedLong::listValueType Type_t * ___listValueType_96; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedLong::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_97; public: inline static int32_t get_offset_of_atomicValueType_95() { return static_cast(offsetof(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields, ___atomicValueType_95)); } inline Type_t * get_atomicValueType_95() const { return ___atomicValueType_95; } inline Type_t ** get_address_of_atomicValueType_95() { return &___atomicValueType_95; } inline void set_atomicValueType_95(Type_t * value) { ___atomicValueType_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_95), (void*)value); } inline static int32_t get_offset_of_listValueType_96() { return static_cast(offsetof(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields, ___listValueType_96)); } inline Type_t * get_listValueType_96() const { return ___listValueType_96; } inline Type_t ** get_address_of_listValueType_96() { return &___listValueType_96; } inline void set_listValueType_96(Type_t * value) { ___listValueType_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_96), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_97() { return static_cast(offsetof(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields, ___numeric10FacetsChecker_97)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_97() const { return ___numeric10FacetsChecker_97; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_97() { return &___numeric10FacetsChecker_97; } inline void set_numeric10FacetsChecker_97(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_97), (void*)value); } }; // System.Xml.Schema.Datatype_unsignedLong // System.Xml.Schema.Datatype_ENUMERATION // System.Xml.Schema.Datatype_ENUMERATION // System.Xml.Schema.Datatype_NCName // System.Xml.Schema.Datatype_NCName // System.Xml.Schema.Datatype_short struct Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields { public: // System.Type System.Xml.Schema.Datatype_short::atomicValueType Type_t * ___atomicValueType_100; // System.Type System.Xml.Schema.Datatype_short::listValueType Type_t * ___listValueType_101; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_short::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_102; public: inline static int32_t get_offset_of_atomicValueType_100() { return static_cast(offsetof(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields, ___atomicValueType_100)); } inline Type_t * get_atomicValueType_100() const { return ___atomicValueType_100; } inline Type_t ** get_address_of_atomicValueType_100() { return &___atomicValueType_100; } inline void set_atomicValueType_100(Type_t * value) { ___atomicValueType_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_100), (void*)value); } inline static int32_t get_offset_of_listValueType_101() { return static_cast(offsetof(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields, ___listValueType_101)); } inline Type_t * get_listValueType_101() const { return ___listValueType_101; } inline Type_t ** get_address_of_listValueType_101() { return &___listValueType_101; } inline void set_listValueType_101(Type_t * value) { ___listValueType_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_101), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_102() { return static_cast(offsetof(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields, ___numeric10FacetsChecker_102)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_102() const { return ___numeric10FacetsChecker_102; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_102() { return &___numeric10FacetsChecker_102; } inline void set_numeric10FacetsChecker_102(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_102), (void*)value); } }; // System.Xml.Schema.Datatype_short // System.Xml.Schema.Datatype_unsignedInt struct Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields { public: // System.Type System.Xml.Schema.Datatype_unsignedInt::atomicValueType Type_t * ___atomicValueType_98; // System.Type System.Xml.Schema.Datatype_unsignedInt::listValueType Type_t * ___listValueType_99; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedInt::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_100; public: inline static int32_t get_offset_of_atomicValueType_98() { return static_cast(offsetof(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields, ___atomicValueType_98)); } inline Type_t * get_atomicValueType_98() const { return ___atomicValueType_98; } inline Type_t ** get_address_of_atomicValueType_98() { return &___atomicValueType_98; } inline void set_atomicValueType_98(Type_t * value) { ___atomicValueType_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_98), (void*)value); } inline static int32_t get_offset_of_listValueType_99() { return static_cast(offsetof(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields, ___listValueType_99)); } inline Type_t * get_listValueType_99() const { return ___listValueType_99; } inline Type_t ** get_address_of_listValueType_99() { return &___listValueType_99; } inline void set_listValueType_99(Type_t * value) { ___listValueType_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_99), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_100() { return static_cast(offsetof(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields, ___numeric10FacetsChecker_100)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_100() const { return ___numeric10FacetsChecker_100; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_100() { return &___numeric10FacetsChecker_100; } inline void set_numeric10FacetsChecker_100(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_100), (void*)value); } }; // System.Xml.Schema.Datatype_unsignedInt // System.Xml.Schema.Datatype_ENTITY // System.Xml.Schema.Datatype_ENTITY // System.Xml.Schema.Datatype_ID // System.Xml.Schema.Datatype_ID // System.Xml.Schema.Datatype_IDREF // System.Xml.Schema.Datatype_IDREF // System.Xml.Schema.Datatype_byte struct Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields { public: // System.Type System.Xml.Schema.Datatype_byte::atomicValueType Type_t * ___atomicValueType_103; // System.Type System.Xml.Schema.Datatype_byte::listValueType Type_t * ___listValueType_104; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_byte::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_105; public: inline static int32_t get_offset_of_atomicValueType_103() { return static_cast(offsetof(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields, ___atomicValueType_103)); } inline Type_t * get_atomicValueType_103() const { return ___atomicValueType_103; } inline Type_t ** get_address_of_atomicValueType_103() { return &___atomicValueType_103; } inline void set_atomicValueType_103(Type_t * value) { ___atomicValueType_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_103), (void*)value); } inline static int32_t get_offset_of_listValueType_104() { return static_cast(offsetof(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields, ___listValueType_104)); } inline Type_t * get_listValueType_104() const { return ___listValueType_104; } inline Type_t ** get_address_of_listValueType_104() { return &___listValueType_104; } inline void set_listValueType_104(Type_t * value) { ___listValueType_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_104), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_105() { return static_cast(offsetof(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields, ___numeric10FacetsChecker_105)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_105() const { return ___numeric10FacetsChecker_105; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_105() { return &___numeric10FacetsChecker_105; } inline void set_numeric10FacetsChecker_105(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_105), (void*)value); } }; // System.Xml.Schema.Datatype_byte // System.Xml.Schema.Datatype_unsignedShort struct Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields { public: // System.Type System.Xml.Schema.Datatype_unsignedShort::atomicValueType Type_t * ___atomicValueType_101; // System.Type System.Xml.Schema.Datatype_unsignedShort::listValueType Type_t * ___listValueType_102; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedShort::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_103; public: inline static int32_t get_offset_of_atomicValueType_101() { return static_cast(offsetof(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields, ___atomicValueType_101)); } inline Type_t * get_atomicValueType_101() const { return ___atomicValueType_101; } inline Type_t ** get_address_of_atomicValueType_101() { return &___atomicValueType_101; } inline void set_atomicValueType_101(Type_t * value) { ___atomicValueType_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_101), (void*)value); } inline static int32_t get_offset_of_listValueType_102() { return static_cast(offsetof(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields, ___listValueType_102)); } inline Type_t * get_listValueType_102() const { return ___listValueType_102; } inline Type_t ** get_address_of_listValueType_102() { return &___listValueType_102; } inline void set_listValueType_102(Type_t * value) { ___listValueType_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_102), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_103() { return static_cast(offsetof(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields, ___numeric10FacetsChecker_103)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_103() const { return ___numeric10FacetsChecker_103; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_103() { return &___numeric10FacetsChecker_103; } inline void set_numeric10FacetsChecker_103(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_103), (void*)value); } }; // System.Xml.Schema.Datatype_unsignedShort // System.Xml.Schema.Datatype_unsignedByte struct Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields { public: // System.Type System.Xml.Schema.Datatype_unsignedByte::atomicValueType Type_t * ___atomicValueType_104; // System.Type System.Xml.Schema.Datatype_unsignedByte::listValueType Type_t * ___listValueType_105; // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedByte::numeric10FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric10FacetsChecker_106; public: inline static int32_t get_offset_of_atomicValueType_104() { return static_cast(offsetof(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields, ___atomicValueType_104)); } inline Type_t * get_atomicValueType_104() const { return ___atomicValueType_104; } inline Type_t ** get_address_of_atomicValueType_104() { return &___atomicValueType_104; } inline void set_atomicValueType_104(Type_t * value) { ___atomicValueType_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicValueType_104), (void*)value); } inline static int32_t get_offset_of_listValueType_105() { return static_cast(offsetof(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields, ___listValueType_105)); } inline Type_t * get_listValueType_105() const { return ___listValueType_105; } inline Type_t ** get_address_of_listValueType_105() { return &___listValueType_105; } inline void set_listValueType_105(Type_t * value) { ___listValueType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___listValueType_105), (void*)value); } inline static int32_t get_offset_of_numeric10FacetsChecker_106() { return static_cast(offsetof(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields, ___numeric10FacetsChecker_106)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric10FacetsChecker_106() const { return ___numeric10FacetsChecker_106; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric10FacetsChecker_106() { return &___numeric10FacetsChecker_106; } inline void set_numeric10FacetsChecker_106(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric10FacetsChecker_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric10FacetsChecker_106), (void*)value); } }; // System.Xml.Schema.Datatype_unsignedByte #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Xml.Schema.BitSet[] struct BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD : public RuntimeArray { public: ALIGN_FIELD (8) BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * m_Items[1]; public: inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** 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, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((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.Xml.Serialization.XmlTypeMapMemberAttribute[] struct XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35 : public RuntimeArray { public: ALIGN_FIELD (8) XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * m_Items[1]; public: inline XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E ** 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, XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21 : public RuntimeArray { public: ALIGN_FIELD (8) XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * m_Items[1]; public: inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Schema.DatatypeImplementation[] struct DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D : public RuntimeArray { public: ALIGN_FIELD (8) DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * m_Items[1]; public: inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** 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, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] struct SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA : public RuntimeArray { public: ALIGN_FIELD (8) SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * m_Items[1]; public: inline SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E ** 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, SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Schema.XmlAtomicValue[] struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9 : public RuntimeArray { public: ALIGN_FIELD (8) XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * m_Items[1]; public: inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C ** 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, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* m_Items[1]; public: inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** 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, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlName[] struct XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7 : public RuntimeArray { public: ALIGN_FIELD (8) XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * m_Items[1]; public: inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** 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, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * Dictionary_2_get_Values_mC8EC343FADAE6B9CB93639D7FBCDB19ACD807DB5_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 ValueCollection_GetEnumerator_m401C0FF4E5F0194244B19D7B9EF4B173FB7E88C3_gshared (ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m5EAB60888D4E661A01C7F32AD890D785F8B6225B_gshared_inline (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4F01DBE7409811CAB0BBA7AEFBAB4BC028D26FA6_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m99C700668AC6D272188471D2D6B784A2B5636C8E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mD782ADAC3AB9809F63B681213A7A39784A9A169A_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m37749C6ED558EC2D89F38CF78C833D4EE8A2DF04_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m9503124BACE0FDA402D22BC901708C5D99063C12_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Peek_mD6F4A2DD2C67EABB3582BA28D2C13130DC8D828E_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToBase64CharArray(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToBase64CharArray_m86C8F52FAD5E0A65E18549AF72AF0C3222DFA3D3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, int32_t ___offsetIn1, int32_t ___length2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___outArray3, int32_t ___offsetOut4, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Xml.BinHexDecoder::Decode(System.Char*,System.Char*,System.Byte*,System.Byte*,System.Boolean&,System.Byte&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinHexDecoder_Decode_m46B323982F3912AEFE7E55050A154FC33EC3CDBB (Il2CppChar* ___pChars0, Il2CppChar* ___pCharsEndPos1, uint8_t* ___pBytes2, uint8_t* ___pBytesEndPos3, bool* ___hasHalfByteCached4, uint8_t* ___cachedHalfByte5, int32_t* ___charsDecoded6, int32_t* ___bytesDecoded7, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB (const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinHexEncoder_Encode_m7938ACD9B9EC206E0E952FE186F83D74536F5FFE (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___outArray3, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Reflection.TypeInfo System.Reflection.IntrospectionExtensions::GetTypeInfo(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F * IntrospectionExtensions_GetTypeInfo_mE92A9ABFFC5E5BDDA5C87FA75BB662E669B8C94A (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3C862A51D0B10889115A9EB53CBBDC7C3883D26F (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_mA31D091F79905A0F888F66DE48E56805F4DB12E2 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Object System.Reflection.PropertyInfo::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetValue_m2E9CA9EBD5971D3A30DDCB07A720A978AB9E18AE (PropertyInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Xml.BinaryCompatibility::RunningOnCheck(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryCompatibility_RunningOnCheck_m3BDC16CB30819610A49890579FC80EEE4911F3C9 (String_t* ___propertyName0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, 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_mE693CAD2DC1A355411B1F25D152399B71D7BFA48 (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method); // System.Void System.Xml.Schema.FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.BitSet::Subscript(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_Subscript_m418D20EF852E6878DB870E04BD14C3E7B26D2601 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___bitIndex0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.BitSet::Get(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Get_m5431B8769AEE81516E51D98948287620A638B5F8 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::EnsureLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_EnsureLength_m55CE8C4C1F90D96F2988B75A904A292B4A36B09D (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___nRequiredLength0, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_m60DF6D2791BD497B3A5830D864A0967CB6AB45D6 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.Xml.Bits::Count(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bits_Count_mEFEACD1EE181FEB7677D0B56CA8B1675345622D4 (uint32_t ___num0, const RuntimeMethod* method); // System.Void Microsoft.CSharp.CodeDomProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeDomProvider__ctor_m2D7F1476BE3A6216821C24A085FA25ED24872524 (CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.BitSet::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::Or(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___other0, const RuntimeMethod* method); // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_RightChild() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ChoiceNode::ConstructChildPos(System.Xml.Schema.SyntaxTreeNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ConstructChildPos_m5B5E7B1400AECE14C77D82822D33C7288EB85112 (SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___child0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos1, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos2, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos3, const RuntimeMethod* method); // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_LeftChild() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.InteriorNode::ExpandTreeNoRecursive(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_ExpandTreeNoRecursive_mED7122A2FEA563CA2585C60B43FB8FF3D94C63DB (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___parent0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions2, const RuntimeMethod* method); // System.Void System.Xml.Schema.InteriorNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode__ctor_mE9F860A667BE626F44260612EC983CBDBD16B658 (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_GlobalIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::set_GlobalIndex(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_GlobalIndex_mE33D218A8DC3E3CC7C7897C767F2D16DAD0BB436_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, int32_t ___value0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapMember::get_DefaultValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsReturnValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsReturnValue_mC94AFCFABC3D02281C32D01A210C78FBB3B7B0A0 (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_AttributeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m70DC1AE33BBAE257F106DEF53FC0884B47A0EE3F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.ClassMap::BuildKey(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClassMap_BuildKey_m6E19BE5AD7202112F8C94A92CE16BD9939E7D00F (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, int32_t ___explicitOrder2, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::set_Index(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Index_mD14E30BAF45DD7EA4430143B8D0F16A71FEF943E_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ClassMap::RegisterFlatList(System.Xml.Serialization.XmlTypeMapMemberExpandable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_RegisterFlatList_mA07A8F7E495714E46873EC7E479DA79B272EFB74 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * ___member0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::get_IsDefaultAny() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_get_IsDefaultAny_m9E83C7BBC811BDBCC682567EE5FF474D747813BF (XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsListType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::get_IsXmlTextCollector() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapMemberElement_get_IsXmlTextCollector_mB410B2BF38B6E2BC8F7FD10DF079D109B33977CF_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::get_ElementInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_ElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::get_ExplicitOrder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::set_FlatArrayIndex(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable_set_FlatArrayIndex_mA8364C94E058AB87F4D7D8025F91F9AB3A130D3E_inline (XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m67326AC4F1380817D6F2FDA2AFD61E5085C2E128 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared)(__this, ___value0, method); } // !0 System.Nullable`1::get_Value() inline bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared)(__this, method); } // System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsTextElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsTextElement_mA0787B243D97A4CEDC943B679D10CE2C37944766 (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeData::get_XmlType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeNamespace_m873F8E6FE5227A791696AC43A260E0F47AAD5BCA (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Serialization.ClassMap::get_SimpleContentBaseType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ClassMap_get_SimpleContentBaseType_m7CCADF0AC3C3ABAE4880F86612C31B20F3A7C4C4 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __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_m41E46D4716F1168DF9152C551CD2F79231750271 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ObjectMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectMap__ctor_mF37BA5AFF032BFC18189BA4CD22381C4D19AE3B5 (ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.CodeIdentifier::MakeValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CodeIdentifier_MakeValid_m2E8E1D949590530CDE5259E6A452CAE6E3CDFBC6 (String_t* ___identifier0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205 (const RuntimeMethod* method); // System.String System.String::ToUpper(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986 (String_t* __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Boolean System.Char::IsLower(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLower_mC0FF3AD4AA26E1F935D374FBB7CFDDAF55CF315F (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToUpper(System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_mD923BBB6358B8F00DA930B66E3E90DC74D6EF8E3 (Il2CppChar ___c0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method); // System.String System.Char::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.CodeIdentifier::IsValid(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CodeIdentifier_IsValid_m35A2975CD36B4F4315BD1C8105DF5BCF966CF654 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.CodeIdentifier::IsValidStart(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CodeIdentifier_IsValidStart_m7A39E8B23694AD45E17E0EA63A294D5250D31074 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_mC1963B628B32D9B09438C025372240FD6B5A96A4 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Microsoft.CSharp.CSharpCodeProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CSharpCodeProvider__ctor_m2F13896BA00EC1F764DA4AF88CF9202ADED3D0E2 (CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m972153C21852C146EA8BB1E35015E7AFE0ACA400 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, int32_t ___contentType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, int32_t ___contentType0, bool ___isOpen1, bool ___isEmptiable2, const RuntimeMethod* method); // System.Void System.Xml.Schema.StringFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFacetsChecker__ctor_m158E001635C605661CCC41C17FE9E6752AE51ED8 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.MiscFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscFacetsChecker__ctor_mBF0B1718178780AB8BC8835E793AD268DED3DBD3 (MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Numeric2FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric2FacetsChecker__ctor_mFE1AC0BDD71FB925A03F366AFCF9B5DF9761907D (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.BinaryFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFacetsChecker__ctor_m9C9DBC420AF97A6DED97D800FFE18E45517F6104 (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.DateTimeFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFacetsChecker__ctor_mC90FE147EEA02A9DD9565DE90346B5424BC3D3AC (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.DurationFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DurationFacetsChecker__ctor_m438A86050C11C8861B1955ED73C63C2AB460FC82 (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ListFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListFacetsChecker__ctor_m932E0D4433FBD16CDF3610E95A794218E77E2A5B (ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.QNameFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QNameFacetsChecker__ctor_mE0345A5109D0F20D6AEA2D4E2C20A42202DFDC93 (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.UnionFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionFacetsChecker__ctor_m9C54C58988EFF405DEAC563BB7E9DAC99D69243F (UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_anySimpleType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_anyURI::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyURI__ctor_m01202C7E75FE445833450E6DE424504742BF5198 (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_base64Binary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_base64Binary__ctor_mC0CFB84ADE3F7C89863DB0DBCD683663ECADAEDE (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_boolean::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_boolean__ctor_m01D7023C780AB26021224BBAA3123A4A8D1F6F6C (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_byte::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_byte__ctor_m0FB369245D3D857658484E5D3B96D3F98A8E1767 (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_char::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_char__ctor_m726FC07EA6F2476D58A145DD0DB402831365D29D (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_date::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_date__ctor_mA47E962A544D5BE9C8C01C0CABDE2F74F32821F0 (Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_dateTime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTime__ctor_m8D596BE6EA9168A06833B4C1C70595482006F59D (Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_dateTimeNoTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeNoTimeZone__ctor_m60634C0823E18B05EC32A3F8C20863E828B46D06 (Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_dateTimeTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeTimeZone__ctor_mA97222AE0729417CA670641CFA984F6578605274 (Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_day::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_day__ctor_m8FE344881AEC93A38887711FC87EBEB50CCDCA6B (Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_decimal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_decimal__ctor_mBF988DFFBD420D7087C8A78B8D5082F8A86D064D (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_double::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_double__ctor_m35E97756C5E5297E5612CA7641F2CF90096390FB (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_doubleXdr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_doubleXdr__ctor_m72D0197AD978A8F3209555B32DFF2D748C5155FB (Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_duration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_duration__ctor_m4018086E73295F08092377617F7EA06902069589 (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_ENTITY::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENTITY__ctor_m309AAAD8844426501C25542F404D284096BF4F79 (Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.DatatypeImplementation::DeriveByList(System.Int32,System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, int32_t ___minSize0, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_ENUMERATION::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENUMERATION__ctor_mBE882B31C14BE0BFE44F1611C9F697620621FBA5 (Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_fixed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_fixed__ctor_m2431D620E1AF569B48855C9D1DC71D53E04CAE3C (Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_float::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_float__ctor_mC3277F77ABDB5C66295AE526BEDBE6FAA93F4131 (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_floatXdr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_floatXdr__ctor_m6F2CA9311191F04F495175E414F3843A9EE8E5BC (Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_hexBinary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_hexBinary__ctor_m1159F4E715B4AB08EB103E3A973931677CF3F4C6 (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_ID::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ID__ctor_mDA5C66367CF2C326316FB2719EADC27DCDBA4667 (Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_IDREF::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_IDREF__ctor_mC268A2994DB08E7C1FC4993A6E90701671F0B124 (Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_int::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_int__ctor_m37FC1E1F2F850B2AFD162385ACC4CC0449337513 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_integer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_integer__ctor_m406BE19AC1EE4087E43636F916766BFD787DD7D9 (Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_language::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_language__ctor_m8A661D0AEA8185FFDCCD554BE8B6CD8BC560F7C2 (Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_long::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_long__ctor_m4950C791BEA68C396D10657659F8D24A34C7EC53 (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_month::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_month__ctor_m57E3158985137386699845BEAFC82EA6E5E99E23 (Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_monthDay::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_monthDay__ctor_mEE91F164E648995CB27D2CAB17BE69070CBCFBAD (Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_Name::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_Name__ctor_m49D9984F09AC16D76E8E091FD135B02883BC8A73 (Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_NCName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NCName__ctor_mFA10ECC3C0B1B2F8FD5409CA2CE1BAAAA720F57F (Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_negativeInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_negativeInteger__ctor_m2497C8519A0E27086A84EAB2807387D0900656F0 (Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_NMTOKEN::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NMTOKEN__ctor_m0AB0BD7ECBA7A78AA565CEDD8FADE63F9D7CC1C7 (Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__ctor_m03D0135C976DA6673A33E95901CBA46230D89E69 (Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__ctor_m11C4FE470505608005FC63DD0F8A6009172FAFF3 (Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_normalizedString::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedString__ctor_m1DF55A280CA6E0C9A26CF0FE1730AD1946FA2408 (Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_NOTATION::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NOTATION__ctor_mF7E3399D71E72073EF29E002DF9765E7315FD63B (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_positiveInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_positiveInteger__ctor_m673007CEE0A51E0F72142A8E525C3B9B37A314CF (Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_QName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QName__ctor_m7C0FD934A1919AAB2EEFCD9A05976E1F1A0E5CF4 (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_QNameXdr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__ctor_mB7451F386F5ED190528ACCBEB1D4CCB12C895735 (Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_short::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_short__ctor_m3812E69800AA6EA061CDC48DEC15ABD75359EACB (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_string::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_string__ctor_m62D82C5A7B899904CE7ECAE2761099A52F28C60E (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_time::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_time__ctor_m643F63537B15753CCF99D28F83BD0CF4C45034C1 (Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_timeNoTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeNoTimeZone__ctor_m535D8B30259004DE98437D94100E85AFEB73D2CA (Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_timeTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeTimeZone__ctor_mE48A1FDE05347F5A5E9F330B8B7C274C33FAFD1F (Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_token::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_token__ctor_m7174D09ECFAED9DFE8266E1D87F4A08998120A5A (Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_unsignedByte::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedByte__ctor_m8523655CC8EC1D3286E973EA0540855BE343F128 (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_unsignedInt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedInt__ctor_mF69D4447CCEC446784D4AE14D6FCF598DF0B21D6 (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_unsignedLong::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedLong__ctor_m25D06A049D01A9953B9E0AF568653D5D9D8898CC (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_unsignedShort::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__ctor_mC66C43D8FDE90FBCB856CFDBA1022E3C1078659C (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_uuid::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_uuid__ctor_m76FD9A024BA6035EC22ADBD49BE7D93DB42CDB5B (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_year::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_year__ctor_m0831BD7D21E059CC7456B0027F4402E18D66AF50 (Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_yearMonth::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonth__ctor_mA8EED316CC6015D4933D27E97C46025FB93070DA (Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_normalizedStringV1Compat::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedStringV1Compat__ctor_mDABACEFDC8177E952D8CAED8D9D4BAB313364CFD (Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_tokenV1Compat::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_tokenV1Compat__ctor_m14BB4F1BC501631D7F728CC6E992C2113D762048 (Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_anyAtomicType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyAtomicType__ctor_m8ECA9EE46AD83B211B9B0EF7158BC0D2134C7DD1 (Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_dayTimeDuration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dayTimeDuration__ctor_mED183A3F1816A4C4E544B81E8B57C5B8F6830B6C (Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_untypedAtomicType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_untypedAtomicType__ctor_mA0EF46E94B4B03BCB515C8AFF8BD6106450B1232 (Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_yearMonthDuration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonthDuration__ctor_mE4EE35896157643375289D20410C7702111A0782 (Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06 (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * __this, String_t* ___name0, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___type1, const RuntimeMethod* method); // System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4 (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * __this, String_t* ___name0, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___type1, int32_t ___parentIndex2, const RuntimeMethod* method); // System.Void System.Xml.Schema.DatatypeImplementation::CreateBuiltinTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_CreateBuiltinTypes_mBE44C3663E874108BAD202EEA8DE3FBDA45C5EBB (const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(System.Array,System.Object,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_mEE8DCE56BBA52F00AD8D47C28B7D247E073966CF (RuntimeArray * ___array0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::op_Explicit(System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * SchemaDatatypeMap_op_Explicit_m87F8EEA935958FF2C47A961C4C17826288394EEE_inline (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * ___sdm0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__ctor_m825B879013BDC8D7A0E13B3AA2AB435EF37DDD5B (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetDatatype(System.Xml.Schema.XmlSchemaDatatype) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDatatype_m5E825337AF8BF75EFD09C4CAF626465E1D2CD5BC_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::.ctor(System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m9D6E34E44A123DAB18122C7EF6D76C104C8A41ED (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___dtype0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::set_ElementDecl(System.Xml.Schema.SchemaElementDecl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaType::get_ElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::set_SchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetBaseSchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetBaseSchemaType_m3EFA19E9738C980D94FB100DA7EF243A985158BC_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetDerivedBy(System.Xml.Schema.XmlSchemaDerivationMethod) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDerivedBy_m7627E8FD31770DFB7B73A37BC2422B8A52DCF599_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__ctor_mC57D2F83F7B3C63359172F3C9265320744AB8642 (XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::set_BaseTypeName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mD6D90852A9A2B6FE061B280225331AFA2090E2E2 (XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleType::set_Content(System.Xml.Schema.XmlSchemaSimpleTypeContent) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m1A2657AE54A9933E7F948EA607415A66934B48EF_inline (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList__ctor_m85D4B50084C37F8A4DC6DB35CB1C48082BEB2655 (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_BaseItemType(System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_BaseItemType_mA01162B9451DC16B7699345BB34F268D9F16E160_inline (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemType(System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_mE94B4F310FBEE96BA22E9441ABA18F58F6053644_inline (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaDatatypeMap_get_Name_mCF730A71F9E6688D0486CFCC1EC1AED42505ADCC_inline (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromTypeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * DatatypeImplementation_FromTypeName_mC2B7BE3640C82DC5510DFB6C8CC6841CC023C05E (String_t* ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::StartBuiltinType(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___dataType1, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_ParentIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_get_ParentIndex_m436CE83B7921498CE6F5999F0C8C4DF419C60AFD_inline (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.DatatypeImplementation::FinishBuiltinType(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3 (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___derivedType0, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___baseType1, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.Datatype_union::HasAtomicMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Datatype_union_HasAtomicMembers_mD8D67AF0C60EDBFCE419EB9911460C15F8681D0B (Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_List::.ctor(System.Xml.Schema.DatatypeImplementation,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_List__ctor_m2D4191119B721B7EE78FE5FE1C4D7C585E047642 (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___type0, int32_t ___minListSize1, const RuntimeMethod* method); // System.String System.Xml.Schema.DatatypeImplementation::GetTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DatatypeImplementation_GetTypeName_mD0C09EAD6474DB8285ED12F64C74F73ED66ED633 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __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_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___source6, const RuntimeMethod* method); // System.Object System.Xml.Schema.XsdSimpleValue::get_TypedValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XsdSimpleValue_get_TypedValue_m148603AEE274F6E3CE1FF2F8040F763B80F1CA55_inline (XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaDatatype::get_TypeCodeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_get_TypeCodeString_m5D03CB7A34F32BE3AE1B3F38AC28310575BFB332 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaDatatype::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaDatatype__ctor_m030AE746ECF2A50083167B1A4469DF939C87B565 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_mA0CD7701AE1FDD32DDAD42AB465C22DBF72DD7AE_inline (const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * XmlSchemaSimpleType_get_Content_m9ED152F7B742244C3F086A4119D2B601B06CBA6A_inline (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::get_BaseItemType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaSimpleTypeList_get_BaseItemType_m7F26231DAA4EFFC7411F7FA963418AF9620EEDFB_inline (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_AnySimpleType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_get_AnySimpleType_m5D4C0C5826765D6BED48F248225E26AB5CCEF072_inline (const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_GetSimpleTypeFromTypeCode_m68A83248FF32DCAC5DDFC28AF9B158459F34555F (int32_t ___typeCode0, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::Create(System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlListConverter_Create_mB3DA5326AE1E69797FFCEDB8B843359C57BF2335 (XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___atomicConverter0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.String[] System.Xml.XmlConvert::SplitString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlConvert_SplitString_m5EDBDD6AC9A11F521EF5FAD18E1F37CF023163F1 (String_t* ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XsdSimpleValue::get_XmlType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XsdSimpleValue_get_XmlType_m0EF165EE75CA5630285EBF60982B3379928EFA1F_inline (XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlMiscConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlQualifiedName_Parse_m1B1DDF5738E04BEB6CF48E0AB0F68885354A5690 (String_t* ___s0, RuntimeObject* ___nsmgr1, String_t** ___prefix2, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17 (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m19F3DF529609C42EBB658048BF2F81EB54A0E991 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.DatatypeImplementation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation__ctor_mB653567FE585BA8DE1D8ED075F16515900FBA46C (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUri_mD7E429CB7202C89D8F917ED998A045902CE3A176 (String_t* ___s0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result1, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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_mB5FF71E1F6453E067F229E7EE2DD493B0B82A1D8 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, bool ___verifyUri2, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.DatatypeImplementation::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_Compare_mE4F1A624D7B4AFFED0819DFC6B5175CDD3C81B90 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value21, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mE08CC857316933F99470E768622A623AFF69C98C (String_t* ___s0, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlBooleanConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlBooleanConverter_Create_mF817BDF29D30556D6A13A8B59E8384B078FD0B7B (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Int32 System.Boolean::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_mC707B7449D158CBC44629E0127379DDE5AEC9F8B (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToBoolean_mD17667099881EEC7AE7DEB922459591442DCD703 (String_t* ___s0, bool* ___result1, const RuntimeMethod* method); // System.Int32 System.SByte::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_m8C6189832C3926CE1A2AEE9588FA137DBFAF3A67 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToSByte(System.String,System.SByte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSByte_m13F4BEF573B9ABAFAC39B77CEB89DC5C602B5B21 (String_t* ___s0, int8_t* ___result1, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.Numeric10FacetsChecker::.ctor(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___minVal0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___maxVal1, const RuntimeMethod* method); // System.Int32 System.Char::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_CompareTo_mE7D17FE8150AD7502B0FD0BF075FD050E544B232 (Il2CppChar* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Char System.Xml.XmlConvert::ToChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_m07D10ACA183420CC7FD54C26F7EF4B61F998FBBB (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToChar_mEE1F6E07863A093A5F708152FF38FD4120C59075 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method); // System.Void System.Xml.Schema.Datatype_dateTimeBase::.ctor(System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, int32_t ___dateTimeFlags0, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlDateTimeConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlDateTimeConverter_Create_m7F7B9D11AC04BB60902D3B0E4E15B96C49FC09F1 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.DateTimeKind System.DateTime::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::CompareTo(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XsdDateTime::TryParse(System.String,System.Xml.Schema.XsdDateTimeFlags,System.Xml.Schema.XsdDateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XsdDateTime_TryParse_m0EE48D42906256858FEB132534920A708C7DFC70 (String_t* ___text0, int32_t ___kinds1, XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * ___result2, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D ___xdt0, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration/DurationType,System.Xml.Schema.XsdDuration&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryParse_m62A437341C407CDF92149A7FE1C851FF2C53041F (String_t* ___s0, int32_t ___durationType1, XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * ___result2, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.Xml.Schema.XsdDuration/DurationType,System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryToTimeSpan_mFDE9EE9A50434F298ECBA45AFE8746A96558826A (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, int32_t ___durationType0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___result1, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric10Converter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlNumeric10Converter_Create_mFAEF0DD77770233CCD3840206753303BA1AC8094 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Int32 System.Decimal::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_mFC0DBAFF3B845D9A39B21F2FF8B8644E0FB1A84A (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDecimal_m24067BD57395D46DAF61C7431D79867EF9CF619C (String_t* ___s0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___result1, 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_mB9DFF414FB23863B982F9D863D6E57867995C7F3 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric2Converter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlNumeric2Converter_Create_m97FB789B0B3EF1246DF7494D855F45FA4CAD4589 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Int32 System.Double::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_mBB5DA0FB12D07AC9EF8A85A414E1586CE67903F6 (double* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToDouble(System.String,System.Double&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDouble_mA7FB6D705C5ACA4196AC08745BB1A9F032707126 (String_t* ___s0, double* ___result1, const RuntimeMethod* method); // System.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Double::IsInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsInfinity_m89D50B57C9F35F8A7101DA0C726F287A5E7FB7C8 (double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m71AF7FE86A4C554C21B059B17CB8B35C2AA33DAF (double ___d0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToTimeSpan_m1E354A7B9DB017D6303F96C1216481BF4F9A2A5A (String_t* ___s0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___result1, const RuntimeMethod* method); // System.Decimal System.Xml.XmlConvert::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlConvert_ToDecimal_m927342742687C6D8947928EB67FD4751149007D2 (String_t* ___s0, 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_m19E426DAC8B94548619BF63ED200DDA53F866F00 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, int32_t ___totalDigits1, int32_t ___fractionDigits2, bool ___checkTotal3, bool ___checkFraction4, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToSingle(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSingle_m5230BCC019FA76E8FB5DB3C6EDCF7EE6E7B96D1A (String_t* ___s0, float* ___result1, const RuntimeMethod* method); // System.Single System.Xml.XmlConvert::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_mB7AA6B41029E834E22E8F08FA2668F03D0984793 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Single::IsInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsInfinity_m688D881718D05186AEA51763E7FE6E43FF5580F3 (float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m2A3E69F652264AF9420D0A313FF3F28344CD9A2A (float ___f0, const RuntimeMethod* method); // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlConvert_FromBinHexString_mF2502CA8CB68A1ED78236C226074D7C9E352F9C7 (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method); // System.Int32 System.Int32::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046 (int32_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToInt32(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt32_m6E6C2851D0A28BFCAC52F83F3B79957BA56B1BA4 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToInteger(System.String,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInteger_m49BC704F942360D333AAFFEAB599912286ADCE8B (String_t* ___s0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___result1, const RuntimeMethod* method); // System.Int32 System.Int64::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6 (int64_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToInt64(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt64_m5F6390CABEE12D376A48CB1E14233CACD4F4985C (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Int32 System.Int16::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09 (int16_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToInt16(System.String,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt16_m1A89A3CC14386098F55A258F26720DC66100C7AF (String_t* ___s0, int16_t* ___result1, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlStringConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlStringConverter_Create_m113B7E6D479BF00A1DF13A5056B55007EF0D18EE (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Int32 System.Byte::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m1414E6ED844263883C709284E6429F2EC069F80A (uint8_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.Byte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToByte_m06DC314F55D3311EE74B0B6201F06810B81FBCD3 (String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method); // System.Int32 System.UInt32::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt32_CompareTo_m7CB8CB32FD5C5208A708FD88A93CF93AABCB61EE (uint32_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToUInt32(System.String,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt32_m1E2E9A6913A82A3CADFA97A1ACB0BEA10703DE44 (String_t* ___s0, uint32_t* ___result1, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m86DF983361BF52A325182A5E8BAD9158612DA25E (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Int32 System.UInt64::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt64_CompareTo_m09A23080254642321CAEC630AD60FD22EEEC07D6 (uint64_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToUInt64(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt64_mA2DA91B56133793616488B6732B7F99065918CFA (String_t* ___s0, uint64_t* ___result1, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_mF6E8CA683C4FB32AE9BF12A02506B8F04C3DDD18 (uint64_t ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC63C39741FDF4CC711673E5F049B94B7EE6092C7 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Int32 System.UInt16::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt16_CompareTo_mC6990B17222C015ACC4D8557EF349E96A97AD0C6 (uint16_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt16_mC19260EFEE702614647A59BFB4BED34FD98A6C70 (String_t* ___s0, uint16_t* ___result1, const RuntimeMethod* method); // System.Boolean System.Guid::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_mEBBDC6C362491914BFCF918799AC1E0AE156E027 (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Guid System.Xml.XmlConvert::ToGuid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_mBD0A679D3E6D01FAAFF77FFD8D14244F956B31D8 (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.Guid&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToGuid_m11929C173FC4D5AF5DE5460DDD9CEC2C067A8CAC (String_t* ___s0, Guid_t * ___result1, 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_mEA017F50F778617221DD94740E703AF681914DBB (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlName::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_GetHashCode_mC1D70B91295CD2D0A3105973C9A9D8C6BEF73856 (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlName::get_HashCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_LocalName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_NamespaceURI() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlName::Create(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlName_Create_m2AC9BF02B9EE728F49100B06360813E23351FA59 (String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method); // System.Void System.Xml.DomNameTable::Grow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DomNameTable_Grow_mE6668F93A4DF6AA3132D7206D04D456CFA5C6E0C (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser__ctor_m4B1019B5AE100F19C354B1B7756FC55DAFF4AE10 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo__ctor_m698835CEBA256CAD8F929513EE0AB71D6E7DE2AD (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaInfo::set_SchemaType(System.Xml.Schema.SchemaType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaInfo_set_SchemaType_m028144676EE0A9E9C551BF420AC1E519DEB1263D_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::Initialize(System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Initialize_m86EF536A67FDC7D992791CF0052F0379DB3E90EF (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, RuntimeObject* ___readerAdapter0, const RuntimeMethod* method); // System.ArgumentException System.Xml.XmlConvert::CreateInvalidNameArgumentException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * XmlConvert_CreateInvalidNameArgumentException_m7E6667B08C99CB7D134696E2A8936FE435FB5FDA (String_t* ___name0, String_t* ___argumentName1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_mFC28F012892C00E0C8A562C6AD235CAF699E1C93 (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaInfo::set_DocTypeName(System.Xml.XmlQualifiedName) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaInfo_set_DocTypeName_m1BA955D8D7D3D96AEE648C9C0439F689ACD65B79_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_mB737298EFE9723B875B65B01CEF409F54076BFBA (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Int32,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_mE230D35A6EC9CCBBFA9A20C94E501DAC174969EA (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, String_t* ___data1, int32_t ___invCharPos2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::Parse(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Parse_m7D74064713C7380FFFD7659CC99F3522C881048A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::InitializeFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_InitializeFreeFloatingDtd_m1A9BE80900384F5C51DF389508F248C67A1D61F0 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, String_t* ___baseUri0, String_t* ___docTypeName1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___internalSubset4, RuntimeObject* ___adapter5, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseFreeFloatingDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseFreeFloatingDtd_mCB947D86BB3D281D35968E5B80703C2E4A50AB6E (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseInDocumentDtd(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseInDocumentDtd_m0BB8F2A1D23F36CA09A2C9FA014B57AAA1527B15 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaInfo::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo_Finish_m113918206B13BCAF463301412BDB18DF2AC54E6E (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 * Dictionary_2_get_Values_m30D3A28E0981D2642797EC0D059B17C3C1FD3A27 (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * __this, const RuntimeMethod* method) { return (( ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 * (*) (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 *, const RuntimeMethod*))Dictionary_2_get_Values_mC8EC343FADAE6B9CB93639D7FBCDB19ACD807DB5_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 ValueCollection_GetEnumerator_mE0EDD8D6F14CAC419E1C87976C3936DF2E95C80C (ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 * __this, const RuntimeMethod* method) { return (( Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 (*) (ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m401C0FF4E5F0194244B19D7B9EF4B173FB7E88C3_gshared)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * Enumerator_get_Current_mD6F713EC3282317C9949946A8DED474D4BD34A2C_inline (Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 * __this, const RuntimeMethod* method) { return (( UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * (*) (Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 *, const RuntimeMethod*))Enumerator_get_Current_m5EAB60888D4E661A01C7F32AD890D785F8B6225B_gshared_inline)(__this, method); } // System.String System.Xml.DtdParser::get_BaseUriStr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __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_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m457F9A19161610DC73BDE79257EC3B887BA352A9 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___severity0, XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ___e1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m402C428C43C2F738F8BA22947F49976C562FF41B (Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 *, const RuntimeMethod*))Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_m1C478E1D706D299BE62793A7CFBD1299799F7F43 (Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 *, const RuntimeMethod*))Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared)(__this, method); } // System.Void System.Xml.DtdParser::LoadParsingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::GetToken(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___needWhiteSpace0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::OnUnexpectedError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.DtdParser::GetNameQualified(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___canHavePrefix0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseExternalId(System.Xml.DtdParser/Token,System.Xml.DtdParser/Token,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseExternalId_m7645254CC6E255B819BB07ED19CCB0437FAF125F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___idTokenType0, int32_t ___declType1, String_t** ___publicId2, String_t** ___systemId3, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::SaveParsingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseInternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseInternalSubset_m8C772D83BE9BE32A97782DDD20269597CD0DAC63 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseExternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseExternalSubset_mE93D133498E323C85BB82CC20A3AA44973262BA0 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseSubset_m269806A5A5086E32B32B327405363434DFB574FC (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseAttlistDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDecl_m6C635C3793CF606934CFC7219CF23651E8518762 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseElementDecl_mB9952F78823BB74E523E8D28E105AEA3BFE26B02 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseEntityDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseEntityDecl_m3A228FC2AA7553A8C929E818C4562CC21C60C12C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseNotationDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseNotationDecl_mFA42CC5ADA58619FC8724817FA780D02FA49C6C6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseComment_mC4BC85998EF51416A5B738E7D90315F53A8CCAD1 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParsePI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParsePI_m1795833CC951DDF930E377350C9E1B64427CE15F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::get_ParsingInternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___curPos0, String_t* ___res1, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseCondSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseCondSection_m4FEE663FD51426916BC37FEC339B9879602ED4D6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::SendValidationEvent(System.Int32,System.Xml.Schema.XmlSeverityType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, int32_t ___severity1, String_t* ___code2, String_t* ___arg3, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::SaveParsingBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_mD7742ABF436AB4A04445A2556F7F3121D40AADDF (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___internalSubsetValueEndPos0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaInfo::set_InternalDtdSubset(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaInfo_set_InternalDtdSubset_m9D3F4A8813F8C0B6A0D811558C582752217BC46A_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ElementDecls() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286 (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **, const RuntimeMethod*))Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared)(__this, ___key0, ___value1, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_UndeclaredElementDecls() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_UndeclaredElementDecls_mC359EC7BD893856AF5E207B653D7848A54BC46F8_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::.ctor(System.Xml.XmlQualifiedName,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m6A983B874C3DC8D4F1D5F8DD2B4019D2901B3729 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, String_t* ___prefix1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Xml.Schema.SchemaAttDef::.ctor(System.Xml.XmlQualifiedName,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef__ctor_m8DD0D5317882F5F07CFAEC259164AB43A6C8D9F3 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, String_t* ___prefix1, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::set_IsDeclaredInExternal(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_IsDeclaredInExternal_mF90EB47072527F6FFA1CFBADD6C644D00B859376_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.DtdParser::get_LineNo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::set_LineNumber(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_LineNumber_mF9A2CF90D506DB944073B5CFF7FBB56C7366CA0B_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.DtdParser::get_LinePos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::set_LinePosition(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_LinePosition_m01F233895BAEAA4CF6073C9A3DD19E55FDE90A97_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::set_Reserved(System.Xml.Schema.SchemaAttDef/Reserve) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_Reserved_m446F2C9A61E13AFE0B7BE5C0BF56A05AC6CF5BA7_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaAttDef::get_LineNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaAttDef::get_LinePosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::Throw(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_mA2BC7B0AEECD4FDF81220C8F55884A16512D6C66 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::CheckXmlSpace(System.Xml.IValidationEventHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_CheckXmlSpace_m3B75B027866FE085CAA4E37ECC7260DB7F3DC96B (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, RuntimeObject* ___validationEventHandling0, const RuntimeMethod* method); // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaElementDecl::GetAttDef(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * SchemaElementDecl_GetAttDef_m5E5EAACCF2B3B77572285CCD458C0ABB1511D803 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseAttlistType(System.Xml.Schema.SchemaAttDef,System.Xml.Schema.SchemaElementDecl,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistType_m38683CCB533A35AC16E8023CD7AA87911F82DCB7 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attrDef0, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___elementDecl1, bool ___ignoreErrors2, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseAttlistDefault(System.Xml.Schema.SchemaAttDef,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDefault_m91331ED42D73FE9B3F6067191AAE3E34B1F0F58C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attrDef0, bool ___ignoreErrors1, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaAttDef::get_DefaultValueExpanded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_get_DefaultValueExpanded_m3DD4309DBF57E2E9C4C2EBA74EE54365C51A88C5 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Xml.XmlTokenizedType System.Xml.Schema.SchemaAttDef::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_TokenizedType_mFB396F9F1E6D2FCBE5190C46CCAD49AC4FFA1A67 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::AddAttDef(System.Xml.Schema.SchemaAttDef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_AddAttDef_mD815781B56044D60F0301E1E62FD5BA0485B5414 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::set_HasNonCDataAttribute(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_HasNonCDataAttribute_m71A7B08BF73328BC4C4D41C48283A1B1BFF8AD97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::IsAttributeValueType(System.Xml.DtdParser/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_IsAttributeValueType_m7F07860F549A9DDBFD1CC2FA06A032485CD37D69 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___token0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::set_TokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_TokenizedType_mF747F8B6BF6ACA99631783CCA1845061A2671600 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaType_GetBuiltInSimpleType_mA8B921185F9B1608AD5BFF799451E233EEA6F55E (int32_t ___typeCode0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsIdDeclared() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsIdDeclared_m13EDDE43FF100460E2B995C3E830985DEC415DAB_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m4D7A7012EAF2A762787497A59B05A144DECB1233 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::set_IsIdDeclared(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsIdDeclared_m42E33419B58A2E0FEB0E36F1F4856BF7749C4EA8_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsNotationDeclared() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsNotationDeclared_mA7291C2A64056CE5A8E6E40DD8FAA1A957982076_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::get_ContentValidator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __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_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::set_IsNotationDeclared(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsNotationDeclared_m11AF6DFF3495628801564AFE2A057ECF95CBE825_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Xml.DtdParser::GetNameString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetNameString_m4409A8C9BC31711E931E683B97AE89B5F8026182 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_Notations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4F01DBE7409811CAB0BBA7AEFBAB4BC028D26FA6_gshared)(__this, ___key0, method); } // System.Void System.Xml.DtdParser::AddUndeclaredNotation(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_AddUndeclaredNotation_m55822FCAF440390D5B8E92A70B611F90356FFC6D (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, String_t* ___notationName0, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Xml.Schema.SchemaDeclBase::get_Values() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * SchemaDeclBase_get_Values_mB5DF89E64CB21C6BE4CEFB9AC1F8103B13744387_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_m2EAD2DADA0478175052301E48FCE772ECD9A6F5F (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Contains_m99C700668AC6D272188471D2D6B784A2B5636C8E_gshared)(__this, ___item0, method); } // System.Void System.Xml.Schema.SchemaDeclBase::AddValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase_AddValue_m5BA85092B3CF9246689A7BB991A6D4159F449B42 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.DtdParser::GetNmtokenString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetNmtokenString_mB64C00CC6F59F00DDD7473E6E352D11DE0377345 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::set_Presence(System.Xml.Schema.SchemaDeclBase/Use) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Presence_m339BCD8DCED7AA6EF30798A12BAFA1E6FEE39F6C_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.DtdParser::GetValueWithStrippedSpaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetValueWithStrippedSpaces_mAF16E6B8826286B9913DDA10BB4F9B5A65EF9260 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::set_DefaultValueExpanded(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_DefaultValueExpanded_m0924B261962F28DC8763F5E5B5DB3FCC34C6A643_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.DtdParser::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::set_ValueLineNumber(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLineNumber_m74AB47ABABDF780437AC039339AF33B312C1321C_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaAttDef::set_ValueLinePosition(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLinePosition_m3C695D5E1F49D484EA2034E69AC61925D13D4518_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.DtdValidator::SetDefaultTypedValue(System.Xml.Schema.SchemaAttDef,System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_SetDefaultTypedValue_mFDA23AD15B48F85C71A00008391825B0E594829D (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, RuntimeObject* ___readerAdapter1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m5FDEA276F22009D24C06DDE9E946C2804AD2382F (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, const RuntimeMethod*))Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared)(__this, ___key0, method); } // System.Void System.Xml.Schema.SchemaElementDecl::set_ContentValidator(System.Xml.Schema.ContentValidator) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, int32_t ___contentType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::OpenGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseElementMixedContent(System.Xml.Schema.ParticleContentValidator,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseElementMixedContent_m76E46E428CBB56E4C468928430AA943F78DD6448 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * ___pcv0, int32_t ___startParenEntityId1, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.ParticleContentValidator::Finish(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, bool ___useDFA0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseElementOnlyContent(System.Xml.Schema.ParticleContentValidator,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseElementOnlyContent_mC4E04E2B136FDC1FE96E9516DD37C67937D8B43D (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * ___pcv0, int32_t ___startParenEntityId1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() inline void Stack_1__ctor_m87732B673211153DE2B375E85DE77F5081E7C9F5 (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * __this, const RuntimeMethod* method) { (( void (*) (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 *, const RuntimeMethod*))Stack_1__ctor_mD782ADAC3AB9809F63B681213A7A39784A9A169A_gshared)(__this, method); } // System.Void System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParseElementOnlyContent_LocalFrame__ctor_mCE0DF8B2AFBE5815810210FAF62D3128D79F209C (ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * __this, int32_t ___startParentEntityIdParam0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) inline void Stack_1_Push_m2237E79C77D3B6C8754995D7E8364E416A264BC3 (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * __this, ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * ___item0, const RuntimeMethod* method) { (( void (*) (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 *, ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D *, const RuntimeMethod*))Stack_1_Push_m37749C6ED558EC2D89F38CF78C833D4EE8A2DF04_gshared)(__this, ___item0, method); } // System.Void System.Xml.Schema.ParticleContentValidator::AddName(System.Xml.XmlQualifiedName,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddName_m4AD6407EF80604C1838783CD9B392949F1185577 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, RuntimeObject * ___particle1, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ParseHowMany(System.Xml.Schema.ParticleContentValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseHowMany_m4ED59A99219D5ED3EB052DA320DF38696E87A0A1 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * ___pcv0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddSequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddSequence_mA963AD9B631CA8A910CA4B115F408AE71BFE4B53 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddChoice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddChoice_m5F8A03AC7F590C92762A57DF512E798F1E57EC83 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::CloseGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() inline ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * Stack_1_Pop_mB7ED1C331BD1EC00864C366637799FF8B69C7F07 (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * __this, const RuntimeMethod* method) { return (( ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * (*) (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 *, const RuntimeMethod*))Stack_1_Pop_m9503124BACE0FDA402D22BC901708C5D99063C12_gshared)(__this, method); } // System.Int32 System.Collections.Generic.Stack`1::get_Count() inline int32_t Stack_1_get_Count_mE94EAB56D6338C31D793E1F23AEDAA1BC3E32D2C_inline (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 *, const RuntimeMethod*))Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline)(__this, method); } // !0 System.Collections.Generic.Stack`1::Peek() inline ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * Stack_1_Peek_mB03BA904E430A45CC0771F1BA83E8E90C7427AAA (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * __this, const RuntimeMethod* method) { return (( ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * (*) (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 *, const RuntimeMethod*))Stack_1_Peek_mD6F4A2DD2C67EABB3582BA28D2C13130DC8D828E_gshared)(__this, method); } // System.Void System.Xml.Schema.ParticleContentValidator::AddStar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddQMark() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddQMark_m6070B936D44FE99227A626DAB134B68B7DBF3254 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddPlus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddPlus_m67886BDB9DA79814375C6536F897B264101550E0 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.ParticleContentValidator::Exists(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParticleContentValidator_Exists_m17D51B4D1561EB266A8C233F04E6CDB5498FDD5C (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::.ctor(System.Xml.XmlQualifiedName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity__ctor_m3B9599DA8C72FC6A07423C38B498732E9CC83750 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, bool ___isParameter1, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_BaseURI(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_BaseURI_mAFDEA9BFF892FAFF701CC4FFEA1CCEEFD538273D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_DeclaredURI(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredURI_mB92A24929A2B6BF67539EFF155615B5AB9150BC8_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ParameterEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mA3FFAC67AA8E18AD5B2A289744503F03016C125F (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, const RuntimeMethod*))Dictionary_2_ContainsKey_m4F01DBE7409811CAB0BBA7AEFBAB4BC028D26FA6_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m7A757361EEA17AE70FE276F92E3EF3E2ADCEEE34 (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_GeneralEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_DeclaredInExternal(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredInExternal_m2EFCE2B9E2965C92F97BE69E2D2AA66E0EB9C2D4_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_ParsingInProgress(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_ParsingInProgress_m53B2A6A3A2E573092B19EBA5FFAF368C2BE5A9AB_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_IsExternal(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_IsExternal_m65463934D765AA2DAE0D569F437B722B9E75E75B_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_Url(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Url_m61E1D8C602A7F2130760E1E32C1B7D7916E6E7F7 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_Pubid(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_Pubid_m08846B90B1DBAE7F2D949336C2A1D0D67968FC00_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___curPos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_NData(System.Xml.XmlQualifiedName) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_NData_mD493C42553D9780205C808988FBA4D0F1C40C9B9_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Text_mB2CF52174840CDA901F5F20B909BD8C3A040EF08 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_Line(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_Line_mC763565D1C187F4541E42EE21CA76C57EBEA6D72_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_Pos(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_Pos_mA925BE118C0633173B4C94FD041BEBC5AD5F4674_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_mFB7F47362AC203748B9BBE9447BEFF79FAF03C38 (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared)(__this, ___key0, method); } // System.Void System.Xml.Schema.SchemaNotation::.ctor(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaNotation__ctor_mB9B6D9AC3CA75E0B70AB342EE0B4630256799DEF (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m00609D36B3516F9EB2C6E7E2966DFCBF288E8C25 (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * __this, String_t* ___key0, SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 *, String_t*, SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Xml.Schema.SchemaNotation::set_SystemLiteral(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaNotation_set_SystemLiteral_m130B3E892EBAF4EAF49AE59324CC1034F5094BBE_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaNotation::set_Pubid(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaNotation_set_Pubid_mE52000D2E246F07911EFD3222028AC6F306BA9A6_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mBC7DCD808072C62B87F78A58313831C3A7AB6CB0 (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Xml.DtdParser/UndeclaredNotation::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UndeclaredNotation__ctor_m7FFBDED56FC38644875FF424EC8028C447102629 (UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * __this, String_t* ___name0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m35A7DFA27486DFC2030FDAEE23FB43B488177E69 (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * __this, String_t* ___key0, UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 *, String_t*, UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B **, const RuntimeMethod*))Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m148257C882469D381BA1DDBCAF3776BDA5F3B249 (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * __this, String_t* ___key0, UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 *, String_t*, UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Xml.DtdParser::get_SaveInternalSubsetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_SaveInternalSubsetValue_mA48F2E11AFE13FF2BA5599DD788115118845A710 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlException::get_ResString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___curPos0, String_t* ___res1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m4CBF2A74FB65655B0BB1452CA748E9CF78D974ED (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_m13B8EC1001A9326892B6D9555AC87829ADCBD18C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::get_Normalize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10_inline (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::get_IgnoreEntityReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_IgnoreEntityReferences_m34E989F65263B618059B84CF058B3526F30CB478 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_mAD7EC14CC28448618EC4C386AA1A8C49FAFC396F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___paramEntity0, bool ___inLiteral1, bool ___inAttribute2, const RuntimeMethod* method); // System.String System.Xml.DtdParser::ParseUnexpectedToken(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_ParseUnexpectedToken_m6BD8CD51F6D2F8C84CE81D9A308F456A7397DA75 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___startPos0, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNameExpected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNameExpected_m3FD29F52C7D943C6E24335ED11853C5CE786265B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanQNameExpected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanQNameExpected_m0628CEF1404329AD748B3E36DCCEF1F9EC6AAB9D (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNmtokenExpected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNmtokenExpected_mE8B5ACE2FC0DF782014D3E83204C832110278992 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanSubsetContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSubsetContent_m0B4988B595742D989C0400B705D84E382C1D6160 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanDoctype1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype1_mAD2D28FACE8708911EB9BCDFD6931E224367B323 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanDoctype2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype2_m8BEC334D6E6732BE4D34A341C4AD85E81EFE8045 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement1_m96A48E0C9638B7BA75928AA490DFE9E2A1ACD0BC (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement2_m7040DFA9F00421A3EB5981D0B736EE232EBC7643 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement3_m04D0359746AC4A20C927D274D71D876B16801C91 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement4_m2F8C4EAB4A5B2588C8EA37E827E4921B556E765A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement5_mE10AAB36033106C577F2173738F373E7F6D5F06B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement6_mFB3551A6CB563C9A9347790CE3E48FE8E3E13561 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement7() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement7_m8A1B96CD7B7FFA54F46A8362E4E360C36CE4BCB3 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist1_m6EE34513AE6ABB03E9B0D7EE8263BB932724A77A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist2_m18B52123ED8BA51CD64AA1DB00F46E017A8E1B39 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist3_m87D5EADE52E94923E1800B0971EB05FF9B5236FE (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist4_mCB75A80671A50FE72634BBF50D18A41C83BBF5E2 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist5_m5C9EC4B4151097877BCA8EF98FC47441D3399D10 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist6_mE9DAB1AD1ACFBBC852DC557D10C333835AD7C1FE (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist7() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist7_m430FBFE530A2239C3C7552920BAF97F6E5920A92 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNotation1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNotation1_m0DEB0B55D70E791C8D9FD5C6713A5E474D0F7402 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanSystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSystemId_m2255EB934F98800B8FF4E964C0F14E95627E6A3C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanPublicId1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId1_m32E69105EC36334634753FEC7718F7C2518986F7 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanPublicId2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId2_m1B3CD4139087A7FFBD93F3F12FEDD62CA94FA95C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity1_m2869DF813A44798E7E30AB9FD2D5ABB6C5FC0D67 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity2_m511FE3C6F9AD1C43F53C8A5315F27272235234A6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity3_mB5CFEEDE1BECC40F148BFAD4D6B39686AF18F396 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection1_m596220E9678E84F03FAD03B1F965E650057703A6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection2_m02DBE86F64CD51B20E99F0ADDDEC817C693C8BF4 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection3_m13595B2666A8A507D0793C3A4024D6488E1451A4 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanClosingTag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanClosingTag_m76FA4B57E01BB15529455036E83CFC20FE33C20E (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.DtdParser::ReadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::HandleEntityEnd(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityEnd_m354C09D9399AD3C91FCA518ED0BE71D4F5BCC78B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___inLiteral0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ScanName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanName_m68E02DF68D0D64AA3CE9DA317F08444A45C396D1 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ScanQName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanQName_mB02ED44C73FFAAF8A9C6C10D44F7C32EAF00B8DC (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ScanNmtoken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanNmtoken_mA8DA56F1861A144EC1F4B51E26213D09629C957E (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::EatPublicKeyword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_EatPublicKeyword_mFA3045751D92260847D954B679F4A535BBE7A0E3 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::EatSystemKeyword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_EatSystemKeyword_m435D865460A8D05EB3B37417B78EE8D4A67B7C43 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanLiteral(System.Xml.DtdParser/LiteralType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___literalType0, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, 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_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB (StringBuilder_t * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m65E6BAAF1BBC77E8359E7365E64C35C159A4B8BC (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.DtdParser::ScanEntityName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * DtdParser_ScanEntityName_mF3D4944DF6D4720F09358C92BBFD00368175BDC6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Xml.Schema.SchemaEntity System.Xml.DtdParser::VerifyEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * DtdParser_VerifyEntityReference_m110AAA443CAD4F49BE238DE1D99AEDDA66BDCEC6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___entityName0, bool ___paramEntity1, bool ___mustBeDeclared2, bool ___inAttribute3, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065 (int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9 (int32_t ___ch0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlException::get_LineNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlException::get_LinePosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Xml.DtdParser::ScanQName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanQName_m4670F095EA45D3AB3E4AD94C9D52964DCF752D22 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___isQName0, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::get_SupportNamespaces() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DtdParser_get_SupportNamespaces_mF44A852D0C34E9E69AA01A1967EB42D7AFEF5A3C_inline (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::ReadDataInName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_ReadDataInName_m814D25BA6102D5F4B456774D7218E8D131D818F3 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m0F085E40E6B5FF127E5424137B2CE4C22570288B (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___data0, int32_t ___length1, int32_t ___invCharIndex2, const RuntimeMethod* method); // System.String System.Xml.DtdParser::StripSpaces(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_StripSpaces_mFF5D2A728DF48D2AB1EA8006E268DE0C47464D8E (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_m29D8F3ED21C428E725E9191BB73AE77E58169499 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___entityName0, bool ___paramEntity1, bool ___inLiteral2, bool ___inAttribute3, const RuntimeMethod* method); // System.Boolean System.Xml.DtdParser::get_ParsingTopLevelMarkup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingTopLevelMarkup_mE527DE27B12F50820E3A432C5E2FC665421D950C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SchemaEntity::get_ParsingInProgress() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_ParsingInProgress_m560545FEA4040F3DCD9D3E98C9AB97313D4A9378_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SchemaEntity::get_IsExternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m66AE94E1BCD78D097CABE71BEF584B1F8F5C549C (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E **, const RuntimeMethod*))Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4A3D0B32ECAF78CED628221C7F4F961C27115D27 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m6B1DE4874CB2E413D1DE40B49205BB5EFB34642A (String_t* ___data0, int32_t ___invCharIndex1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m090DE44E9EE459B1F4D428363E55AECB90555EDD (String_t* ___s0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_002a; } } { V_0 = ((int32_t)-2128831035); V_1 = 0; goto IL_0021; } IL_000d: { String_t* L_1 = ___s0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); uint32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_4)), (int32_t)((int32_t)16777619))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0021: { int32_t L_6 = V_1; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000d; } } IL_002a: { uint32_t L_9 = V_0; return L_9; } } #ifdef __clang__ #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.Base64Encoder::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Flush_m7C096C39FD6F6EB5AAEBB7C5ED816DD8F24CA5B0 (Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_leftOverBytesCount_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0038; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_leftOverBytes_0(); int32_t L_2 = __this->get_leftOverBytesCount_1(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_charsLine_2(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Convert_ToBase64CharArray_m86C8F52FAD5E0A65E18549AF72AF0C3222DFA3D3(L_1, 0, L_2, L_3, 0, /*hidden argument*/NULL); V_0 = L_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get_charsLine_2(); int32_t L_6 = V_0; VirtActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(4 /* System.Void System.Xml.Base64Encoder::WriteChars(System.Char[],System.Int32,System.Int32) */, __this, L_5, 0, L_6); __this->set_leftOverBytesCount_1(0); } IL_0038: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Xml.BinHexDecoder::get_IsFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinHexDecoder_get_IsFull_mC730D4C022B2B823773ADE8DCD3BFCA3AACC1602 (BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curIndex_1(); int32_t L_1 = __this->get_endIndex_2(); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // System.Int32 System.Xml.BinHexDecoder::Decode(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinHexDecoder_Decode_mF95A07537E976CE892D75E86899C2106AD48D2FF (BinHexDecoder_tDB790DC0352B86D4CDAD200CB52F2A7EEC68B242 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; uint8_t* V_3 = NULL; uint8_t* V_4 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___chars0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F04E415359BAAEA12C3DA482EAACC98D2F7EDC8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexDecoder_Decode_mF95A07537E976CE892D75E86899C2106AD48D2FF_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___len2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50F39E434D2F5790A2F8998AC61DFE974815FC8C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexDecoder_Decode_mF95A07537E976CE892D75E86899C2106AD48D2FF_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___startPos1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002c; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD0CFC77D43A44B5A4A2B697D7DB3704358153834)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexDecoder_Decode_mF95A07537E976CE892D75E86899C2106AD48D2FF_RuntimeMethod_var))); } IL_002c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___chars0; NullCheck(L_6); int32_t L_7 = ___startPos1; int32_t L_8 = ___len2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_003f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50F39E434D2F5790A2F8998AC61DFE974815FC8C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexDecoder_Decode_mF95A07537E976CE892D75E86899C2106AD48D2FF_RuntimeMethod_var))); } IL_003f: { int32_t L_10 = ___len2; if (L_10) { goto IL_0044; } } { return 0; } IL_0044: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = ___chars0; int32_t L_12 = ___startPos1; NullCheck(L_11); V_2 = (Il2CppChar*)((L_11)->GetAddressAt(static_cast(L_12))); Il2CppChar* L_13 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_buffer_0(); int32_t L_15 = __this->get_curIndex_1(); NullCheck(L_14); V_4 = (uint8_t*)((L_14)->GetAddressAt(static_cast(L_15))); uint8_t* L_16 = V_4; V_3 = (uint8_t*)((uintptr_t)L_16); uintptr_t L_17 = ((uintptr_t)L_13); int32_t L_18 = ___len2; uint8_t* L_19 = V_3; uint8_t* L_20 = V_3; int32_t L_21 = __this->get_endIndex_2(); int32_t L_22 = __this->get_curIndex_1(); bool* L_23 = __this->get_address_of_hasHalfByteCached_3(); uint8_t* L_24 = __this->get_address_of_cachedHalfByte_4(); BinHexDecoder_Decode_m46B323982F3912AEFE7E55050A154FC33EC3CDBB((Il2CppChar*)(Il2CppChar*)L_17, (Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)2)))), (uint8_t*)(uint8_t*)L_19, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)))), (bool*)L_23, (uint8_t*)L_24, (int32_t*)(&V_1), (int32_t*)(&V_0), /*hidden argument*/NULL); V_4 = (uint8_t*)((uintptr_t)0); V_2 = (Il2CppChar*)((uintptr_t)0); int32_t L_25 = __this->get_curIndex_1(); int32_t L_26 = V_0; __this->set_curIndex_1(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26))); int32_t L_27 = V_1; return L_27; } } // System.Byte[] System.Xml.BinHexDecoder::Decode(System.Char[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BinHexDecoder_Decode_mC06C9A0B4D48C2759B3033776BDE4BB6AE49384A (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, bool ___allowOddChars1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; uint8_t V_5 = 0x0; Il2CppChar* V_6 = NULL; uint8_t* V_7 = NULL; uint8_t* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___chars0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F04E415359BAAEA12C3DA482EAACC98D2F7EDC8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexDecoder_Decode_mC06C9A0B4D48C2759B3033776BDE4BB6AE49384A_RuntimeMethod_var))); } IL_000e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___chars0; NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); int32_t L_3 = V_0; if (L_3) { goto IL_001c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); return L_4; } IL_001c: { int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))/(int32_t)2))); V_1 = L_6; V_4 = (bool)0; V_5 = (uint8_t)0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = ___chars0; NullCheck(L_7); V_6 = (Il2CppChar*)((L_7)->GetAddressAt(static_cast(0))); Il2CppChar* L_8 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; NullCheck(L_9); V_8 = (uint8_t*)((L_9)->GetAddressAt(static_cast(0))); uint8_t* L_10 = V_8; V_7 = (uint8_t*)((uintptr_t)L_10); uintptr_t L_11 = ((uintptr_t)L_8); int32_t L_12 = V_0; uint8_t* L_13 = V_7; uint8_t* L_14 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; NullCheck(L_15); BinHexDecoder_Decode_m46B323982F3912AEFE7E55050A154FC33EC3CDBB((Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_12), (int32_t)2)))), (uint8_t*)(uint8_t*)L_13, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))), (bool*)(&V_4), (uint8_t*)(&V_5), (int32_t*)(&V_3), (int32_t*)(&V_2), /*hidden argument*/NULL); V_8 = (uint8_t*)((uintptr_t)0); V_6 = (Il2CppChar*)((uintptr_t)0); bool L_16 = V_4; if (!L_16) { goto IL_0082; } } { bool L_17 = ___allowOddChars1; if (L_17) { goto IL_0082; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = ___chars0; String_t* L_19; L_19 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_18, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_20 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA5E1CA6F7C4B79C4153E5E7A887FD406FDC5545)), L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexDecoder_Decode_mC06C9A0B4D48C2759B3033776BDE4BB6AE49384A_RuntimeMethod_var))); } IL_0082: { int32_t L_21 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; NullCheck(L_22); if ((((int32_t)L_21) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_009e; } } { int32_t L_23 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_23); V_9 = L_24; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_9; int32_t L_27 = V_2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_25, 0, (RuntimeArray *)(RuntimeArray *)L_26, 0, L_27, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_9; V_1 = L_28; } IL_009e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; return L_29; } } // System.Void System.Xml.BinHexDecoder::Decode(System.Char*,System.Char*,System.Byte*,System.Byte*,System.Boolean&,System.Byte&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinHexDecoder_Decode_m46B323982F3912AEFE7E55050A154FC33EC3CDBB (Il2CppChar* ___pChars0, Il2CppChar* ___pCharsEndPos1, uint8_t* ___pBytes2, uint8_t* ___pBytesEndPos3, bool* ___hasHalfByteCached4, uint8_t* ___cachedHalfByte5, int32_t* ___charsDecoded6, int32_t* ___bytesDecoded7, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; uint8_t* V_1 = NULL; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA V_2; memset((&V_2), 0, sizeof(V_2)); uint8_t V_3 = 0x0; Il2CppChar V_4 = 0x0; { Il2CppChar* L_0 = ___pChars0; V_0 = (Il2CppChar*)L_0; uint8_t* L_1 = ___pBytes2; V_1 = (uint8_t*)L_1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_2; L_2 = XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB(/*hidden argument*/NULL); V_2 = L_2; goto IL_00a3; } IL_000f: { Il2CppChar* L_3 = V_0; Il2CppChar* L_4 = (Il2CppChar*)L_3; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)2)); int32_t L_5 = *((uint16_t*)L_4); V_4 = L_5; Il2CppChar L_6 = V_4; if ((((int32_t)L_6) < ((int32_t)((int32_t)97)))) { goto IL_002f; } } { Il2CppChar L_7 = V_4; if ((((int32_t)L_7) > ((int32_t)((int32_t)102)))) { goto IL_002f; } } { Il2CppChar L_8 = V_4; V_3 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))); goto IL_0082; } IL_002f: { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) < ((int32_t)((int32_t)65)))) { goto IL_0047; } } { Il2CppChar L_10 = V_4; if ((((int32_t)L_10) > ((int32_t)((int32_t)70)))) { goto IL_0047; } } { Il2CppChar L_11 = V_4; V_3 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))))); goto IL_0082; } IL_0047: { Il2CppChar L_12 = V_4; if ((((int32_t)L_12) < ((int32_t)((int32_t)48)))) { goto IL_005c; } } { Il2CppChar L_13 = V_4; if ((((int32_t)L_13) > ((int32_t)((int32_t)57)))) { goto IL_005c; } } { Il2CppChar L_14 = V_4; V_3 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)48))))); goto IL_0082; } IL_005c: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = L_15.get_charProperties_2(); Il2CppChar L_17 = V_4; NullCheck(L_16); Il2CppChar L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); if (((int32_t)((int32_t)L_19&(int32_t)1))) { goto IL_00a3; } } { Il2CppChar* L_20 = ___pChars0; Il2CppChar* L_21 = ___pCharsEndPos1; Il2CppChar* L_22 = ___pChars0; String_t* L_23; L_23 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_20, 0, ((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, (intptr_t)L_22))/(int32_t)2)))))), /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_24 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD120A25823B4E6A16F847243FD4B4494D53A017C)), L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexDecoder_Decode_m46B323982F3912AEFE7E55050A154FC33EC3CDBB_RuntimeMethod_var))); } IL_0082: { bool* L_25 = ___hasHalfByteCached4; int32_t L_26 = *((uint8_t*)L_25); if (!L_26) { goto IL_009b; } } { uint8_t* L_27 = V_1; uint8_t* L_28 = (uint8_t*)L_27; V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)1)); uint8_t* L_29 = ___cachedHalfByte5; int32_t L_30 = *((uint8_t*)L_29); uint8_t L_31 = V_3; *((int8_t*)L_28) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_30<<(int32_t)4)), (int32_t)L_31)))); bool* L_32 = ___hasHalfByteCached4; *((int8_t*)L_32) = (int8_t)0; goto IL_00a3; } IL_009b: { uint8_t* L_33 = ___cachedHalfByte5; uint8_t L_34 = V_3; *((int8_t*)L_33) = (int8_t)L_34; bool* L_35 = ___hasHalfByteCached4; *((int8_t*)L_35) = (int8_t)1; } IL_00a3: { Il2CppChar* L_36 = V_0; Il2CppChar* L_37 = ___pCharsEndPos1; if ((!(((uintptr_t)L_36) < ((uintptr_t)L_37)))) { goto IL_00ae; } } { uint8_t* L_38 = V_1; uint8_t* L_39 = ___pBytesEndPos3; if ((!(((uintptr_t)L_38) >= ((uintptr_t)L_39)))) { goto IL_000f; } } IL_00ae: { int32_t* L_40 = ___bytesDecoded7; uint8_t* L_41 = V_1; uint8_t* L_42 = ___pBytes2; *((int32_t*)L_40) = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_41, (intptr_t)L_42))/(int32_t)1)))))); int32_t* L_43 = ___charsDecoded6; Il2CppChar* L_44 = V_0; Il2CppChar* L_45 = ___pChars0; *((int32_t*)L_43) = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_44, (intptr_t)L_45))/(int32_t)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.String System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BinHexEncoder_Encode_m68E145CA10B94A3D2818160779E999E43FD170DA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___inArray0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB77C51162F9B76C1135D72465C09B899FF505927)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexEncoder_Encode_m68E145CA10B94A3D2818160779E999E43FD170DA_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offsetIn1; if ((((int32_t)0) <= ((int32_t)L_2))) { goto IL_001d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFB36F69DD323FF604AB5F1235E31F803043EA10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexEncoder_Encode_m68E145CA10B94A3D2818160779E999E43FD170DA_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___count2; if ((((int32_t)0) <= ((int32_t)L_4))) { goto IL_002c; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexEncoder_Encode_m68E145CA10B94A3D2818160779E999E43FD170DA_RuntimeMethod_var))); } IL_002c: { int32_t L_6 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___inArray0; NullCheck(L_7); int32_t L_8 = ___offsetIn1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)L_8))))) { goto IL_003f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinHexEncoder_Encode_m68E145CA10B94A3D2818160779E999E43FD170DA_RuntimeMethod_var))); } IL_003f: { int32_t L_10 = ___count2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_10))); V_0 = L_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___inArray0; int32_t L_13 = ___offsetIn1; int32_t L_14 = ___count2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = V_0; int32_t L_16; L_16 = BinHexEncoder_Encode_m7938ACD9B9EC206E0E952FE186F83D74536F5FFE(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); V_1 = L_16; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = V_0; int32_t L_18 = V_1; String_t* L_19; L_19 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_17, 0, L_18, /*hidden argument*/NULL); return L_19; } } // System.Int32 System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinHexEncoder_Encode_m7938ACD9B9EC206E0E952FE186F83D74536F5FFE (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___outArray3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; int32_t V_4 = 0; { V_0 = 0; V_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___outArray3; NullCheck(L_0); V_3 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); V_4 = 0; goto IL_004d; } IL_000d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___inArray0; int32_t L_2 = ___offsetIn1; int32_t L_3 = L_2; ___offsetIn1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); NullCheck(L_1); int32_t L_4 = L_3; uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); V_2 = L_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___outArray3; int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_9 = V_2; NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)((int32_t)L_9>>(int32_t)4)), /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(L_8), (Il2CppChar)L_10); int32_t L_11 = V_0; int32_t L_12 = V_3; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0052; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = ___outArray3; int32_t L_14 = V_0; int32_t L_15 = L_14; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); uint8_t L_16 = V_2; NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)((int32_t)L_16&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(L_15), (Il2CppChar)L_17); int32_t L_18 = V_0; int32_t L_19 = V_3; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_0052; } } { int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_004d: { int32_t L_21 = V_4; int32_t L_22 = ___count2; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_000d; } } IL_0052: { int32_t L_23 = V_0; int32_t L_24 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)); } } #ifdef __clang__ #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.Boolean System.Xml.BinaryCompatibility::get_TargetsAtLeast_Desktop_V4_5_2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mDEFDF9D5E7D544663030CF84399725D0A2025D22 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); bool L_0 = ((BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var))->get__targetsAtLeast_Desktop_V4_5_2_0(); return L_0; } } // System.Boolean System.Xml.BinaryCompatibility::RunningOnCheck(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryCompatibility_RunningOnCheck_m3BDC16CB30819610A49890579FC80EEE4911F3C9 (String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA1CEECEE55D86E0910B957EE08C6706B691941B); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; PropertyInfo_t * V_1 = NULL; bool V_2 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F * L_2; L_2 = IntrospectionExtensions_GetTypeInfo_mE92A9ABFFC5E5BDDA5C87FA75BB662E669B8C94A(L_1, /*hidden argument*/NULL); NullCheck(L_2); Assembly_t * L_3; L_3 = VirtFuncInvoker0< Assembly_t * >::Invoke(24 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_2); NullCheck(L_3); Type_t * L_4; L_4 = VirtFuncInvoker2< Type_t *, String_t*, bool >::Invoke(18 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean) */, L_3, _stringLiteralDA1CEECEE55D86E0910B957EE08C6706B691941B, (bool)0); V_0 = L_4; goto IL_0027; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0022; } throw e; } CATCH_0022: { // begin catch(System.TypeLoadException) V_2 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0054; } // end catch (depth: 1) IL_0027: { Type_t * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } { return (bool)0; } IL_0032: { Type_t * L_7 = V_0; String_t* L_8 = ___propertyName0; NullCheck(L_7); PropertyInfo_t * L_9; L_9 = Type_GetProperty_m3C862A51D0B10889115A9EB53CBBDC7C3883D26F(L_7, L_8, ((int32_t)56), /*hidden argument*/NULL); V_1 = L_9; PropertyInfo_t * L_10 = V_1; bool L_11; L_11 = PropertyInfo_op_Equality_mA31D091F79905A0F888F66DE48E56805F4DB12E2(L_10, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0047; } } { return (bool)0; } IL_0047: { PropertyInfo_t * L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13; L_13 = PropertyInfo_GetValue_m2E9CA9EBD5971D3A30DDCB07A720A978AB9E18AE(L_12, NULL, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_13, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } IL_0054: { bool L_14 = V_2; return L_14; } } // System.Void System.Xml.BinaryCompatibility::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryCompatibility__cctor_m7A05B0FE8E6C1677DC6B3D6BF263B8E8E29204FF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76E62F453A24947850B05E49CB623C3DC2533C64); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = BinaryCompatibility_RunningOnCheck_m3BDC16CB30819610A49890579FC80EEE4911F3C9(_stringLiteral76E62F453A24947850B05E49CB623C3DC2533C64, /*hidden argument*/NULL); ((BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var))->set__targetsAtLeast_Desktop_V4_5_2_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception System.Xml.Schema.BinaryFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * BinaryFacetsChecker_CheckValueFacets_mF8569684AB1F34D24DEA368413BE56BCBA351D94 (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = ___datatype1; Exception_t * L_3; L_3 = VirtFuncInvoker2< Exception_t *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::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_m3F63C2ACD48EF392B79E90AE3F4D4BCFB626B38A (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, 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_t9C48B8133469BABC05D561C654585F0584FB25DA_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_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype1; NullCheck(L_0); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_1; L_1 = VirtFuncInvoker0< RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value0; NullCheck(L_2); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_3 = V_0; if (L_3) { goto IL_0011; } } { G_B3_0 = 0; goto IL_0017; } IL_0011: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_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&(int32_t)1))) { goto IL_003c; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_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))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_12 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_12, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_11, /*hidden argument*/NULL); return L_12; } IL_003c: { int32_t L_13 = V_2; if (!((int32_t)((int32_t)L_13&(int32_t)2))) { goto IL_005a; } } { int32_t L_14 = V_1; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_15 = V_0; NullCheck(L_15); int32_t L_16 = L_15->get_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))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_18 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_18, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_17, /*hidden argument*/NULL); return L_18; } IL_005a: { int32_t L_19 = V_2; if (!((int32_t)((int32_t)L_19&(int32_t)4))) { goto IL_0078; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_20 = V_0; NullCheck(L_20); int32_t L_21 = L_20->get_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))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_24 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_24, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_23, /*hidden argument*/NULL); return L_24; } IL_0078: { int32_t L_25 = V_2; if (!((int32_t)((int32_t)L_25&(int32_t)((int32_t)16)))) { goto IL_009e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_27 = V_0; NullCheck(L_27); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_28 = L_27->get_Enumeration_4(); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_29 = ___datatype1; bool L_30; L_30 = BinaryFacetsChecker_MatchEnumeration_mE693CAD2DC1A355411B1F25D152399B71D7BFA48(__this, L_26, L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_009e; } } { String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_32 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_32, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_31, /*hidden argument*/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_m48116EB02F6BC0B5E5AA26D1AA1311C299CF71E3 (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * __this, RuntimeObject * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___enumeration1; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = ___datatype2; bool L_3; L_3 = BinaryFacetsChecker_MatchEnumeration_mE693CAD2DC1A355411B1F25D152399B71D7BFA48(__this, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), L_1, L_2, /*hidden argument*/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_mE693CAD2DC1A355411B1F25D152399B71D7BFA48 (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001f; } IL_0004: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ___enumeration1; int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); NullCheck(L_0); int32_t L_5; L_5 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, (RuntimeObject *)(RuntimeObject *)L_1, (RuntimeObject *)(RuntimeObject *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_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((int32_t)L_6, (int32_t)1)); } IL_001f: { int32_t L_7 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = ___enumeration1; NullCheck(L_8); int32_t L_9; L_9 = VirtFuncInvoker0< int32_t >::Invoke(19 /* 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_m9C9DBC420AF97A6DED97D800FFE18E45517F6104 (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * __this, const RuntimeMethod* method) { { FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.BitSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_m60DF6D2791BD497B3A5830D864A0967CB6AB45D6 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.BitSet::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___count0; __this->set_count_0(L_0); int32_t L_1 = ___count0; int32_t L_2; L_2 = BitSet_Subscript_m418D20EF852E6878DB870E04BD14C3E7B26D2601(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)31))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_bits_1(L_3); return; } } // System.Int32 System.Xml.Schema.BitSet::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_0(); return L_0; } } // System.Boolean System.Xml.Schema.BitSet::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_get_Item_m2695BC4DFBA9F8E1517F7F5D344C5FE012EC29E4 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; bool L_1; L_1 = BitSet_Get_m5431B8769AEE81516E51D98948287620A638B5F8(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Schema.BitSet::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Clear_mDEB2E185167940AF35FED9A5788A53554A061DE9 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_bits_1(); NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); goto IL_0014; } IL_000b: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_bits_1(); int32_t L_2 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint32_t)0); } IL_0014: { int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_000b; } } { return; } } // System.Void System.Xml.Schema.BitSet::Set(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Set_m537E6F3B227408BA917DD58BAE786DCD659E6F77 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___index0; int32_t L_1; L_1 = BitSet_Subscript_m418D20EF852E6878DB870E04BD14C3E7B26D2601(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; BitSet_EnsureLength_m55CE8C4C1F90D96F2988B75A904A292B4A36B09D(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get_bits_1(); int32_t L_4 = V_0; NullCheck(L_3); uint32_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4))); int32_t L_6 = *((uint32_t*)L_5); int32_t L_7 = ___index0; *((int32_t*)L_5) = (int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))); return; } } // System.Boolean System.Xml.Schema.BitSet::Get(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Get_m5431B8769AEE81516E51D98948287620A638B5F8 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___index0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { V_0 = (bool)0; int32_t L_0 = ___index0; int32_t L_1 = __this->get_count_0(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_002c; } } { int32_t L_2 = ___index0; int32_t L_3; L_3 = BitSet_Subscript_m418D20EF852E6878DB870E04BD14C3E7B26D2601(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get_bits_1(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); int32_t L_8 = ___index0; V_0 = (bool)((!(((uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_7))&(int64_t)((int64_t)((int64_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } IL_002c: { bool L_9 = V_0; return L_9; } } // System.Int32 System.Xml.Schema.BitSet::NextSet(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___startFrom0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; { int32_t L_0 = ___startFrom0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); int32_t L_1 = V_0; int32_t L_2 = __this->get_count_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_000f; } } { return (-1); } IL_000f: { int32_t L_3 = V_0; int32_t L_4; L_4 = BitSet_Subscript_m418D20EF852E6878DB870E04BD14C3E7B26D2601(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)L_5&(int32_t)((int32_t)31))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_bits_1(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint32_t L_9 = (L_6)->GetAt(static_cast(L_8)); int32_t L_10 = V_0; V_2 = ((int32_t)((uint32_t)L_9>>((int32_t)((int32_t)L_10&(int32_t)((int32_t)31))))); goto IL_0048; } IL_002c: { int32_t L_11 = V_1; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_1 = L_12; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = __this->get_bits_1(); NullCheck(L_13); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))))) { goto IL_003d; } } { return (-1); } IL_003d: { V_0 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = __this->get_bits_1(); int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_2 = L_17; } IL_0048: { uint32_t L_18 = V_2; if (!L_18) { goto IL_002c; } } { goto IL_0055; } IL_004d: { uint32_t L_19 = V_2; V_2 = ((int32_t)((uint32_t)L_19>>1)); int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0055: { uint32_t L_21 = V_2; if (!((int32_t)((int32_t)L_21&(int32_t)1))) { goto IL_004d; } } { int32_t L_22 = V_1; int32_t L_23 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_22<<(int32_t)5)), (int32_t)L_23)); } } // System.Void System.Xml.Schema.BitSet::And(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_And_m0EF78E42083185D739F209094F2116E8B22B7C30 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B5_0 = 0; { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___other0; if ((!(((RuntimeObject*)(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)__this) == ((RuntimeObject*)(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)L_0)))) { goto IL_0005; } } { return; } IL_0005: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_bits_1(); NullCheck(L_1); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_2 = ___other0; NullCheck(L_2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = L_2->get_bits_1(); NullCheck(L_3); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); int32_t L_4 = V_0; int32_t L_5 = V_1; if ((((int32_t)L_4) > ((int32_t)L_5))) { goto IL_001e; } } { int32_t L_6 = V_0; G_B5_0 = L_6; goto IL_001f; } IL_001e: { int32_t L_7 = V_1; G_B5_0 = L_7; } IL_001f: { V_2 = G_B5_0; int32_t L_8 = V_2; V_3 = L_8; goto IL_003c; } IL_0024: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = __this->get_bits_1(); int32_t L_10 = V_3; NullCheck(L_9); uint32_t* L_11 = ((L_9)->GetAddressAt(static_cast(L_10))); int32_t L_12 = *((uint32_t*)L_11); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_13 = ___other0; NullCheck(L_13); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = L_13->get_bits_1(); int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); *((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12&(int32_t)L_17)); } IL_003c: { int32_t L_18 = V_3; int32_t L_19 = L_18; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0024; } } { goto IL_0053; } IL_0046: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = __this->get_bits_1(); int32_t L_21 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (uint32_t)0); int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0053: { int32_t L_23 = V_2; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0046; } } { return; } } // System.Void System.Xml.Schema.BitSet::Or(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___other0; if ((!(((RuntimeObject*)(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)__this) == ((RuntimeObject*)(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)L_0)))) { goto IL_0005; } } { return; } IL_0005: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_1 = ___other0; NullCheck(L_1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = L_1->get_bits_1(); NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); int32_t L_3 = V_0; BitSet_EnsureLength_m55CE8C4C1F90D96F2988B75A904A292B4A36B09D(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_1 = L_4; goto IL_0031; } IL_0019: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = __this->get_bits_1(); int32_t L_6 = V_1; NullCheck(L_5); uint32_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6))); int32_t L_8 = *((uint32_t*)L_7); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_9 = ___other0; NullCheck(L_9); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9->get_bits_1(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); *((int32_t*)L_7) = (int32_t)((int32_t)((int32_t)L_8|(int32_t)L_13)); } IL_0031: { int32_t L_14 = V_1; int32_t L_15 = L_14; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_0019; } } { return; } } // System.Int32 System.Xml.Schema.BitSet::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_GetHashCode_mD403208C108A2F2AD6F9F16990033A7D08B6FBFC (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = ((int32_t)1234); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_bits_1(); NullCheck(L_0); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); goto IL_0020; } IL_0011: { int32_t L_1 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_bits_1(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = V_1; V_0 = ((int32_t)((int32_t)L_1^(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)))))); } IL_0020: { int32_t L_7 = V_1; int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); V_1 = L_8; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0011; } } { int32_t L_9 = V_0; int32_t L_10 = V_0; return ((int32_t)((int32_t)L_9^(int32_t)L_10)); } } // System.Boolean System.Xml.Schema.BitSet::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Equals_m92BDA1D034F4F97701AC2ECDF36A7AF6799F4651 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_0093; } } { RuntimeObject * L_1 = ___obj0; if ((!(((RuntimeObject*)(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_000c; } } { return (bool)1; } IL_000c: { RuntimeObject * L_2 = ___obj0; V_0 = ((BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)CastclassSealed((RuntimeObject*)L_2, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get_bits_1(); NullCheck(L_3); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_4 = V_0; NullCheck(L_4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = L_4->get_bits_1(); NullCheck(L_5); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))); int32_t L_6 = V_1; int32_t L_7 = V_2; if ((((int32_t)L_6) > ((int32_t)L_7))) { goto IL_002c; } } { int32_t L_8 = V_1; G_B6_0 = L_8; goto IL_002d; } IL_002c: { int32_t L_9 = V_2; G_B6_0 = L_9; } IL_002d: { V_3 = G_B6_0; int32_t L_10 = V_3; V_4 = L_10; goto IL_0049; } IL_0033: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = __this->get_bits_1(); int32_t L_12 = V_4; NullCheck(L_11); int32_t L_13 = L_12; uint32_t L_14 = (L_11)->GetAt(static_cast(L_13)); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_15 = V_0; NullCheck(L_15); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = L_15->get_bits_1(); int32_t L_17 = V_4; NullCheck(L_16); int32_t L_18 = L_17; uint32_t L_19 = (L_16)->GetAt(static_cast(L_18)); if ((((int32_t)L_14) == ((int32_t)L_19))) { goto IL_0049; } } { return (bool)0; } IL_0049: { int32_t L_20 = V_4; int32_t L_21 = L_20; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); if ((((int32_t)L_21) > ((int32_t)0))) { goto IL_0033; } } { int32_t L_22 = V_1; int32_t L_23 = V_3; if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_0075; } } { int32_t L_24 = V_1; V_5 = L_24; goto IL_0069; } IL_005c: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get_bits_1(); int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; uint32_t L_28 = (L_25)->GetAt(static_cast(L_27)); if (!L_28) { goto IL_0069; } } { return (bool)0; } IL_0069: { int32_t L_29 = V_5; int32_t L_30 = L_29; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); int32_t L_31 = V_3; if ((((int32_t)L_30) > ((int32_t)L_31))) { goto IL_005c; } } { goto IL_0091; } IL_0075: { int32_t L_32 = V_2; V_6 = L_32; goto IL_0087; } IL_007a: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_33 = V_0; NullCheck(L_33); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = L_33->get_bits_1(); int32_t L_35 = V_6; NullCheck(L_34); int32_t L_36 = L_35; uint32_t L_37 = (L_34)->GetAt(static_cast(L_36)); if (!L_37) { goto IL_0087; } } { return (bool)0; } IL_0087: { int32_t L_38 = V_6; int32_t L_39 = L_38; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); int32_t L_40 = V_3; if ((((int32_t)L_39) > ((int32_t)L_40))) { goto IL_007a; } } IL_0091: { return (bool)1; } IL_0093: { return (bool)0; } } // System.Xml.Schema.BitSet System.Xml.Schema.BitSet::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * BitSet_Clone_m42F3015E96CD274C9938B5B8F1E6AA8661EBF603 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m60DF6D2791BD497B3A5830D864A0967CB6AB45D6(L_0, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_1 = L_0; int32_t L_2 = __this->get_count_0(); NullCheck(L_1); L_1->set_count_0(L_2); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_3 = L_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get_bits_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_4); RuntimeObject * L_5; L_5 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_bits_1(((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_5, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var))); return L_3; } } // System.Boolean System.Xml.Schema.BitSet::Intersects(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Intersects_mE58DAE3469C94CC56347E78DA0042E65A6F74DD7 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_bits_1(); NullCheck(L_0); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_1 = ___other0; NullCheck(L_1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = L_1->get_bits_1(); NullCheck(L_2); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); V_0 = L_3; goto IL_002d; } IL_0018: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get_bits_1(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_8 = ___other0; NullCheck(L_8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = L_8->get_bits_1(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); if (!((int32_t)((int32_t)L_7&(int32_t)L_12))) { goto IL_002d; } } { return (bool)1; } IL_002d: { int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); V_0 = L_14; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0018; } } { return (bool)0; } } // System.Int32 System.Xml.Schema.BitSet::Subscript(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_Subscript_m418D20EF852E6878DB870E04BD14C3E7B26D2601 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___bitIndex0, const RuntimeMethod* method) { { int32_t L_0 = ___bitIndex0; return ((int32_t)((int32_t)L_0>>(int32_t)5)); } } // System.Void System.Xml.Schema.BitSet::EnsureLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_EnsureLength_m55CE8C4C1F90D96F2988B75A904A292B4A36B09D (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___nRequiredLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; { int32_t L_0 = ___nRequiredLength0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_bits_1(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_003e; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_bits_1(); NullCheck(L_2); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))); int32_t L_3 = V_0; int32_t L_4 = ___nRequiredLength0; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_001c; } } { int32_t L_5 = ___nRequiredLength0; V_0 = L_5; } IL_001c: { int32_t L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_6); V_1 = L_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = __this->get_bits_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = __this->get_bits_1(); NullCheck(L_10); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_8, (RuntimeArray *)(RuntimeArray *)L_9, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_1; __this->set_bits_1(L_11); } IL_003e: { 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.Int32 System.Xml.Bits::Count(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bits_Count_mEFEACD1EE181FEB7677D0B56CA8B1675345622D4 (uint32_t ___num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___num0; IL2CPP_RUNTIME_CLASS_INIT(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var); uint32_t L_1 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0101010101010101_0(); uint32_t L_2 = ___num0; uint32_t L_3 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0101010101010101_0(); ___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>1))&(int32_t)L_3)))); uint32_t L_4 = ___num0; uint32_t L_5 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0011001100110011_1(); uint32_t L_6 = ___num0; uint32_t L_7 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0011001100110011_1(); ___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_6>>2))&(int32_t)L_7)))); uint32_t L_8 = ___num0; uint32_t L_9 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0000111100001111_2(); uint32_t L_10 = ___num0; uint32_t L_11 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0000111100001111_2(); ___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_8&(int32_t)L_9)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_10>>4))&(int32_t)L_11)))); uint32_t L_12 = ___num0; uint32_t L_13 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0000000011111111_3(); uint32_t L_14 = ___num0; uint32_t L_15 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_0000000011111111_3(); ___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12&(int32_t)L_13)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_14>>8))&(int32_t)L_15)))); uint32_t L_16 = ___num0; uint32_t L_17 = ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->get_MASK_1111111111111111_4(); uint32_t L_18 = ___num0; ___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_16&(int32_t)L_17)), (int32_t)((int32_t)((uint32_t)L_18>>((int32_t)16))))); uint32_t L_19 = ___num0; return L_19; } } // System.Int32 System.Xml.Bits::LeastPosition(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bits_LeastPosition_m30448C3BD027BDE6E29E56C739E99A23660A21F4 (uint32_t ___num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___num0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { uint32_t L_1 = ___num0; uint32_t L_2 = ___num0; IL2CPP_RUNTIME_CLASS_INIT(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Bits_Count_mEFEACD1EE181FEB7677D0B56CA8B1675345622D4(((int32_t)((int32_t)L_1^(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))), /*hidden argument*/NULL); return L_3; } } // System.Void System.Xml.Bits::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bits__cctor_mE6892C4A56AE55EAC2BCC957259B2D8FA60C4AFF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->set_MASK_0101010101010101_0(((int32_t)1431655765)); ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->set_MASK_0011001100110011_1(((int32_t)858993459)); ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->set_MASK_0000111100001111_2(((int32_t)252645135)); ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->set_MASK_0000000011111111_3(((int32_t)16711935)); ((Bits_t74232172D88399D44E277C1367618DE2B73FF95E_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t74232172D88399D44E277C1367618DE2B73FF95E_il2cpp_TypeInfo_var))->set_MASK_1111111111111111_4(((int32_t)65535)); 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 Microsoft.CSharp.CSharpCodeProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CSharpCodeProvider__ctor_m2F13896BA00EC1F764DA4AF88CF9202ADED3D0E2 (CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4 * __this, const RuntimeMethod* method) { { CodeDomProvider__ctor_m2D7F1476BE3A6216821C24A085FA25ED24872524(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.ChoiceNode::ConstructChildPos(System.Xml.Schema.SyntaxTreeNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ConstructChildPos_m5B5E7B1400AECE14C77D82822D33C7288EB85112 (SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___child0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos1, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos2, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_0 = NULL; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_1 = NULL; { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___firstpos1; NullCheck(L_0); int32_t L_1; L_1 = BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline(L_0, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_2 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_3 = ___lastpos2; NullCheck(L_3); int32_t L_4; L_4 = BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline(L_3, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_5 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_6 = ___child0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_7 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_8 = V_1; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_9 = ___followpos3; NullCheck(L_6); VirtActionInvoker3< BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_6, L_7, L_8, L_9); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_10 = ___firstpos1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_11 = V_0; NullCheck(L_10); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_10, L_11, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_12 = ___lastpos2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_13 = V_1; NullCheck(L_12); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_12, L_13, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ChoiceNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ConstructPos_mD9B51ED99E80E9DC1504836AFE5366BC81DA0B4A (ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_0 = NULL; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_1 = NULL; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_2 = NULL; ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * V_3 = NULL; { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___firstpos0; NullCheck(L_0); int32_t L_1; L_1 = BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline(L_0, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_2 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_3 = ___lastpos1; NullCheck(L_3); int32_t L_4; L_4 = BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline(L_3, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_5 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; V_3 = __this; } IL_001a: { ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_6 = V_3; NullCheck(L_6); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_7; L_7 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_6, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_8 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_9 = V_1; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_10 = ___followpos2; ChoiceNode_ConstructChildPos_m5B5E7B1400AECE14C77D82822D33C7288EB85112(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_11 = V_3; NullCheck(L_11); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_12; L_12 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_11, /*hidden argument*/NULL); V_2 = L_12; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_13 = V_2; V_3 = ((ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C *)IsInstSealed((RuntimeObject*)L_13, ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var)); ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_14 = V_3; if (L_14) { goto IL_001a; } } { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_15 = V_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_16 = ___firstpos0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_17 = ___lastpos1; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_18 = ___followpos2; NullCheck(L_15); VirtActionInvoker3< BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_15, L_16, L_17, L_18); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_19 = ___firstpos0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_20 = V_0; NullCheck(L_19); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_19, L_20, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_21 = ___lastpos1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_22 = V_1; NullCheck(L_21); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_21, L_22, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Schema.ChoiceNode::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChoiceNode_get_IsNullable_m2B2E0E0418992C61598C07D0F0DE2A3230ABD23E (ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_0 = NULL; ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * V_1 = NULL; { V_1 = __this; } IL_0002: { ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_0 = V_1; NullCheck(L_0); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_1; L_1 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_1); if (!L_2) { goto IL_0011; } } { return (bool)1; } IL_0011: { ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_3 = V_1; NullCheck(L_3); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_4; L_4 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_5 = V_0; V_1 = ((ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C *)IsInstSealed((RuntimeObject*)L_5, ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var)); ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_6 = V_1; if (L_6) { goto IL_0002; } } { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_7); return L_8; } } // System.Void System.Xml.Schema.ChoiceNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ExpandTree_mF26702B08718D517E7D701443EAE73C92EAAA5F6 (ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___parent0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions2, const RuntimeMethod* method) { { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_0 = ___parent0; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_1 = ___symbols1; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_2 = ___positions2; InteriorNode_ExpandTreeNoRecursive_mED7122A2FEA563CA2585C60B43FB8FF3D94C63DB(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ChoiceNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode__ctor_mA0FF108CA99E7EB7BCEC10203E05004938640FEF (ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * __this, const RuntimeMethod* method) { { InteriorNode__ctor_mE9F860A667BE626F44260612EC983CBDBD16B658(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.ClassMap::AddMember(System.Xml.Serialization.XmlTypeMapMember) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_AddMember_m59D36DD3335ABF9FFC40375986350D4F05B52C18 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * V_0 = NULL; String_t* V_1 = NULL; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_4 = NULL; String_t* V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = ___member0; NullCheck(L_0); int32_t L_1; L_1 = XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_001a; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_2 = ___member0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = __this->get__allMembers_5(); NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); NullCheck(L_2); XmlTypeMapMember_set_GlobalIndex_mE33D218A8DC3E3CC7C7897C767F2D16DAD0BB436_inline(L_2, L_4, /*hidden argument*/NULL); } IL_001a: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get__allMembers_5(); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_6 = ___member0; NullCheck(L_5); int32_t L_7; L_7 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_8 = ___member0; NullCheck(L_8); RuntimeObject * L_9; L_9 = XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline(L_8, /*hidden argument*/NULL); if (((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)IsInstSealed((RuntimeObject*)L_9, DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))) { goto IL_005c; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_10 = ___member0; NullCheck(L_10); RuntimeObject * L_11; L_11 = XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005c; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = __this->get__membersWithDefault_6(); if (L_12) { goto IL_004f; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_13, /*hidden argument*/NULL); __this->set__membersWithDefault_6(L_13); } IL_004f: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = __this->get__membersWithDefault_6(); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_15 = ___member0; NullCheck(L_14); int32_t L_16; L_16 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15); } IL_005c: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_17 = ___member0; NullCheck(L_17); bool L_18; L_18 = XmlTypeMapMember_get_IsReturnValue_mC94AFCFABC3D02281C32D01A210C78FBB3B7B0A0(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006b; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_19 = ___member0; __this->set__returnMember_12(L_19); } IL_006b: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_20 = ___member0; if (!((XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)IsInstClass((RuntimeObject*)L_20, XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var))) { goto IL_010c; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_21 = ___member0; V_0 = ((XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)CastclassClass((RuntimeObject*)L_21, XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var)); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = __this->get__attributeMembers_2(); if (L_22) { goto IL_0090; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_23, /*hidden argument*/NULL); __this->set__attributeMembers_2(L_23); } IL_0090: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline(L_24, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_26 = V_0; NullCheck(L_26); String_t* L_27; L_27 = XmlTypeMapMemberAttribute_get_Namespace_m70DC1AE33BBAE257F106DEF53FC0884B47A0EE3F_inline(L_26, /*hidden argument*/NULL); String_t* L_28; L_28 = ClassMap_BuildKey_m6E19BE5AD7202112F8C94A92CE16BD9939E7D00F(__this, L_25, L_27, (-1), /*hidden argument*/NULL); V_1 = L_28; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_29 = __this->get__attributeMembers_2(); String_t* L_30 = V_1; NullCheck(L_29); bool L_31; L_31 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_29, L_30); if (!L_31) { goto IL_00ed; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10843A43CD4C64637831AF0FF399A1ED2FB29D7D))); (L_33)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10843A43CD4C64637831AF0FF399A1ED2FB29D7D))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = L_33; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_35 = V_0; NullCheck(L_35); String_t* L_36; L_36 = XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(1), (String_t*)L_36); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = L_34; NullCheck(L_37); ArrayElementTypeCheck (L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC))); (L_37)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = L_37; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_39 = V_0; NullCheck(L_39); String_t* L_40; L_40 = XmlTypeMapMemberAttribute_get_Namespace_m70DC1AE33BBAE257F106DEF53FC0884B47A0EE3F_inline(L_39, /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(3), (String_t*)L_40); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_41 = L_38; NullCheck(L_41); ArrayElementTypeCheck (L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral594C9B74105FC363004860F96C38805E33805AA9))); (L_41)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral594C9B74105FC363004860F96C38805E33805AA9))); String_t* L_42; L_42 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_41, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_43 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClassMap_AddMember_m59D36DD3335ABF9FFC40375986350D4F05B52C18_RuntimeMethod_var))); } IL_00ed: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_44 = ___member0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_45 = __this->get__attributeMembers_2(); NullCheck(L_45); int32_t L_46; L_46 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_45); NullCheck(L_44); XmlTypeMapMember_set_Index_mD14E30BAF45DD7EA4430143B8D0F16A71FEF943E_inline(L_44, L_46, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_47 = __this->get__attributeMembers_2(); String_t* L_48 = V_1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_49 = ___member0; NullCheck(L_47); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_47, L_48, L_49); return; } IL_010c: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_50 = ___member0; if (!((XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)IsInstClass((RuntimeObject*)L_50, XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var))) { goto IL_0122; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_51 = ___member0; ClassMap_RegisterFlatList_mA07A8F7E495714E46873EC7E479DA79B272EFB74(__this, ((XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)CastclassClass((RuntimeObject*)L_51, XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0180; } IL_0122: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_52 = ___member0; if (!((XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 *)IsInstClass((RuntimeObject*)L_52, XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var))) { goto IL_0156; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_53 = ___member0; V_2 = ((XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 *)CastclassClass((RuntimeObject*)L_53, XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var)); XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_54 = V_2; NullCheck(L_54); bool L_55; L_55 = XmlTypeMapMemberAnyElement_get_IsDefaultAny_m9E83C7BBC811BDBCC682567EE5FF474D747813BF(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0140; } } { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_56 = V_2; __this->set__defaultAnyElement_8(L_56); } IL_0140: { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_57 = V_2; NullCheck(L_57); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_58; L_58 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_57, /*hidden argument*/NULL); NullCheck(L_58); bool L_59; L_59 = TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82(L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0180; } } { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_60 = V_2; ClassMap_RegisterFlatList_mA07A8F7E495714E46873EC7E479DA79B272EFB74(__this, L_60, /*hidden argument*/NULL); goto IL_0180; } IL_0156: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_61 = ___member0; if (!((XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE *)IsInstClass((RuntimeObject*)L_61, XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_il2cpp_TypeInfo_var))) { goto IL_016b; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_62 = ___member0; __this->set__defaultAnyAttribute_9(((XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE *)CastclassClass((RuntimeObject*)L_62, XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_il2cpp_TypeInfo_var))); return; } IL_016b: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_63 = ___member0; if (!((XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D *)IsInstClass((RuntimeObject*)L_63, XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D_il2cpp_TypeInfo_var))) { goto IL_0180; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_64 = ___member0; __this->set__namespaceDeclarations_10(((XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D *)CastclassClass((RuntimeObject*)L_64, XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D_il2cpp_TypeInfo_var))); return; } IL_0180: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_65 = ___member0; if (!((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)IsInstClass((RuntimeObject*)L_65, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var))) { goto IL_01af; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_66 = ___member0; NullCheck(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_66, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var))); bool L_67; L_67 = XmlTypeMapMemberElement_get_IsXmlTextCollector_mB410B2BF38B6E2BC8F7FD10DF079D109B33977CF_inline(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_66, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_67) { goto IL_01af; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_68 = __this->get__xmlTextCollector_11(); if (!L_68) { goto IL_01a8; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_69 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_69, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA209B37D33B4476CEC46AD3B1D553C7B0BECB32A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClassMap_AddMember_m59D36DD3335ABF9FFC40375986350D4F05B52C18_RuntimeMethod_var))); } IL_01a8: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_70 = ___member0; __this->set__xmlTextCollector_11(L_70); } IL_01af: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_71 = __this->get__elementMembers_1(); if (L_71) { goto IL_01cd; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_72 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_72, /*hidden argument*/NULL); __this->set__elementMembers_1(L_72); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_73 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_73, /*hidden argument*/NULL); __this->set__elements_0(L_73); } IL_01cd: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_74 = ___member0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_75 = __this->get__elementMembers_1(); NullCheck(L_75); int32_t L_76; L_76 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_75); NullCheck(L_74); XmlTypeMapMember_set_Index_mD14E30BAF45DD7EA4430143B8D0F16A71FEF943E_inline(L_74, L_76, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_77 = __this->get__elementMembers_1(); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_78 = ___member0; NullCheck(L_77); int32_t L_79; L_79 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_77, L_78); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_80 = ___member0; NullCheck(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_80, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var))); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_81; L_81 = XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_80, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_81); RuntimeObject* L_82; L_82 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_81); V_3 = L_82; } IL_01fc: try { // begin try (depth: 1) { goto IL_0286; } IL_0201: { RuntimeObject* L_83 = V_3; NullCheck(L_83); RuntimeObject * L_84; L_84 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_83); V_4 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_84, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_85 = V_4; NullCheck(L_85); String_t* L_86; L_86 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_85, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_87 = V_4; NullCheck(L_87); String_t* L_88; L_88 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_87, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_89 = V_4; NullCheck(L_89); int32_t L_90; L_90 = XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline(L_89, /*hidden argument*/NULL); String_t* L_91; L_91 = ClassMap_BuildKey_m6E19BE5AD7202112F8C94A92CE16BD9939E7D00F(__this, L_86, L_88, L_90, /*hidden argument*/NULL); V_5 = L_91; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_92 = __this->get__elements_0(); String_t* L_93 = V_5; NullCheck(L_92); bool L_94; L_94 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_92, L_93); if (!L_94) { goto IL_0277; } } IL_023a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_95 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_96 = L_95; NullCheck(L_96); ArrayElementTypeCheck (L_96, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC66F579DCA45D04AA08CC18AEAEC2741A63B494F))); (L_96)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC66F579DCA45D04AA08CC18AEAEC2741A63B494F))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_97 = L_96; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_98 = V_4; NullCheck(L_98); String_t* L_99; L_99 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_98, /*hidden argument*/NULL); NullCheck(L_97); ArrayElementTypeCheck (L_97, L_99); (L_97)->SetAt(static_cast(1), (String_t*)L_99); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_100 = L_97; NullCheck(L_100); ArrayElementTypeCheck (L_100, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC))); (L_100)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_101 = L_100; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_102 = V_4; NullCheck(L_102); String_t* L_103; L_103 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_102, /*hidden argument*/NULL); NullCheck(L_101); ArrayElementTypeCheck (L_101, L_103); (L_101)->SetAt(static_cast(3), (String_t*)L_103); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_104 = L_101; NullCheck(L_104); ArrayElementTypeCheck (L_104, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD692E67438BD707EE1906F28C246C0A0A23AE7A5))); (L_104)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD692E67438BD707EE1906F28C246C0A0A23AE7A5))); String_t* L_105; L_105 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_104, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_106 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_106, L_105, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_106, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClassMap_AddMember_m59D36DD3335ABF9FFC40375986350D4F05B52C18_RuntimeMethod_var))); } IL_0277: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_107 = __this->get__elements_0(); String_t* L_108 = V_5; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_109 = V_4; NullCheck(L_107); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_107, L_108, L_109); } IL_0286: { RuntimeObject* L_110 = V_3; NullCheck(L_110); bool L_111; L_111 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_110); if (L_111) { goto IL_0201; } } IL_0291: { IL2CPP_LEAVE(0x2A7, FINALLY_0293); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0293; } FINALLY_0293: { // begin finally (depth: 1) { RuntimeObject* L_112 = V_3; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_112, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_113 = V_6; if (!L_113) { goto IL_02a6; } } IL_029f: { RuntimeObject* L_114 = V_6; NullCheck(L_114); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_114); } IL_02a6: { IL2CPP_END_FINALLY(659) } } // end finally (depth: 1) IL2CPP_CLEANUP(659) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2A7, IL_02a7) } IL_02a7: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_115 = ___member0; NullCheck(L_115); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_116; L_116 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_115, /*hidden argument*/NULL); NullCheck(L_116); bool L_117; L_117 = TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82(L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_02f9; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_118 = ___member0; NullCheck(L_118); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_119; L_119 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_118, /*hidden argument*/NULL); NullCheck(L_119); Type_t * L_120; L_120 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_119, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_121; L_121 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_120, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_121) { goto IL_02f9; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_122 = ___member0; NullCheck(L_122); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_123; L_123 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_122, /*hidden argument*/NULL); NullCheck(L_123); Type_t * L_124; L_124 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_123, /*hidden argument*/NULL); NullCheck(L_124); bool L_125; L_125 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_124, /*hidden argument*/NULL); if (L_125) { goto IL_02f9; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_126 = __this->get__listMembers_7(); if (L_126) { goto IL_02ec; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_127 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_127, /*hidden argument*/NULL); __this->set__listMembers_7(L_127); } IL_02ec: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_128 = __this->get__listMembers_7(); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_129 = ___member0; NullCheck(L_128); int32_t L_130; L_130 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_128, L_129); } IL_02f9: { return; } } // System.Void System.Xml.Serialization.ClassMap::RegisterFlatList(System.Xml.Serialization.XmlTypeMapMemberExpandable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_RegisterFlatList_mA07A8F7E495714E46873EC7E479DA79B272EFB74 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__flatLists_4(); if (L_0) { goto IL_0013; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); __this->set__flatLists_4(L_1); } IL_0013: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_2 = ___member0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = __this->get__flatLists_4(); NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); NullCheck(L_2); XmlTypeMapMemberExpandable_set_FlatArrayIndex_mA8364C94E058AB87F4D7D8025F91F9AB3A130D3E_inline(L_2, L_4, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get__flatLists_4(); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_6 = ___member0; NullCheck(L_5); int32_t L_7; L_7 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6); return; } } // System.Xml.Serialization.XmlTypeMapMemberAttribute System.Xml.Serialization.ClassMap::GetAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * ClassMap_GetAttribute_m67FEFD07A9CF9F8ACB718EE58E62DD4B3BAD0FE0 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__attributeMembers_2(); if (L_0) { goto IL_000a; } } { return (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)NULL; } IL_000a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__attributeMembers_2(); String_t* L_2 = ___name0; String_t* L_3 = ___ns1; String_t* L_4; L_4 = ClassMap_BuildKey_m6E19BE5AD7202112F8C94A92CE16BD9939E7D00F(__this, L_2, L_3, (-1), /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_4); return ((XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)CastclassClass((RuntimeObject*)L_5, XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var)); } } // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ClassMap::GetElement(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ClassMap_GetElement_mCF2D10EEFE866A51005ACDE896C35FC374F6A842 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, int32_t ___minimalOrder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__elements_0(); if (L_0) { goto IL_000a; } } { return (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)NULL; } IL_000a: { V_0 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__elements_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(26 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_1); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } IL_001d: try { // begin try (depth: 1) { goto IL_0063; } IL_001f: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_2 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_5, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_6 = V_2; NullCheck(L_6); String_t* L_7; L_7 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_6, /*hidden argument*/NULL); String_t* L_8 = ___name0; bool L_9; L_9 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0063; } } IL_0039: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_10 = V_2; NullCheck(L_10); String_t* L_11; L_11 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_10, /*hidden argument*/NULL); String_t* L_12 = ___ns1; bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0063; } } IL_0047: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_14 = V_2; NullCheck(L_14); int32_t L_15; L_15 = XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline(L_14, /*hidden argument*/NULL); int32_t L_16 = ___minimalOrder2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0063; } } IL_0050: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_17 = V_0; if (!L_17) { goto IL_0061; } } IL_0053: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_18 = V_0; NullCheck(L_18); int32_t L_19; L_19 = XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline(L_18, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_20 = V_2; NullCheck(L_20); int32_t L_21; L_21 = XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) <= ((int32_t)L_21))) { goto IL_0063; } } IL_0061: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_22 = V_2; V_0 = L_22; } IL_0063: { RuntimeObject* L_23 = V_1; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_001f; } } IL_006b: { IL2CPP_LEAVE(0x7E, FINALLY_006d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: { // begin finally (depth: 1) { RuntimeObject* L_25 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_3; if (!L_26) { goto IL_007d; } } IL_0077: { RuntimeObject* L_27 = V_3; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_27); } IL_007d: { IL2CPP_END_FINALLY(109) } } // end finally (depth: 1) IL2CPP_CLEANUP(109) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7E, IL_007e) } IL_007e: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_28 = V_0; return L_28; } } // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ClassMap::GetElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ClassMap_GetElement_m78C46BE328561301B473E976E68D4846750DDAB9 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__elements_0(); if (L_0) { goto IL_000a; } } { return (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)NULL; } IL_000a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__elements_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(26 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_1); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_001b: try { // begin try (depth: 1) { goto IL_0049; } IL_001d: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_5, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_6, /*hidden argument*/NULL); String_t* L_8 = ___name0; bool L_9; L_9 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0049; } } IL_0037: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_10, /*hidden argument*/NULL); String_t* L_12 = ___ns1; bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0049; } } IL_0045: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_14 = V_1; V_2 = L_14; IL2CPP_LEAVE(0x66, FINALLY_0053); } IL_0049: { RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_001d; } } IL_0051: { IL2CPP_LEAVE(0x64, FINALLY_0053); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_3; if (!L_18) { goto IL_0063; } } IL_005d: { RuntimeObject* L_19 = V_3; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0063: { IL2CPP_END_FINALLY(83) } } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_JUMP_TBL(0x64, IL_0064) } IL_0064: { return (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)NULL; } IL_0066: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_20 = V_2; return L_20; } } // System.String System.Xml.Serialization.ClassMap::BuildKey(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClassMap_BuildKey_m6E19BE5AD7202112F8C94A92CE16BD9939E7D00F (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, int32_t ___explicitOrder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; String_t* G_B4_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; String_t* G_B5_3 = NULL; { bool L_0 = __this->get__ignoreMemberNamespace_13(); if (!L_0) { goto IL_000a; } } { String_t* L_1 = ___name0; return L_1; } IL_000a: { String_t* L_2 = ___name0; String_t* L_3 = ___ns1; int32_t L_4 = ___explicitOrder2; G_B3_0 = L_3; G_B3_1 = _stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED; G_B3_2 = L_2; if ((((int32_t)L_4) < ((int32_t)0))) { G_B4_0 = L_3; G_B4_1 = _stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED; G_B4_2 = L_2; goto IL_0027; } } { int32_t L_5 = ___explicitOrder2; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_6); String_t* L_8; L_8 = String_Concat_m67326AC4F1380817D6F2FDA2AFD61E5085C2E128(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_7, /*hidden argument*/NULL); G_B5_0 = L_8; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_002c; } IL_0027: { G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_002c: { String_t* L_9; L_9 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Xml.Serialization.ClassMap::get_IsOrderDependentMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClassMap_get_IsOrderDependentMap_m3173EC799BD1EAE227E6274FF2ADEACB30C4A6AF (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of__isOrderDependentMap_15(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_0068; } } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_2; memset((&L_2), 0, sizeof(L_2)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_2), (bool)0, /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); __this->set__isOrderDependentMap_15(L_2); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get__elements_0(); NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(26 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_3); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_0 = L_5; } IL_002a: try { // begin try (depth: 1) { goto IL_004d; } IL_002c: { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); NullCheck(((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_7, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var))); int32_t L_8; L_8 = XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline(((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_7, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } IL_003f: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_9; memset((&L_9), 0, sizeof(L_9)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_9), (bool)1, /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); __this->set__isOrderDependentMap_15(L_9); IL2CPP_LEAVE(0x68, FINALLY_0057); } IL_004d: { RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_002c; } } IL_0055: { IL2CPP_LEAVE(0x68, FINALLY_0057); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0057; } FINALLY_0057: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_0067; } } IL_0061: { RuntimeObject* L_14 = V_1; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_0067: { IL2CPP_END_FINALLY(87) } } // end finally (depth: 1) IL2CPP_CLEANUP(87) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x68, IL_0068) } IL_0068: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_15 = __this->get_address_of__isOrderDependentMap_15(); bool L_16; L_16 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_15, /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); return L_16; } } // System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::get_DefaultAnyElementMember() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ClassMap_get_DefaultAnyElementMember_m3FF5F1B6EF3A488EA54788B9E835779B8347FE51 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_0 = __this->get__defaultAnyElement_8(); return L_0; } } // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::get_DefaultAnyAttributeMember() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * ClassMap_get_DefaultAnyAttributeMember_mEA48DF88BD497428C81F42EA1F8C0D37746AB452 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * L_0 = __this->get__defaultAnyAttribute_9(); return L_0; } } // System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::get_NamespaceDeclarations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_0 = __this->get__namespaceDeclarations_10(); return L_0; } } // System.Collections.ICollection System.Xml.Serialization.ClassMap::get_AttributeMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_AttributeMembers_m8EB7D3D33B5427B6C68D65C2A5F83FA719B32EF2 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__attributeMembers_2(); if (L_0) { goto IL_000a; } } { return (RuntimeObject*)NULL; } IL_000a: { XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* L_1 = __this->get__attributeMembersArray_3(); if (!L_1) { goto IL_0019; } } { XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* L_2 = __this->get__attributeMembersArray_3(); return (RuntimeObject*)L_2; } IL_0019: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get__attributeMembers_2(); NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3); XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* L_5 = (XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35*)(XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35*)SZArrayNew(XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set__attributeMembersArray_3(L_5); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get__attributeMembers_2(); NullCheck(L_6); RuntimeObject* L_7; L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(26 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_6); NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_7); V_0 = L_8; } IL_0040: try { // begin try (depth: 1) { goto IL_005c; } IL_0042: { RuntimeObject* L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); V_1 = ((XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)CastclassClass((RuntimeObject*)L_10, XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var)); XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* L_11 = __this->get__attributeMembersArray_3(); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_12, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_14 = V_1; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(L_13), (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)L_14); } IL_005c: { RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0042; } } IL_0064: { IL2CPP_LEAVE(0x77, FINALLY_0066); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0066; } FINALLY_0066: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_2; if (!L_18) { goto IL_0076; } } IL_0070: { RuntimeObject* L_19 = V_2; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0076: { IL2CPP_END_FINALLY(102) } } // end finally (depth: 1) IL2CPP_CLEANUP(102) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x77, IL_0077) } IL_0077: { XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* L_20 = __this->get__attributeMembersArray_3(); return (RuntimeObject*)L_20; } } // System.Collections.ICollection System.Xml.Serialization.ClassMap::get_ElementMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__elementMembers_1(); return L_0; } } // System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_AllMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_AllMembers_m6EBB1FEF5A4D39A7527639AEF01F4CDB1E35E223 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__allMembers_5(); return L_0; } } // System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_FlatLists() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__flatLists_4(); return L_0; } } // System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_ListMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_ListMembers_m04EA267FFB434D2D36C1A4C50FF8DF6F7BDA8FDF (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__listMembers_7(); return L_0; } } // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::get_XmlTextCollector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = __this->get__xmlTextCollector_11(); return L_0; } } // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::get_ReturnMember() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_ReturnMember_m0BF740CEFB3B5F1AEC0BDDDF99F6CA4B755DB830 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = __this->get__returnMember_12(); return L_0; } } // System.Xml.XmlQualifiedName System.Xml.Serialization.ClassMap::get_SimpleContentBaseType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ClassMap_get_SimpleContentBaseType_m7CCADF0AC3C3ABAE4880F86612C31B20F3A7C4C4 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * V_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_1 = NULL; { bool L_0 = __this->get__canBeSimpleType_14(); if (!L_0) { goto IL_001e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get__elementMembers_1(); if (!L_1) { goto IL_001e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get__elementMembers_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0020; } } IL_001e: { return (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } IL_0020: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get__elementMembers_1(); NullCheck(L_4); RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, 0); V_0 = ((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_5, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var)); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_6 = V_0; NullCheck(L_6); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_7; L_7 = XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_0042; } } { return (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } IL_0042: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_9 = V_0; NullCheck(L_9); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_10; L_10 = XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C(L_9, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_11; L_11 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_10, 0); V_1 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_11, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_12 = V_1; NullCheck(L_12); bool L_13; L_13 = XmlTypeMapElementInfo_get_IsTextElement_mA0787B243D97A4CEDC943B679D10CE2C37944766(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_005e; } } { return (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } IL_005e: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_14 = V_0; NullCheck(L_14); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_15; L_15 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16; L_16 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)1))) { goto IL_007a; } } { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_17 = V_0; NullCheck(L_17); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_18; L_18 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19; L_19 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_0091; } } IL_007a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_20 = V_1; NullCheck(L_20); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_21; L_21 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22; L_22 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_21, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_23 = V_1; NullCheck(L_23); String_t* L_24; L_24 = XmlTypeMapElementInfo_get_DataTypeNamespace_m873F8E6FE5227A791696AC43A260E0F47AAD5BCA(L_23, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_25, L_22, L_24, /*hidden argument*/NULL); return L_25; } IL_0091: { return (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } } // System.Void System.Xml.Serialization.ClassMap::SetCanBeSimpleType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_SetCanBeSimpleType_m9A6BBBA7D4B39871677C0234B2C4725CB78A9660 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, bool ___can0, const RuntimeMethod* method) { { bool L_0 = ___can0; __this->set__canBeSimpleType_14(L_0); return; } } // System.Boolean System.Xml.Serialization.ClassMap::get_HasSimpleContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClassMap_get_HasSimpleContent_m18576AB8E61ABF14D04D4F8E4DDD66C0FC4EC7FF (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0; L_0 = ClassMap_get_SimpleContentBaseType_m7CCADF0AC3C3ABAE4880F86612C31B20F3A7C4C4(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_1; L_1 = XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271(L_0, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Serialization.ClassMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap__ctor_mC6B7986FA969B86913A3610EC462174EB03F55C7 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); __this->set__elements_0(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); __this->set__allMembers_5(L_1); __this->set__canBeSimpleType_14((bool)1); ObjectMap__ctor_mF37BA5AFF032BFC18189BA4CD22381C4D19AE3B5(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.CSharp.CodeDomProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeDomProvider__ctor_m2D7F1476BE3A6216821C24A085FA25ED24872524 (CodeDomProvider_t11BDFE3857D39D3BCC9F3423081AF6A738B83054 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Serialization.CodeIdentifier::MakePascal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CodeIdentifier_MakePascal_m6D1153E6F5123974F96BAE4DBE08B3942142013E (String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { String_t* L_0 = ___identifier0; IL2CPP_RUNTIME_CLASS_INIT(CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var); String_t* L_1; L_1 = CodeIdentifier_MakeValid_m2E8E1D949590530CDE5259E6A452CAE6E3CDFBC6(L_0, /*hidden argument*/NULL); ___identifier0 = L_1; String_t* L_2 = ___identifier0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) > ((int32_t)2))) { goto IL_001d; } } { String_t* L_4 = ___identifier0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); NullCheck(L_4); String_t* L_6; L_6 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_001d: { String_t* L_7 = ___identifier0; NullCheck(L_7); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_9; L_9 = Char_IsLower_mC0FF3AD4AA26E1F935D374FBB7CFDDAF55CF315F(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0056; } } { String_t* L_10 = ___identifier0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_13; L_13 = Char_ToUpper_mD923BBB6358B8F00DA930B66E3E90DC74D6EF8E3(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14; L_14 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_15; L_15 = Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2((Il2CppChar*)(&V_0), L_14, /*hidden argument*/NULL); String_t* L_16 = ___identifier0; NullCheck(L_16); String_t* L_17; L_17 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_16, 1, /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_15, L_17, /*hidden argument*/NULL); return L_18; } IL_0056: { String_t* L_19 = ___identifier0; return L_19; } } // System.String System.Xml.Serialization.CodeIdentifier::MakeValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CodeIdentifier_MakeValid_m2E8E1D949590530CDE5259E6A452CAE6E3CDFBC6 (String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0042; } IL_000a: { String_t* L_1 = ___identifier0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; Il2CppChar L_4 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var); bool L_5; L_5 = CodeIdentifier_IsValid_m35A2975CD36B4F4315BD1C8105DF5BCF966CF654(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } { StringBuilder_t * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0036; } } { Il2CppChar L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var); bool L_9; L_9 = CodeIdentifier_IsValidStart_m7A39E8B23694AD45E17E0EA63A294D5250D31074(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0036; } } { StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, /*hidden argument*/NULL); } IL_0036: { StringBuilder_t * L_12 = V_0; Il2CppChar L_13 = V_2; NullCheck(L_12); StringBuilder_t * L_14; L_14 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_12, L_13, /*hidden argument*/NULL); } IL_003e: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0042: { int32_t L_16 = V_1; String_t* L_17 = ___identifier0; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) >= ((int32_t)L_18))) { goto IL_0058; } } { StringBuilder_t * L_19 = V_0; NullCheck(L_19); int32_t L_20; L_20 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)((int32_t)511)))) { goto IL_000a; } } IL_0058: { StringBuilder_t * L_21 = V_0; NullCheck(L_21); int32_t L_22; L_22 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0066; } } { return _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58; } IL_0066: { StringBuilder_t * L_23 = V_0; NullCheck(L_23); String_t* L_24; L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); return L_24; } } // System.Boolean System.Xml.Serialization.CodeIdentifier::IsValidStart(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CodeIdentifier_IsValidStart_m7A39E8B23694AD45E17E0EA63A294D5250D31074 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Char_GetUnicodeCategory_mC1963B628B32D9B09438C025372240FD6B5A96A4(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)8)))) { goto IL_000b; } } { return (bool)0; } IL_000b: { return (bool)1; } } // System.Boolean System.Xml.Serialization.CodeIdentifier::IsValid(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CodeIdentifier_IsValid_m35A2975CD36B4F4315BD1C8105DF5BCF966CF654 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Char_GetUnicodeCategory_mC1963B628B32D9B09438C025372240FD6B5A96A4(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_008b; } case 1: { goto IL_008b; } case 2: { goto IL_008b; } case 3: { goto IL_008b; } case 4: { goto IL_008b; } case 5: { goto IL_008b; } case 6: { goto IL_008b; } case 7: { goto IL_0087; } case 8: { goto IL_008b; } case 9: { goto IL_0087; } case 10: { goto IL_0087; } case 11: { goto IL_0087; } case 12: { goto IL_0087; } case 13: { goto IL_0087; } case 14: { goto IL_0087; } case 15: { goto IL_0087; } case 16: { goto IL_0087; } case 17: { goto IL_0087; } case 18: { goto IL_008b; } case 19: { goto IL_0087; } case 20: { goto IL_0087; } case 21: { goto IL_0087; } case 22: { goto IL_0087; } case 23: { goto IL_0087; } case 24: { goto IL_0087; } case 25: { goto IL_0087; } case 26: { goto IL_0087; } case 27: { goto IL_0087; } case 28: { goto IL_0087; } case 29: { goto IL_0087; } } } { goto IL_0089; } IL_0087: { return (bool)0; } IL_0089: { return (bool)0; } IL_008b: { return (bool)1; } } // System.Void System.Xml.Serialization.CodeIdentifier::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeIdentifier__cctor_m2A90D6C2D6C688FED06D08EA4202D31AEB6DDF42 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4 * L_0 = (CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4 *)il2cpp_codegen_object_new(CSharpCodeProvider_t9B8004656734F14B3E2781BC8B83620B33EAFDE4_il2cpp_TypeInfo_var); CSharpCodeProvider__ctor_m2F13896BA00EC1F764DA4AF88CF9202ADED3D0E2(L_0, /*hidden argument*/NULL); ((CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_StaticFields*)il2cpp_codegen_static_fields_for(CodeIdentifier_t7A70E983581E6F31BA9725F69C524264DAB98814_il2cpp_TypeInfo_var))->set_csharp_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m972153C21852C146EA8BB1E35015E7AFE0ACA400 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, int32_t ___contentType0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___contentType0; __this->set_contentType_0(L_0); __this->set_isEmptiable_2((bool)1); return; } } // System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, int32_t ___contentType0, bool ___isOpen1, bool ___isEmptiable2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___contentType0; __this->set_contentType_0(L_0); bool L_1 = ___isOpen1; __this->set_isOpen_1(L_1); bool L_2 = ___isEmptiable2; __this->set_isEmptiable_2(L_2); return; } } // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::get_ContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_contentType_0(); return L_0; } } // System.Boolean System.Xml.Schema.ContentValidator::get_IsOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_get_IsOpen_m5FB7F989F339D5D84EB296766D73FB6D64198F53 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_contentType_0(); if (!L_0) { goto IL_0011; } } { int32_t L_1 = __this->get_contentType_0(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { bool L_2 = __this->get_isOpen_1(); return L_2; } } // System.Void System.Xml.Schema.ContentValidator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__cctor_m92542240136A74C2E444B132132B6D80207754E3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C *)il2cpp_codegen_object_new(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m972153C21852C146EA8BB1E35015E7AFE0ACA400(L_0, 1, /*hidden argument*/NULL); ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->set_Empty_3(L_0); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_1 = (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C *)il2cpp_codegen_object_new(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435(L_1, 0, (bool)0, (bool)0, /*hidden argument*/NULL); ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->set_TextOnly_4(L_1); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_2 = (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C *)il2cpp_codegen_object_new(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m972153C21852C146EA8BB1E35015E7AFE0ACA400(L_2, 3, /*hidden argument*/NULL); ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->set_Mixed_5(L_2); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_3 = (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C *)il2cpp_codegen_object_new(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435(L_3, 3, (bool)1, (bool)1, /*hidden argument*/NULL); ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->set_Any_6(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.DatatypeImplementation::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation__cctor_m6943C85929F35B370DF92CF2D8FE0DA42EDAC2D3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_string_tB77515E627562C7905D9460C87420B458293E979_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0376126F0449A97AB7E650AF5576C7A59F4FB688); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0797970A05214E4132EBF1E0E234C882D1DCD3C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E6F6A066E9C41521D9969E61D6F5F89615E3161); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265F3FB35B71A1769644CBC8A1BD32CE34B94D63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD43975A69D522C9BBF973465C2270EB67DD0C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35297627D35CC089E8CF7EED1566D3C9FF09552C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B0A4D9DF1E7BCA0CC37643FD62C698D64EA7F1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B73D6A62CBC2F2D7E36C7E827E41941ED0A4B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C19E9456A591B7480BFD140A0016E01BC880976); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD1D6F2500A903652036B29D6882FA865715A46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BE06F642C3A63FAEA457BDFF33BDDEF57BB7CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51C6279E31F7483126B79E3000116001A915B690); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral648E7A40D2E5792A25DB368740E29C86157D8779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral692E131B59AF727A7822FA650BA4A6EEB0785056); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A13904391B9244725CDA479F017C96337B784A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral705E2E4DA8BAADF981F701A6C65423C725FAFCA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7828486CC6E76D847B54C1EB7416ACD4B474A3AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80BD0AC23C01D7E27D9756B80C93372D48AB0275); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral842A819C7360E51D01A8550FCEE258164E5AA620); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BF693870A1CA202D2EE1A186395E62B409214FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CAD5FF1EF457B3BD0E6D30D374C5561AA3D0FDC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFC78FE25EB4459543F4E497BB776C6616A672B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0B03C3C90A2F77EF795B5B44ADB4E16550BEE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB277B5B1CF7C3380602834A207C18657E7B8A9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD131E029E531EEF793FBF0B4609AC73AD1F372F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1C0E2BE30C6465F986B63E23CA73D695683ACF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBAA0AE1BC05CD8F3F881F4350A1BCAC87A11697); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBBCFF9559F03CF35B40795127B3BDBC6A80E8CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF20334865FA7018C1BA9A8CEB0C34098005DC07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC622F0B78799504E9F670AD20F9006F7BD480C1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA645ED4B07E7B41C211BD7FDE87069773914BF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF0E9D64E3F57C73CF91FF404AA6F5D46637A3CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD015306D665F695A4B61154904784526EEFEC44B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD29D7A474294CE305B3899F0EF058A660546CC77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD41E0018E119649FDAD866A881DB09284C4F1F63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9AD03488C0FD2A5029083D5A67F58438C2A5CF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA70DA9BEB540E5A5AE851D4E7FE442181677124); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDD95D0BA271A5E9F4CE21EE52B8AD959CD7072A); 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*)&_stringLiteralE45A27D5263BA91F21F82127FF20410C4431D222); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB3C5FD07A0EE63BA68796F5AC5B2BF4B174670C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBC96FC5B7AE8C1C12A3890CB36E89139E925C53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDA5C78F1020908086DF1A7AC39C48AEFE8E36C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4541B932FD6CC47E51779BE1ADC2CE3B2928831); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5C24D44837B154270D34E68B33250421ECA84D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF68BE93499EBDA525EAB969E88B05907332F6184); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_builtinTypes_5(L_0); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_1 = (XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21*)(XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21*)SZArrayNew(XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21_il2cpp_TypeInfo_var, (uint32_t)((int32_t)55)); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_enumToTypeCode_6(L_1); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_2, _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_QnAnySimpleType_12(L_2); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_3, _stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_QnAnyType_13(L_3); StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * L_4 = (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 *)il2cpp_codegen_object_new(StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var); StringFacetsChecker__ctor_m158E001635C605661CCC41C17FE9E6752AE51ED8(L_4, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_stringFacetsChecker_14(L_4); MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6 * L_5 = (MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6 *)il2cpp_codegen_object_new(MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6_il2cpp_TypeInfo_var); MiscFacetsChecker__ctor_mBF0B1718178780AB8BC8835E793AD268DED3DBD3(L_5, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_miscFacetsChecker_15(L_5); Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * L_6 = (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 *)il2cpp_codegen_object_new(Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8_il2cpp_TypeInfo_var); Numeric2FacetsChecker__ctor_mFE1AC0BDD71FB925A03F366AFCF9B5DF9761907D(L_6, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_numeric2FacetsChecker_16(L_6); BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB * L_7 = (BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB *)il2cpp_codegen_object_new(BinaryFacetsChecker_t35B0D11EE63DBE1D11D44E884A07A285B4DA93BB_il2cpp_TypeInfo_var); BinaryFacetsChecker__ctor_m9C9DBC420AF97A6DED97D800FFE18E45517F6104(L_7, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_binaryFacetsChecker_17(L_7); DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * L_8 = (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C *)il2cpp_codegen_object_new(DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C_il2cpp_TypeInfo_var); DateTimeFacetsChecker__ctor_mC90FE147EEA02A9DD9565DE90346B5424BC3D3AC(L_8, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_dateTimeFacetsChecker_18(L_8); DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * L_9 = (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 *)il2cpp_codegen_object_new(DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66_il2cpp_TypeInfo_var); DurationFacetsChecker__ctor_m438A86050C11C8861B1955ED73C63C2AB460FC82(L_9, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_durationFacetsChecker_19(L_9); ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 * L_10 = (ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 *)il2cpp_codegen_object_new(ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46_il2cpp_TypeInfo_var); ListFacetsChecker__ctor_m932E0D4433FBD16CDF3610E95A794218E77E2A5B(L_10, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_listFacetsChecker_20(L_10); QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * L_11 = (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC *)il2cpp_codegen_object_new(QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC_il2cpp_TypeInfo_var); QNameFacetsChecker__ctor_mE0345A5109D0F20D6AEA2D4E2C20A42202DFDC93(L_11, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_qnameFacetsChecker_21(L_11); UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 * L_12 = (UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 *)il2cpp_codegen_object_new(UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0_il2cpp_TypeInfo_var); UnionFacetsChecker__ctor_m9C54C58988EFF405DEAC563BB7E9DAC99D69243F(L_12, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_unionFacetsChecker_22(L_12); Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * L_13 = (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 *)il2cpp_codegen_object_new(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(L_13, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_anySimpleType_23(L_13); Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * L_14 = (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 *)il2cpp_codegen_object_new(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var); Datatype_anyURI__ctor_m01202C7E75FE445833450E6DE424504742BF5198(L_14, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_anyURI_24(L_14); Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * L_15 = (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B *)il2cpp_codegen_object_new(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var); Datatype_base64Binary__ctor_mC0CFB84ADE3F7C89863DB0DBCD683663ECADAEDE(L_15, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_base64Binary_25(L_15); Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * L_16 = (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F *)il2cpp_codegen_object_new(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var); Datatype_boolean__ctor_m01D7023C780AB26021224BBAA3123A4A8D1F6F6C(L_16, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_boolean_26(L_16); Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * L_17 = (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB *)il2cpp_codegen_object_new(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); Datatype_byte__ctor_m0FB369245D3D857658484E5D3B96D3F98A8E1767(L_17, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_byte_27(L_17); Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * L_18 = (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 *)il2cpp_codegen_object_new(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var); Datatype_char__ctor_m726FC07EA6F2476D58A145DD0DB402831365D29D(L_18, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_char_28(L_18); Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620 * L_19 = (Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620 *)il2cpp_codegen_object_new(Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620_il2cpp_TypeInfo_var); Datatype_date__ctor_mA47E962A544D5BE9C8C01C0CABDE2F74F32821F0(L_19, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_date_29(L_19); Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0 * L_20 = (Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0 *)il2cpp_codegen_object_new(Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0_il2cpp_TypeInfo_var); Datatype_dateTime__ctor_m8D596BE6EA9168A06833B4C1C70595482006F59D(L_20, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_dateTime_30(L_20); Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440 * L_21 = (Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440 *)il2cpp_codegen_object_new(Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440_il2cpp_TypeInfo_var); Datatype_dateTimeNoTimeZone__ctor_m60634C0823E18B05EC32A3F8C20863E828B46D06(L_21, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_dateTimeNoTz_31(L_21); Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047 * L_22 = (Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047 *)il2cpp_codegen_object_new(Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047_il2cpp_TypeInfo_var); Datatype_dateTimeTimeZone__ctor_mA97222AE0729417CA670641CFA984F6578605274(L_22, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_dateTimeTz_32(L_22); Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F * L_23 = (Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F *)il2cpp_codegen_object_new(Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F_il2cpp_TypeInfo_var); Datatype_day__ctor_m8FE344881AEC93A38887711FC87EBEB50CCDCA6B(L_23, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_day_33(L_23); Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * L_24 = (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 *)il2cpp_codegen_object_new(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); Datatype_decimal__ctor_mBF988DFFBD420D7087C8A78B8D5082F8A86D064D(L_24, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_decimal_34(L_24); Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * L_25 = (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC *)il2cpp_codegen_object_new(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); Datatype_double__ctor_m35E97756C5E5297E5612CA7641F2CF90096390FB(L_25, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_double_35(L_25); Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120 * L_26 = (Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120 *)il2cpp_codegen_object_new(Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120_il2cpp_TypeInfo_var); Datatype_doubleXdr__ctor_m72D0197AD978A8F3209555B32DFF2D748C5155FB(L_26, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_doubleXdr_36(L_26); Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * L_27 = (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 *)il2cpp_codegen_object_new(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); Datatype_duration__ctor_m4018086E73295F08092377617F7EA06902069589(L_27, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_duration_37(L_27); Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1 * L_28 = (Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1 *)il2cpp_codegen_object_new(Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1_il2cpp_TypeInfo_var); Datatype_ENTITY__ctor_m309AAAD8844426501C25542F404D284096BF4F79(L_28, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_ENTITY_38(L_28); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_29 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITY_38(); NullCheck(L_29); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_30; L_30 = DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2(L_29, 1, (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_ENTITIES_39(((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)CastclassClass((RuntimeObject*)L_30, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))); Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6 * L_31 = (Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6 *)il2cpp_codegen_object_new(Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6_il2cpp_TypeInfo_var); Datatype_ENUMERATION__ctor_mBE882B31C14BE0BFE44F1611C9F697620621FBA5(L_31, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_ENUMERATION_40(L_31); Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4 * L_32 = (Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4 *)il2cpp_codegen_object_new(Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4_il2cpp_TypeInfo_var); Datatype_fixed__ctor_m2431D620E1AF569B48855C9D1DC71D53E04CAE3C(L_32, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_fixed_41(L_32); Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * L_33 = (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 *)il2cpp_codegen_object_new(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); Datatype_float__ctor_mC3277F77ABDB5C66295AE526BEDBE6FAA93F4131(L_33, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_float_42(L_33); Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990 * L_34 = (Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990 *)il2cpp_codegen_object_new(Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990_il2cpp_TypeInfo_var); Datatype_floatXdr__ctor_m6F2CA9311191F04F495175E414F3843A9EE8E5BC(L_34, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_floatXdr_43(L_34); Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * L_35 = (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 *)il2cpp_codegen_object_new(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var); Datatype_hexBinary__ctor_m1159F4E715B4AB08EB103E3A973931677CF3F4C6(L_35, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_hexBinary_44(L_35); Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851 * L_36 = (Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851 *)il2cpp_codegen_object_new(Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851_il2cpp_TypeInfo_var); Datatype_ID__ctor_mDA5C66367CF2C326316FB2719EADC27DCDBA4667(L_36, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_ID_45(L_36); Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F * L_37 = (Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F *)il2cpp_codegen_object_new(Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F_il2cpp_TypeInfo_var); Datatype_IDREF__ctor_mC268A2994DB08E7C1FC4993A6E90701671F0B124(L_37, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_IDREF_46(L_37); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_38 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREF_46(); NullCheck(L_38); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_39; L_39 = DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2(L_38, 1, (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_IDREFS_47(((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)CastclassClass((RuntimeObject*)L_39, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))); Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * L_40 = (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 *)il2cpp_codegen_object_new(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); Datatype_int__ctor_m37FC1E1F2F850B2AFD162385ACC4CC0449337513(L_40, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_int_48(L_40); Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 * L_41 = (Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 *)il2cpp_codegen_object_new(Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734_il2cpp_TypeInfo_var); Datatype_integer__ctor_m406BE19AC1EE4087E43636F916766BFD787DD7D9(L_41, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_integer_49(L_41); Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3 * L_42 = (Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3 *)il2cpp_codegen_object_new(Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3_il2cpp_TypeInfo_var); Datatype_language__ctor_m8A661D0AEA8185FFDCCD554BE8B6CD8BC560F7C2(L_42, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_language_50(L_42); Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * L_43 = (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 *)il2cpp_codegen_object_new(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); Datatype_long__ctor_m4950C791BEA68C396D10657659F8D24A34C7EC53(L_43, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_long_51(L_43); Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53 * L_44 = (Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53 *)il2cpp_codegen_object_new(Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53_il2cpp_TypeInfo_var); Datatype_month__ctor_m57E3158985137386699845BEAFC82EA6E5E99E23(L_44, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_month_52(L_44); Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1 * L_45 = (Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1 *)il2cpp_codegen_object_new(Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1_il2cpp_TypeInfo_var); Datatype_monthDay__ctor_mEE91F164E648995CB27D2CAB17BE69070CBCFBAD(L_45, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_monthDay_53(L_45); Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6 * L_46 = (Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6 *)il2cpp_codegen_object_new(Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6_il2cpp_TypeInfo_var); Datatype_Name__ctor_m49D9984F09AC16D76E8E091FD135B02883BC8A73(L_46, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_Name_54(L_46); Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD * L_47 = (Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD *)il2cpp_codegen_object_new(Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD_il2cpp_TypeInfo_var); Datatype_NCName__ctor_mFA10ECC3C0B1B2F8FD5409CA2CE1BAAAA720F57F(L_47, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_NCName_55(L_47); Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD * L_48 = (Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD *)il2cpp_codegen_object_new(Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var); Datatype_negativeInteger__ctor_m2497C8519A0E27086A84EAB2807387D0900656F0(L_48, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_negativeInteger_56(L_48); Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 * L_49 = (Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 *)il2cpp_codegen_object_new(Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525_il2cpp_TypeInfo_var); Datatype_NMTOKEN__ctor_m0AB0BD7ECBA7A78AA565CEDD8FADE63F9D7CC1C7(L_49, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_NMTOKEN_57(L_49); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_50 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57(); NullCheck(L_50); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_51; L_51 = DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2(L_50, 1, (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_NMTOKENS_58(((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)CastclassClass((RuntimeObject*)L_51, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))); Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A * L_52 = (Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A *)il2cpp_codegen_object_new(Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); Datatype_nonNegativeInteger__ctor_m03D0135C976DA6673A33E95901CBA46230D89E69(L_52, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_nonNegativeInteger_59(L_52); Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 * L_53 = (Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 *)il2cpp_codegen_object_new(Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var); Datatype_nonPositiveInteger__ctor_m11C4FE470505608005FC63DD0F8A6009172FAFF3(L_53, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_nonPositiveInteger_60(L_53); Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 * L_54 = (Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 *)il2cpp_codegen_object_new(Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42_il2cpp_TypeInfo_var); Datatype_normalizedString__ctor_m1DF55A280CA6E0C9A26CF0FE1730AD1946FA2408(L_54, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_normalizedString_61(L_54); Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * L_55 = (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E *)il2cpp_codegen_object_new(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var); Datatype_NOTATION__ctor_mF7E3399D71E72073EF29E002DF9765E7315FD63B(L_55, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_NOTATION_62(L_55); Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C * L_56 = (Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C *)il2cpp_codegen_object_new(Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var); Datatype_positiveInteger__ctor_m673007CEE0A51E0F72142A8E525C3B9B37A314CF(L_56, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_positiveInteger_63(L_56); Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * L_57 = (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD *)il2cpp_codegen_object_new(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var); Datatype_QName__ctor_m7C0FD934A1919AAB2EEFCD9A05976E1F1A0E5CF4(L_57, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_QName_64(L_57); Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB * L_58 = (Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB *)il2cpp_codegen_object_new(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var); Datatype_QNameXdr__ctor_mB7451F386F5ED190528ACCBEB1D4CCB12C895735(L_58, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_QNameXdr_65(L_58); Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * L_59 = (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 *)il2cpp_codegen_object_new(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); Datatype_short__ctor_m3812E69800AA6EA061CDC48DEC15ABD75359EACB(L_59, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_short_66(L_59); Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * L_60 = (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 *)il2cpp_codegen_object_new(Datatype_string_tB77515E627562C7905D9460C87420B458293E979_il2cpp_TypeInfo_var); Datatype_string__ctor_m62D82C5A7B899904CE7ECAE2761099A52F28C60E(L_60, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_string_67(L_60); Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40 * L_61 = (Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40 *)il2cpp_codegen_object_new(Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40_il2cpp_TypeInfo_var); Datatype_time__ctor_m643F63537B15753CCF99D28F83BD0CF4C45034C1(L_61, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_time_68(L_61); Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730 * L_62 = (Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730 *)il2cpp_codegen_object_new(Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730_il2cpp_TypeInfo_var); Datatype_timeNoTimeZone__ctor_m535D8B30259004DE98437D94100E85AFEB73D2CA(L_62, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_timeNoTz_69(L_62); Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E * L_63 = (Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E *)il2cpp_codegen_object_new(Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E_il2cpp_TypeInfo_var); Datatype_timeTimeZone__ctor_mE48A1FDE05347F5A5E9F330B8B7C274C33FAFD1F(L_63, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_timeTz_70(L_63); Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 * L_64 = (Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 *)il2cpp_codegen_object_new(Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47_il2cpp_TypeInfo_var); Datatype_token__ctor_m7174D09ECFAED9DFE8266E1D87F4A08998120A5A(L_64, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_token_71(L_64); Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * L_65 = (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E *)il2cpp_codegen_object_new(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); Datatype_unsignedByte__ctor_m8523655CC8EC1D3286E973EA0540855BE343F128(L_65, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_unsignedByte_72(L_65); Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * L_66 = (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE *)il2cpp_codegen_object_new(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); Datatype_unsignedInt__ctor_mF69D4447CCEC446784D4AE14D6FCF598DF0B21D6(L_66, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_unsignedInt_73(L_66); Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * L_67 = (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 *)il2cpp_codegen_object_new(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); Datatype_unsignedLong__ctor_m25D06A049D01A9953B9E0AF568653D5D9D8898CC(L_67, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_unsignedLong_74(L_67); Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * L_68 = (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE *)il2cpp_codegen_object_new(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); Datatype_unsignedShort__ctor_mC66C43D8FDE90FBCB856CFDBA1022E3C1078659C(L_68, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_unsignedShort_75(L_68); Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * L_69 = (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 *)il2cpp_codegen_object_new(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var); Datatype_uuid__ctor_m76FD9A024BA6035EC22ADBD49BE7D93DB42CDB5B(L_69, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_uuid_76(L_69); Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96 * L_70 = (Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96 *)il2cpp_codegen_object_new(Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96_il2cpp_TypeInfo_var); Datatype_year__ctor_m0831BD7D21E059CC7456B0027F4402E18D66AF50(L_70, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_year_77(L_70); Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE * L_71 = (Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE *)il2cpp_codegen_object_new(Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE_il2cpp_TypeInfo_var); Datatype_yearMonth__ctor_mA8EED316CC6015D4933D27E97C46025FB93070DA(L_71, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_yearMonth_78(L_71); Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357 * L_72 = (Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357 *)il2cpp_codegen_object_new(Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357_il2cpp_TypeInfo_var); Datatype_normalizedStringV1Compat__ctor_mDABACEFDC8177E952D8CAED8D9D4BAB313364CFD(L_72, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_normalizedStringV1Compat_79(L_72); Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24 * L_73 = (Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24 *)il2cpp_codegen_object_new(Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24_il2cpp_TypeInfo_var); Datatype_tokenV1Compat__ctor_m14BB4F1BC501631D7F728CC6E992C2113D762048(L_73, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_tokenV1Compat_80(L_73); Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C * L_74 = (Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C *)il2cpp_codegen_object_new(Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C_il2cpp_TypeInfo_var); Datatype_anyAtomicType__ctor_m8ECA9EE46AD83B211B9B0EF7158BC0D2134C7DD1(L_74, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_anyAtomicType_81(L_74); Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9 * L_75 = (Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9 *)il2cpp_codegen_object_new(Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9_il2cpp_TypeInfo_var); Datatype_dayTimeDuration__ctor_mED183A3F1816A4C4E544B81E8B57C5B8F6830B6C(L_75, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_dayTimeDuration_82(L_75); Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 * L_76 = (Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 *)il2cpp_codegen_object_new(Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78_il2cpp_TypeInfo_var); Datatype_untypedAtomicType__ctor_mA0EF46E94B4B03BCB515C8AFF8BD6106450B1232(L_76, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_untypedAtomicType_83(L_76); Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16 * L_77 = (Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16 *)il2cpp_codegen_object_new(Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16_il2cpp_TypeInfo_var); Datatype_yearMonthDuration__ctor_mE4EE35896157643375289D20410C7702111A0782(L_77, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_yearMonthDuration_84(L_77); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_78 = (DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D*)(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D*)SZArrayNew(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_79 = L_78; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_80 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_string_67(); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_80); (L_79)->SetAt(static_cast(0), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_80); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_81 = L_79; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_82 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ID_45(); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(1), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_82); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_83 = L_81; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_84 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREF_46(); NullCheck(L_83); ArrayElementTypeCheck (L_83, L_84); (L_83)->SetAt(static_cast(2), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_84); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_85 = L_83; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_86 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREFS_47(); NullCheck(L_85); ArrayElementTypeCheck (L_85, L_86); (L_85)->SetAt(static_cast(3), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_86); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_87 = L_85; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_88 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITY_38(); NullCheck(L_87); ArrayElementTypeCheck (L_87, L_88); (L_87)->SetAt(static_cast(4), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_88); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_89 = L_87; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_90 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITIES_39(); NullCheck(L_89); ArrayElementTypeCheck (L_89, L_90); (L_89)->SetAt(static_cast(5), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_90); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_91 = L_89; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_92 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57(); NullCheck(L_91); ArrayElementTypeCheck (L_91, L_92); (L_91)->SetAt(static_cast(6), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_92); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_93 = L_91; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_94 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58(); NullCheck(L_93); ArrayElementTypeCheck (L_93, L_94); (L_93)->SetAt(static_cast(7), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_94); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_95 = L_93; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_96 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NOTATION_62(); NullCheck(L_95); ArrayElementTypeCheck (L_95, L_96); (L_95)->SetAt(static_cast(8), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_96); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_97 = L_95; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_98 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENUMERATION_40(); NullCheck(L_97); ArrayElementTypeCheck (L_97, L_98); (L_97)->SetAt(static_cast(((int32_t)9)), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_98); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_99 = L_97; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_100 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_QNameXdr_65(); NullCheck(L_99); ArrayElementTypeCheck (L_99, L_100); (L_99)->SetAt(static_cast(((int32_t)10)), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_100); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_101 = L_99; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_102 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NCName_55(); NullCheck(L_101); ArrayElementTypeCheck (L_101, L_102); (L_101)->SetAt(static_cast(((int32_t)11)), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_102); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_tokenizedTypes_85(L_101); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_103 = (DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D*)(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D*)SZArrayNew(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_104 = L_103; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_105 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_string_67(); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_105); (L_104)->SetAt(static_cast(0), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_105); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_106 = L_104; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_107 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ID_45(); NullCheck(L_106); ArrayElementTypeCheck (L_106, L_107); (L_106)->SetAt(static_cast(1), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_107); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_108 = L_106; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_109 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREF_46(); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_109); (L_108)->SetAt(static_cast(2), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_109); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_110 = L_108; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_111 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREFS_47(); NullCheck(L_110); ArrayElementTypeCheck (L_110, L_111); (L_110)->SetAt(static_cast(3), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_111); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_112 = L_110; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_113 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITY_38(); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_113); (L_112)->SetAt(static_cast(4), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_113); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_114 = L_112; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_115 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITIES_39(); NullCheck(L_114); ArrayElementTypeCheck (L_114, L_115); (L_114)->SetAt(static_cast(5), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_115); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_116 = L_114; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_117 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57(); NullCheck(L_116); ArrayElementTypeCheck (L_116, L_117); (L_116)->SetAt(static_cast(6), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_117); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_118 = L_116; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_119 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58(); NullCheck(L_118); ArrayElementTypeCheck (L_118, L_119); (L_118)->SetAt(static_cast(7), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_119); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_120 = L_118; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_121 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NOTATION_62(); NullCheck(L_120); ArrayElementTypeCheck (L_120, L_121); (L_120)->SetAt(static_cast(8), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_121); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_122 = L_120; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_123 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENUMERATION_40(); NullCheck(L_122); ArrayElementTypeCheck (L_122, L_123); (L_122)->SetAt(static_cast(((int32_t)9)), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_123); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_124 = L_122; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_125 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_QName_64(); NullCheck(L_124); ArrayElementTypeCheck (L_124, L_125); (L_124)->SetAt(static_cast(((int32_t)10)), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_125); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_126 = L_124; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_127 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NCName_55(); NullCheck(L_126); ArrayElementTypeCheck (L_126, L_127); (L_126)->SetAt(static_cast(((int32_t)11)), (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_127); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_tokenizedTypesXsd_86(L_126); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_128 = (SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA*)(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA*)SZArrayNew(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)38)); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_129 = L_128; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_130 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_base64Binary_25(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_131 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_131, _stringLiteralDA70DA9BEB540E5A5AE851D4E7FE442181677124, L_130, /*hidden argument*/NULL); NullCheck(L_129); ArrayElementTypeCheck (L_129, L_131); (L_129)->SetAt(static_cast(0), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_131); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_132 = L_129; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_133 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_hexBinary_44(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_134 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_134, _stringLiteral3B73D6A62CBC2F2D7E36C7E827E41941ED0A4B49, L_133, /*hidden argument*/NULL); NullCheck(L_132); ArrayElementTypeCheck (L_132, L_134); (L_132)->SetAt(static_cast(1), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_134); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_135 = L_132; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_136 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_boolean_26(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_137 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_137, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, L_136, /*hidden argument*/NULL); NullCheck(L_135); ArrayElementTypeCheck (L_135, L_137); (L_135)->SetAt(static_cast(2), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_137); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_138 = L_135; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_139 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_char_28(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_140 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_140, _stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7, L_139, /*hidden argument*/NULL); NullCheck(L_138); ArrayElementTypeCheck (L_138, L_140); (L_138)->SetAt(static_cast(3), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_140); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_141 = L_138; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_142 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_date_29(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_143 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_143, _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300, L_142, /*hidden argument*/NULL); NullCheck(L_141); ArrayElementTypeCheck (L_141, L_143); (L_141)->SetAt(static_cast(4), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_143); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_144 = L_141; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_145 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_dateTimeNoTz_31(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_146 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_146, _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6, L_145, /*hidden argument*/NULL); NullCheck(L_144); ArrayElementTypeCheck (L_144, L_146); (L_144)->SetAt(static_cast(5), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_146); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_147 = L_144; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_148 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_dateTimeTz_32(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_149 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_149, _stringLiteral4BE06F642C3A63FAEA457BDFF33BDDEF57BB7CA7, L_148, /*hidden argument*/NULL); NullCheck(L_147); ArrayElementTypeCheck (L_147, L_149); (L_147)->SetAt(static_cast(6), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_149); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_150 = L_147; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_151 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_decimal_34(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_152 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_152, _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D, L_151, /*hidden argument*/NULL); NullCheck(L_150); ArrayElementTypeCheck (L_150, L_152); (L_150)->SetAt(static_cast(7), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_152); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_153 = L_150; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_154 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITIES_39(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_155 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_155, _stringLiteral6A13904391B9244725CDA479F017C96337B784A1, L_154, /*hidden argument*/NULL); NullCheck(L_153); ArrayElementTypeCheck (L_153, L_155); (L_153)->SetAt(static_cast(8), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_155); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_156 = L_153; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_157 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITY_38(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_158 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_158, _stringLiteralBBBCFF9559F03CF35B40795127B3BDBC6A80E8CB, L_157, /*hidden argument*/NULL); NullCheck(L_156); ArrayElementTypeCheck (L_156, L_158); (L_156)->SetAt(static_cast(((int32_t)9)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_158); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_159 = L_156; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_160 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENUMERATION_40(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_161 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_161, _stringLiteral9C0B03C3C90A2F77EF795B5B44ADB4E16550BEE4, L_160, /*hidden argument*/NULL); NullCheck(L_159); ArrayElementTypeCheck (L_159, L_161); (L_159)->SetAt(static_cast(((int32_t)10)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_161); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_162 = L_159; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_163 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_fixed_41(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_164 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_164, _stringLiteralB1C0E2BE30C6465F986B63E23CA73D695683ACF6, L_163, /*hidden argument*/NULL); NullCheck(L_162); ArrayElementTypeCheck (L_162, L_164); (L_162)->SetAt(static_cast(((int32_t)11)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_164); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_165 = L_162; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_166 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_doubleXdr_36(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_167 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_167, _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29, L_166, /*hidden argument*/NULL); NullCheck(L_165); ArrayElementTypeCheck (L_165, L_167); (L_165)->SetAt(static_cast(((int32_t)12)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_167); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_168 = L_165; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_169 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_floatXdr_43(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_170 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_170, _stringLiteral692E131B59AF727A7822FA650BA4A6EEB0785056, L_169, /*hidden argument*/NULL); NullCheck(L_168); ArrayElementTypeCheck (L_168, L_170); (L_168)->SetAt(static_cast(((int32_t)13)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_170); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_171 = L_168; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_172 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_doubleXdr_36(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_173 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_173, _stringLiteralCF0E9D64E3F57C73CF91FF404AA6F5D46637A3CC, L_172, /*hidden argument*/NULL); NullCheck(L_171); ArrayElementTypeCheck (L_171, L_173); (L_171)->SetAt(static_cast(((int32_t)14)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_173); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_174 = L_171; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_175 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_byte_27(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_176 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_176, _stringLiteral8CAD5FF1EF457B3BD0E6D30D374C5561AA3D0FDC, L_175, /*hidden argument*/NULL); NullCheck(L_174); ArrayElementTypeCheck (L_174, L_176); (L_174)->SetAt(static_cast(((int32_t)15)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_176); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_177 = L_174; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_178 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_short_66(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_179 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_179, _stringLiteral0376126F0449A97AB7E650AF5576C7A59F4FB688, L_178, /*hidden argument*/NULL); NullCheck(L_177); ArrayElementTypeCheck (L_177, L_179); (L_177)->SetAt(static_cast(((int32_t)16)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_179); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_180 = L_177; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_181 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_int_48(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_182 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_182, _stringLiteralEBC96FC5B7AE8C1C12A3890CB36E89139E925C53, L_181, /*hidden argument*/NULL); NullCheck(L_180); ArrayElementTypeCheck (L_180, L_182); (L_180)->SetAt(static_cast(((int32_t)17)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_182); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_183 = L_180; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_184 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_long_51(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_185 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_185, _stringLiteral3B0A4D9DF1E7BCA0CC37643FD62C698D64EA7F1D, L_184, /*hidden argument*/NULL); NullCheck(L_183); ArrayElementTypeCheck (L_183, L_185); (L_183)->SetAt(static_cast(((int32_t)18)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_185); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_186 = L_183; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_187 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ID_45(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_188 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_188, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, L_187, /*hidden argument*/NULL); NullCheck(L_186); ArrayElementTypeCheck (L_186, L_188); (L_186)->SetAt(static_cast(((int32_t)19)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_188); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_189 = L_186; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_190 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREF_46(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_191 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_191, _stringLiteral7828486CC6E76D847B54C1EB7416ACD4B474A3AB, L_190, /*hidden argument*/NULL); NullCheck(L_189); ArrayElementTypeCheck (L_189, L_191); (L_189)->SetAt(static_cast(((int32_t)20)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_191); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_192 = L_189; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_193 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREFS_47(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_194 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_194, _stringLiteralD015306D665F695A4B61154904784526EEFEC44B, L_193, /*hidden argument*/NULL); NullCheck(L_192); ArrayElementTypeCheck (L_192, L_194); (L_192)->SetAt(static_cast(((int32_t)21)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_194); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_195 = L_192; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_196 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_int_48(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_197 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_197, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, L_196, /*hidden argument*/NULL); NullCheck(L_195); ArrayElementTypeCheck (L_195, L_197); (L_195)->SetAt(static_cast(((int32_t)22)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_197); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_198 = L_195; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_199 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_200 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_200, _stringLiteral80BD0AC23C01D7E27D9756B80C93372D48AB0275, L_199, /*hidden argument*/NULL); NullCheck(L_198); ArrayElementTypeCheck (L_198, L_200); (L_198)->SetAt(static_cast(((int32_t)23)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_200); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_201 = L_198; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_202 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_203 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_203, _stringLiteral35297627D35CC089E8CF7EED1566D3C9FF09552C, L_202, /*hidden argument*/NULL); NullCheck(L_201); ArrayElementTypeCheck (L_201, L_203); (L_201)->SetAt(static_cast(((int32_t)24)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_203); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_204 = L_201; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_205 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NOTATION_62(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_206 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_206, _stringLiteralE45A27D5263BA91F21F82127FF20410C4431D222, L_205, /*hidden argument*/NULL); NullCheck(L_204); ArrayElementTypeCheck (L_204, L_206); (L_204)->SetAt(static_cast(((int32_t)25)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_206); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_207 = L_204; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_208 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_doubleXdr_36(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_209 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_209, _stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741, L_208, /*hidden argument*/NULL); NullCheck(L_207); ArrayElementTypeCheck (L_207, L_209); (L_207)->SetAt(static_cast(((int32_t)26)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_209); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_210 = L_207; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_211 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_floatXdr_43(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_212 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_212, _stringLiteralEDDA5C78F1020908086DF1A7AC39C48AEFE8E36C, L_211, /*hidden argument*/NULL); NullCheck(L_210); ArrayElementTypeCheck (L_210, L_212); (L_210)->SetAt(static_cast(((int32_t)27)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_212); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_213 = L_210; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_214 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_doubleXdr_36(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_215 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_215, _stringLiteralDDD95D0BA271A5E9F4CE21EE52B8AD959CD7072A, L_214, /*hidden argument*/NULL); NullCheck(L_213); ArrayElementTypeCheck (L_213, L_215); (L_213)->SetAt(static_cast(((int32_t)28)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_215); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_216 = L_213; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_217 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_string_67(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_218 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_218, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, L_217, /*hidden argument*/NULL); NullCheck(L_216); ArrayElementTypeCheck (L_216, L_218); (L_216)->SetAt(static_cast(((int32_t)29)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_218); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_219 = L_216; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_220 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_timeNoTz_69(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_221 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_221, _stringLiteral51C6279E31F7483126B79E3000116001A915B690, L_220, /*hidden argument*/NULL); NullCheck(L_219); ArrayElementTypeCheck (L_219, L_221); (L_219)->SetAt(static_cast(((int32_t)30)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_221); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_222 = L_219; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_223 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_timeTz_70(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_224 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_224, _stringLiteralBF20334865FA7018C1BA9A8CEB0C34098005DC07, L_223, /*hidden argument*/NULL); NullCheck(L_222); ArrayElementTypeCheck (L_222, L_224); (L_222)->SetAt(static_cast(((int32_t)31)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_224); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_225 = L_222; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_226 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedByte_72(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_227 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_227, _stringLiteral9AFC78FE25EB4459543F4E497BB776C6616A672B, L_226, /*hidden argument*/NULL); NullCheck(L_225); ArrayElementTypeCheck (L_225, L_227); (L_225)->SetAt(static_cast(((int32_t)32)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_227); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_228 = L_225; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_229 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedShort_75(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_230 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_230, _stringLiteralEB3C5FD07A0EE63BA68796F5AC5B2BF4B174670C, L_229, /*hidden argument*/NULL); NullCheck(L_228); ArrayElementTypeCheck (L_228, L_230); (L_228)->SetAt(static_cast(((int32_t)33)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_230); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_231 = L_228; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_232 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedInt_73(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_233 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_233, _stringLiteralF5C24D44837B154270D34E68B33250421ECA84D6, L_232, /*hidden argument*/NULL); NullCheck(L_231); ArrayElementTypeCheck (L_231, L_233); (L_231)->SetAt(static_cast(((int32_t)34)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_233); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_234 = L_231; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_235 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedLong_74(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_236 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_236, _stringLiteralD41E0018E119649FDAD866A881DB09284C4F1F63, L_235, /*hidden argument*/NULL); NullCheck(L_234); ArrayElementTypeCheck (L_234, L_236); (L_234)->SetAt(static_cast(((int32_t)35)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_236); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_237 = L_234; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_238 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_anyURI_24(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_239 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_239, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_238, /*hidden argument*/NULL); NullCheck(L_237); ArrayElementTypeCheck (L_237, L_239); (L_237)->SetAt(static_cast(((int32_t)36)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_239); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_240 = L_237; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_241 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_uuid_76(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_242 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_m26EA852BFCC766D0BDB9B4575CD92847EC563D06(L_242, _stringLiteral8BF693870A1CA202D2EE1A186395E62B409214FD, L_241, /*hidden argument*/NULL); NullCheck(L_240); ArrayElementTypeCheck (L_240, L_242); (L_240)->SetAt(static_cast(((int32_t)37)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_242); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_XdrTypes_87(L_240); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_243 = (SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA*)(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA*)SZArrayNew(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)45)); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_244 = L_243; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_245 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITIES_39(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_246 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_246, _stringLiteralF4541B932FD6CC47E51779BE1ADC2CE3B2928831, L_245, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_244); ArrayElementTypeCheck (L_244, L_246); (L_244)->SetAt(static_cast(0), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_246); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_247 = L_244; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_248 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ENTITY_38(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_249 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_249, _stringLiteral0797970A05214E4132EBF1E0E234C882D1DCD3C6, L_248, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_247); ArrayElementTypeCheck (L_247, L_249); (L_247)->SetAt(static_cast(1), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_249); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_250 = L_247; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_251 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_ID_45(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_252 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_252, _stringLiteralF68BE93499EBDA525EAB969E88B05907332F6184, L_251, 5, /*hidden argument*/NULL); NullCheck(L_250); ArrayElementTypeCheck (L_250, L_252); (L_250)->SetAt(static_cast(2), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_252); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_253 = L_250; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_254 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREF_46(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_255 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_255, _stringLiteral4BD1D6F2500A903652036B29D6882FA865715A46, L_254, 5, /*hidden argument*/NULL); NullCheck(L_253); ArrayElementTypeCheck (L_253, L_255); (L_253)->SetAt(static_cast(3), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_255); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_256 = L_253; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_257 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_IDREFS_47(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_258 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_258, _stringLiteral648E7A40D2E5792A25DB368740E29C86157D8779, L_257, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_256); ArrayElementTypeCheck (L_256, L_258); (L_256)->SetAt(static_cast(4), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_258); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_259 = L_256; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_260 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NCName_55(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_261 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_261, _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199, L_260, ((int32_t)9), /*hidden argument*/NULL); NullCheck(L_259); ArrayElementTypeCheck (L_259, L_261); (L_259)->SetAt(static_cast(5), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_261); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_262 = L_259; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_263 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_264 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_264, _stringLiteral2AD43975A69D522C9BBF973465C2270EB67DD0C6, L_263, ((int32_t)40), /*hidden argument*/NULL); NullCheck(L_262); ArrayElementTypeCheck (L_262, L_264); (L_262)->SetAt(static_cast(6), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_264); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_265 = L_262; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_266 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_267 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_267, _stringLiteralD9AD03488C0FD2A5029083D5A67F58438C2A5CF1, L_266, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_265); ArrayElementTypeCheck (L_265, L_267); (L_265)->SetAt(static_cast(7), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_267); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_268 = L_265; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_269 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_NOTATION_62(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_270 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_270, _stringLiteral3C19E9456A591B7480BFD140A0016E01BC880976, L_269, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_268); ArrayElementTypeCheck (L_268, L_270); (L_268)->SetAt(static_cast(8), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_270); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_271 = L_268; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_272 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_Name_54(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_273 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_273, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, L_272, ((int32_t)40), /*hidden argument*/NULL); NullCheck(L_271); ArrayElementTypeCheck (L_271, L_273); (L_271)->SetAt(static_cast(((int32_t)9)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_273); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_274 = L_271; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_275 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_QName_64(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_276 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_276, _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E, L_275, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_274); ArrayElementTypeCheck (L_274, L_276); (L_274)->SetAt(static_cast(((int32_t)10)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_276); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_277 = L_274; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_278 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_anySimpleType_23(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_279 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_279, _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB, L_278, (-1), /*hidden argument*/NULL); NullCheck(L_277); ArrayElementTypeCheck (L_277, L_279); (L_277)->SetAt(static_cast(((int32_t)11)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_279); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_280 = L_277; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_281 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_anyURI_24(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_282 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_282, _stringLiteralC622F0B78799504E9F670AD20F9006F7BD480C1D, L_281, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_280); ArrayElementTypeCheck (L_280, L_282); (L_280)->SetAt(static_cast(((int32_t)12)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_282); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_283 = L_280; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_284 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_base64Binary_25(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_285 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_285, _stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9, L_284, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_283); ArrayElementTypeCheck (L_283, L_285); (L_283)->SetAt(static_cast(((int32_t)13)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_285); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_286 = L_283; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_287 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_boolean_26(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_288 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_288, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, L_287, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_286); ArrayElementTypeCheck (L_286, L_288); (L_286)->SetAt(static_cast(((int32_t)14)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_288); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_289 = L_286; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_290 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_byte_27(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_291 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_291, _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7, L_290, ((int32_t)37), /*hidden argument*/NULL); NullCheck(L_289); ArrayElementTypeCheck (L_289, L_291); (L_289)->SetAt(static_cast(((int32_t)15)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_291); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_292 = L_289; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_293 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_date_29(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_294 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_294, _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300, L_293, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_292); ArrayElementTypeCheck (L_292, L_294); (L_292)->SetAt(static_cast(((int32_t)16)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_294); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_295 = L_292; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_296 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_dateTime_30(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_297 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_297, _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6, L_296, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_295); ArrayElementTypeCheck (L_295, L_297); (L_295)->SetAt(static_cast(((int32_t)17)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_297); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_298 = L_295; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_299 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_decimal_34(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_300 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_300, _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D, L_299, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_298); ArrayElementTypeCheck (L_298, L_300); (L_298)->SetAt(static_cast(((int32_t)18)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_300); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_301 = L_298; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_302 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_double_35(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_303 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_303, _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8, L_302, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_301); ArrayElementTypeCheck (L_301, L_303); (L_301)->SetAt(static_cast(((int32_t)19)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_303); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_304 = L_301; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_305 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_duration_37(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_306 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_306, _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D, L_305, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_304); ArrayElementTypeCheck (L_304, L_306); (L_304)->SetAt(static_cast(((int32_t)20)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_306); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_307 = L_304; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_308 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_float_42(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_309 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_309, _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29, L_308, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_307); ArrayElementTypeCheck (L_307, L_309); (L_307)->SetAt(static_cast(((int32_t)21)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_309); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_310 = L_307; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_311 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_day_33(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_312 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_312, _stringLiteralAD131E029E531EEF793FBF0B4609AC73AD1F372F, L_311, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_310); ArrayElementTypeCheck (L_310, L_312); (L_310)->SetAt(static_cast(((int32_t)22)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_312); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_313 = L_310; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_314 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_month_52(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_315 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_315, _stringLiteral842A819C7360E51D01A8550FCEE258164E5AA620, L_314, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_313); ArrayElementTypeCheck (L_313, L_315); (L_313)->SetAt(static_cast(((int32_t)23)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_315); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_316 = L_313; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_317 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_monthDay_53(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_318 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_318, _stringLiteralD29D7A474294CE305B3899F0EF058A660546CC77, L_317, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_316); ArrayElementTypeCheck (L_316, L_318); (L_316)->SetAt(static_cast(((int32_t)24)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_318); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_319 = L_316; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_320 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_year_77(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_321 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_321, _stringLiteralAB277B5B1CF7C3380602834A207C18657E7B8A9F, L_320, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_319); ArrayElementTypeCheck (L_319, L_321); (L_319)->SetAt(static_cast(((int32_t)25)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_321); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_322 = L_319; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_323 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_yearMonth_78(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_324 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_324, _stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F, L_323, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_322); ArrayElementTypeCheck (L_322, L_324); (L_322)->SetAt(static_cast(((int32_t)26)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_324); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_325 = L_322; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_326 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_hexBinary_44(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_327 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_327, _stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437, L_326, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_325); ArrayElementTypeCheck (L_325, L_327); (L_325)->SetAt(static_cast(((int32_t)27)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_327); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_328 = L_325; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_329 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_int_48(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_330 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_330, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, L_329, ((int32_t)31), /*hidden argument*/NULL); NullCheck(L_328); ArrayElementTypeCheck (L_328, L_330); (L_328)->SetAt(static_cast(((int32_t)28)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_330); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_331 = L_328; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_332 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_integer_49(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_333 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_333, _stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F, L_332, ((int32_t)18), /*hidden argument*/NULL); NullCheck(L_331); ArrayElementTypeCheck (L_331, L_333); (L_331)->SetAt(static_cast(((int32_t)29)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_333); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_334 = L_331; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_335 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_language_50(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_336 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_336, _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D, L_335, ((int32_t)40), /*hidden argument*/NULL); NullCheck(L_334); ArrayElementTypeCheck (L_334, L_336); (L_334)->SetAt(static_cast(((int32_t)30)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_336); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_337 = L_334; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_338 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_long_51(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_339 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_339, _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7, L_338, ((int32_t)29), /*hidden argument*/NULL); NullCheck(L_337); ArrayElementTypeCheck (L_337, L_339); (L_337)->SetAt(static_cast(((int32_t)31)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_339); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_340 = L_337; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_341 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_negativeInteger_56(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_342 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_342, _stringLiteralCA645ED4B07E7B41C211BD7FDE87069773914BF6, L_341, ((int32_t)34), /*hidden argument*/NULL); NullCheck(L_340); ArrayElementTypeCheck (L_340, L_342); (L_340)->SetAt(static_cast(((int32_t)32)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_342); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_343 = L_340; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_344 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_nonNegativeInteger_59(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_345 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_345, _stringLiteralBBAA0AE1BC05CD8F3F881F4350A1BCAC87A11697, L_344, ((int32_t)29), /*hidden argument*/NULL); NullCheck(L_343); ArrayElementTypeCheck (L_343, L_345); (L_343)->SetAt(static_cast(((int32_t)33)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_345); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_346 = L_343; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_347 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_nonPositiveInteger_60(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_348 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_348, _stringLiteral1E6F6A066E9C41521D9969E61D6F5F89615E3161, L_347, ((int32_t)29), /*hidden argument*/NULL); NullCheck(L_346); ArrayElementTypeCheck (L_346, L_348); (L_346)->SetAt(static_cast(((int32_t)34)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_348); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_349 = L_346; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_350 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_normalizedString_61(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_351 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_351, _stringLiteral705E2E4DA8BAADF981F701A6C65423C725FAFCA4, L_350, ((int32_t)38), /*hidden argument*/NULL); NullCheck(L_349); ArrayElementTypeCheck (L_349, L_351); (L_349)->SetAt(static_cast(((int32_t)35)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_351); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_352 = L_349; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_353 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_positiveInteger_63(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_354 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_354, _stringLiteral265F3FB35B71A1769644CBC8A1BD32CE34B94D63, L_353, ((int32_t)33), /*hidden argument*/NULL); NullCheck(L_352); ArrayElementTypeCheck (L_352, L_354); (L_352)->SetAt(static_cast(((int32_t)36)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_354); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_355 = L_352; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_356 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_short_66(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_357 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_357, _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7, L_356, ((int32_t)28), /*hidden argument*/NULL); NullCheck(L_355); ArrayElementTypeCheck (L_355, L_357); (L_355)->SetAt(static_cast(((int32_t)37)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_357); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_358 = L_355; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_359 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_string_67(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_360 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_360, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, L_359, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_358); ArrayElementTypeCheck (L_358, L_360); (L_358)->SetAt(static_cast(((int32_t)38)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_360); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_361 = L_358; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_362 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_time_68(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_363 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_363, _stringLiteral51C6279E31F7483126B79E3000116001A915B690, L_362, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_361); ArrayElementTypeCheck (L_361, L_363); (L_361)->SetAt(static_cast(((int32_t)39)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_363); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_364 = L_361; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_365 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_token_71(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_366 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_366, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, L_365, ((int32_t)35), /*hidden argument*/NULL); NullCheck(L_364); ArrayElementTypeCheck (L_364, L_366); (L_364)->SetAt(static_cast(((int32_t)40)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_366); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_367 = L_364; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_368 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedByte_72(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_369 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_369, _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63, L_368, ((int32_t)44), /*hidden argument*/NULL); NullCheck(L_367); ArrayElementTypeCheck (L_367, L_369); (L_367)->SetAt(static_cast(((int32_t)41)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_369); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_370 = L_367; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_371 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedInt_73(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_372 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_372, _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88, L_371, ((int32_t)43), /*hidden argument*/NULL); NullCheck(L_370); ArrayElementTypeCheck (L_370, L_372); (L_370)->SetAt(static_cast(((int32_t)42)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_372); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_373 = L_370; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_374 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedLong_74(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_375 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_375, _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7, L_374, ((int32_t)33), /*hidden argument*/NULL); NullCheck(L_373); ArrayElementTypeCheck (L_373, L_375); (L_373)->SetAt(static_cast(((int32_t)43)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_375); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_376 = L_373; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_377 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_unsignedShort_75(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_378 = (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E_il2cpp_TypeInfo_var); SchemaDatatypeMap__ctor_mE32231287F4F9C750AB0E7B8AAAFF51BCA65F1B4(L_378, _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3, L_377, ((int32_t)42), /*hidden argument*/NULL); NullCheck(L_376); ArrayElementTypeCheck (L_376, L_378); (L_376)->SetAt(static_cast(((int32_t)44)), (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E *)L_378); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_c_XsdTypes_88(L_376); DatatypeImplementation_CreateBuiltinTypes_mBE44C3663E874108BAD202EEA8DE3FBDA45C5EBB(/*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_AnySimpleType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_get_AnySimpleType_m5D4C0C5826765D6BED48F248225E26AB5CCEF072 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anySimpleType_7(); return L_0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_UntypedAtomicType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_get_UntypedAtomicType_mB4B8AE5E88DC7A38C2D2232D533992B225A61AC7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_untypedAtomicType_9(); return L_0; } } // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromXmlTokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * DatatypeImplementation_FromXmlTokenizedType_m1580FE409EE5BDFC11839114A55CAC24C3D040CF (int32_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_tokenizedTypes_85(); int32_t L_1 = ___token0; NullCheck(L_0); int32_t L_2 = L_1; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromTypeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * DatatypeImplementation_FromTypeName_mC2B7BE3640C82DC5510DFB6C8CC6841CC023C05E (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); String_t* L_1 = ___name0; int32_t L_2; L_2 = Array_BinarySearch_mEE8DCE56BBA52F00AD8D47C28B7D247E073966CF((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_4 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_7 = (L_4)->GetAt(static_cast(L_6)); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_8; L_8 = SchemaDatatypeMap_op_Explicit_m87F8EEA935958FF2C47A961C4C17826288394EEE_inline(L_7, /*hidden argument*/NULL); return L_8; } IL_001e: { return (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)NULL; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::StartBuiltinType(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___dataType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * V_0 = NULL; { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)il2cpp_codegen_object_new(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var); XmlSchemaSimpleType__ctor_m825B879013BDC8D7A0E13B3AA2AB435EF37DDD5B(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_1 = V_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___qname0; NullCheck(L_1); XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287(L_1, L_2, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_3 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_4 = ___dataType1; NullCheck(L_3); XmlSchemaType_SetDatatype_m5E825337AF8BF75EFD09C4CAF626465E1D2CD5BC_inline(L_3, L_4, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_6 = ___dataType1; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_7 = (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)il2cpp_codegen_object_new(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl__ctor_m9D6E34E44A123DAB18122C7EF6D76C104C8A41ED(L_7, L_6, /*hidden argument*/NULL); NullCheck(L_5); XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3(L_5, L_7, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_8 = V_0; NullCheck(L_8); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_9; L_9 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_8, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10 = V_0; NullCheck(L_9); SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline(L_9, L_10, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_11 = V_0; return L_11; } } // System.Void System.Xml.Schema.DatatypeImplementation::FinishBuiltinType(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3 (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___derivedType0, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___baseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * V_0 = NULL; XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * V_1 = NULL; int32_t V_2 = 0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * V_3 = NULL; { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ___derivedType0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_1 = ___baseType1; NullCheck(L_0); XmlSchemaType_SetBaseSchemaType_m3EFA19E9738C980D94FB100DA7EF243A985158BC_inline(L_0, L_1, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_2 = ___derivedType0; NullCheck(L_2); XmlSchemaType_SetDerivedBy_m7627E8FD31770DFB7B73A37BC2422B8A52DCF599_inline(L_2, 4, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_3 = ___derivedType0; NullCheck(L_3); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_4; L_4 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_4); if (L_5) { goto IL_0034; } } { XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * L_6 = (XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeRestriction__ctor_mC57D2F83F7B3C63359172F3C9265320744AB8642(L_6, /*hidden argument*/NULL); V_0 = L_6; XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * L_7 = V_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_8 = ___baseType1; NullCheck(L_8); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9; L_9 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_8, /*hidden argument*/NULL); NullCheck(L_7); XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mD6D90852A9A2B6FE061B280225331AFA2090E2E2(L_7, L_9, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10 = ___derivedType0; XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * L_11 = V_0; NullCheck(L_10); XmlSchemaSimpleType_set_Content_m1A2657AE54A9933E7F948EA607415A66934B48EF_inline(L_10, L_11, /*hidden argument*/NULL); } IL_0034: { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_12 = ___derivedType0; NullCheck(L_12); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_13; L_13 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_13); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_00bc; } } { XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_15 = (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeList__ctor_m85D4B50084C37F8A4DC6DB35CB1C48082BEB2655(L_15, /*hidden argument*/NULL); V_1 = L_15; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_16 = ___derivedType0; NullCheck(L_16); XmlSchemaType_SetDerivedBy_m7627E8FD31770DFB7B73A37BC2422B8A52DCF599_inline(L_16, 8, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_17 = ___derivedType0; NullCheck(L_17); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18; L_18 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19; L_19 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_18); V_2 = L_19; int32_t L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)34)))) { goto IL_006c; } } { int32_t L_21 = V_2; if ((((int32_t)L_21) == ((int32_t)((int32_t)38)))) { goto IL_009e; } } { int32_t L_22 = V_2; if ((((int32_t)L_22) == ((int32_t)((int32_t)39)))) { goto IL_0085; } } { goto IL_00b5; } IL_006c: { XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_23 = V_1; XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_25 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); NullCheck(L_25); int32_t L_26 = ((int32_t)34); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_27 = (L_25)->GetAt(static_cast(L_26)); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_28 = L_27; V_3 = L_28; NullCheck(L_24); XmlSchemaSimpleTypeList_set_BaseItemType_mA01162B9451DC16B7699345BB34F268D9F16E160_inline(L_24, L_28, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_29 = V_3; NullCheck(L_23); XmlSchemaSimpleTypeList_set_ItemType_mE94B4F310FBEE96BA22E9441ABA18F58F6053644_inline(L_23, L_29, /*hidden argument*/NULL); goto IL_00b5; } IL_0085: { XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_30 = V_1; XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_32 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); NullCheck(L_32); int32_t L_33 = ((int32_t)39); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_34 = (L_32)->GetAt(static_cast(L_33)); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_35 = L_34; V_3 = L_35; NullCheck(L_31); XmlSchemaSimpleTypeList_set_BaseItemType_mA01162B9451DC16B7699345BB34F268D9F16E160_inline(L_31, L_35, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_36 = V_3; NullCheck(L_30); XmlSchemaSimpleTypeList_set_ItemType_mE94B4F310FBEE96BA22E9441ABA18F58F6053644_inline(L_30, L_36, /*hidden argument*/NULL); goto IL_00b5; } IL_009e: { XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_37 = V_1; XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_38 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_39 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); NullCheck(L_39); int32_t L_40 = ((int32_t)38); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_41 = (L_39)->GetAt(static_cast(L_40)); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_42 = L_41; V_3 = L_42; NullCheck(L_38); XmlSchemaSimpleTypeList_set_BaseItemType_mA01162B9451DC16B7699345BB34F268D9F16E160_inline(L_38, L_42, /*hidden argument*/NULL); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_43 = V_3; NullCheck(L_37); XmlSchemaSimpleTypeList_set_ItemType_mE94B4F310FBEE96BA22E9441ABA18F58F6053644_inline(L_37, L_43, /*hidden argument*/NULL); } IL_00b5: { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_44 = ___derivedType0; XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_45 = V_1; NullCheck(L_44); XmlSchemaSimpleType_set_Content_m1A2657AE54A9933E7F948EA607415A66934B48EF_inline(L_44, L_45, /*hidden argument*/NULL); } IL_00bc: { return; } } // System.Void System.Xml.Schema.DatatypeImplementation::CreateBuiltinTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_CreateBuiltinTypes_mBE44C3663E874108BAD202EEA8DE3FBDA45C5EBB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F48ACBD0C7C02EF65D6C38C3AD927662ECDB6CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA92C60F422399B9E64181540FEB7BB64FF237AFE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA8CEF9FA2E16350C5BB0F9118C66C518032FCD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF656DB588A082446562DCF385DA7315EB85D49AB); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * V_1 = NULL; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * V_2 = NULL; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * V_6 = NULL; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * V_7 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); NullCheck(L_0); int32_t L_1 = ((int32_t)11); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_2 = (L_0)->GetAt(static_cast(L_1)); V_1 = L_2; SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_3 = V_1; NullCheck(L_3); String_t* L_4; L_4 = SchemaDatatypeMap_get_Name_mCF730A71F9E6688D0486CFCC1EC1AED42505ADCC_inline(L_3, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_5, L_4, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); V_0 = L_5; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_6, /*hidden argument*/NULL); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_8; L_8 = DatatypeImplementation_FromTypeName_mC2B7BE3640C82DC5510DFB6C8CC6841CC023C05E(L_7, /*hidden argument*/NULL); V_2 = L_8; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = V_0; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_10 = V_2; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_11; L_11 = DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB(L_9, L_10, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_anySimpleType_7(L_11); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_12 = V_2; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_13 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anySimpleType_7(); NullCheck(L_12); L_12->set_parentSchemaType_4(L_13); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_15 = V_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_16 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anySimpleType_7(); NullCheck(L_14); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_14, L_15, L_16); V_4 = 0; goto IL_00b4; } IL_0052: { int32_t L_17 = V_4; if ((((int32_t)L_17) == ((int32_t)((int32_t)11)))) { goto IL_00ae; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_18 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); int32_t L_19 = V_4; NullCheck(L_18); int32_t L_20 = L_19; SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_21 = (L_18)->GetAt(static_cast(L_20)); V_1 = L_21; SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_22 = V_1; NullCheck(L_22); String_t* L_23; L_23 = SchemaDatatypeMap_get_Name_mCF730A71F9E6688D0486CFCC1EC1AED42505ADCC_inline(L_22, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_24 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_24, L_23, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); V_0 = L_24; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25 = V_0; NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_25, /*hidden argument*/NULL); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_27; L_27 = DatatypeImplementation_FromTypeName_mC2B7BE3640C82DC5510DFB6C8CC6841CC023C05E(L_26, /*hidden argument*/NULL); V_2 = L_27; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_28 = V_0; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_29 = V_2; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_30; L_30 = DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB(L_28, L_29, /*hidden argument*/NULL); V_3 = L_30; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_31 = V_2; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_32 = V_3; NullCheck(L_31); L_31->set_parentSchemaType_4(L_32); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_33 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_34 = V_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_35 = V_3; NullCheck(L_33); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_33, L_34, L_35); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_36 = V_2; NullCheck(L_36); int32_t L_37 = L_36->get_variety_0(); if (L_37) { goto IL_00ae; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_38 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_39 = V_2; NullCheck(L_39); int32_t L_40; L_40 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_39); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_41 = V_3; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(L_40), (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_41); } IL_00ae: { int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00b4: { int32_t L_43 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_44 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))) { goto IL_0052; } } { V_5 = 0; goto IL_014a; } IL_00c7: { int32_t L_45 = V_5; if ((((int32_t)L_45) == ((int32_t)((int32_t)11)))) { goto IL_0144; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_46 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); int32_t L_47 = V_5; NullCheck(L_46); int32_t L_48 = L_47; SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_49 = (L_46)->GetAt(static_cast(L_48)); V_1 = L_49; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_50 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_51 = V_1; NullCheck(L_51); String_t* L_52; L_52 = SchemaDatatypeMap_get_Name_mCF730A71F9E6688D0486CFCC1EC1AED42505ADCC_inline(L_51, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_53 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_53, L_52, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); NullCheck(L_50); RuntimeObject * L_54; L_54 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_50, L_53); V_6 = ((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)CastclassClass((RuntimeObject*)L_54, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var)); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_55 = V_1; NullCheck(L_55); int32_t L_56; L_56 = SchemaDatatypeMap_get_ParentIndex_m436CE83B7921498CE6F5999F0C8C4DF419C60AFD_inline(L_55, /*hidden argument*/NULL); if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)11))))) { goto IL_010f; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_57 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_58 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anySimpleType_7(); DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3(L_57, L_58, /*hidden argument*/NULL); goto IL_0144; } IL_010f: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_59 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_60 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_61 = V_1; NullCheck(L_61); int32_t L_62; L_62 = SchemaDatatypeMap_get_ParentIndex_m436CE83B7921498CE6F5999F0C8C4DF419C60AFD_inline(L_61, /*hidden argument*/NULL); NullCheck(L_60); int32_t L_63 = L_62; SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_64 = (L_60)->GetAt(static_cast(L_63)); NullCheck(L_64); String_t* L_65; L_65 = SchemaDatatypeMap_get_Name_mCF730A71F9E6688D0486CFCC1EC1AED42505ADCC_inline(L_64, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_66 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_66, L_65, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); NullCheck(L_59); RuntimeObject * L_67; L_67 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_59, L_66); V_7 = ((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)CastclassClass((RuntimeObject*)L_67, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_68 = V_6; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_69 = V_7; DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3(L_68, L_69, /*hidden argument*/NULL); } IL_0144: { int32_t L_70 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_014a: { int32_t L_71 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* L_72 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_XsdTypes_88(); NullCheck(L_72); if ((((int32_t)L_71) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_72)->max_length)))))) { goto IL_00c7; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_73 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_73, _stringLiteralA92C60F422399B9E64181540FEB7BB64FF237AFE, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); V_0 = L_73; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_74 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_75 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_anyAtomicType_81(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_76; L_76 = DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB(L_74, L_75, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_anyAtomicType_8(L_76); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_77 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_anyAtomicType_81(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_78 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anyAtomicType_8(); NullCheck(L_77); L_77->set_parentSchemaType_4(L_78); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_79 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anyAtomicType_8(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_80 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anySimpleType_7(); DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3(L_79, L_80, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_81 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_82 = V_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_83 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anyAtomicType_8(); NullCheck(L_81); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_81, L_82, L_83); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_84 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_85 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anyAtomicType_8(); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_85); (L_84)->SetAt(static_cast(((int32_t)10)), (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_85); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_86 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_86, _stringLiteral2F48ACBD0C7C02EF65D6C38C3AD927662ECDB6CE, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); V_0 = L_86; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_87 = V_0; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_88 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_untypedAtomicType_83(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_89; L_89 = DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB(L_87, L_88, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_untypedAtomicType_9(L_89); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_90 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_untypedAtomicType_83(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_91 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_untypedAtomicType_9(); NullCheck(L_90); L_90->set_parentSchemaType_4(L_91); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_92 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_untypedAtomicType_9(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_93 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anyAtomicType_8(); DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3(L_92, L_93, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_94 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_95 = V_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_96 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_untypedAtomicType_9(); NullCheck(L_94); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_94, L_95, L_96); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_97 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_98 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_untypedAtomicType_9(); NullCheck(L_97); ArrayElementTypeCheck (L_97, L_98); (L_97)->SetAt(static_cast(((int32_t)11)), (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_98); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_99 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_99, _stringLiteralF656DB588A082446562DCF385DA7315EB85D49AB, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); V_0 = L_99; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_100 = V_0; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_101 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_yearMonthDuration_84(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_102; L_102 = DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB(L_100, L_101, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_yearMonthDurationType_10(L_102); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_103 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_yearMonthDuration_84(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_104 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10(); NullCheck(L_103); L_103->set_parentSchemaType_4(L_104); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_105 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10(); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_106 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); NullCheck(L_106); int32_t L_107 = ((int32_t)17); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_108 = (L_106)->GetAt(static_cast(L_107)); DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3(L_105, L_108, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_109 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_110 = V_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_111 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10(); NullCheck(L_109); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_109, L_110, L_111); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_112 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_113 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10(); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_113); (L_112)->SetAt(static_cast(((int32_t)53)), (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_113); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_114 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_114, _stringLiteralBA8CEF9FA2E16350C5BB0F9118C66C518032FCD7, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); V_0 = L_114; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_115 = V_0; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_116 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_dayTimeDuration_82(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_117; L_117 = DatatypeImplementation_StartBuiltinType_mD3199C0CB2E3A60C026953BA6BF11305A8916FEB(L_115, L_116, /*hidden argument*/NULL); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->set_dayTimeDurationType_11(L_117); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_118 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_dayTimeDuration_82(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_119 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11(); NullCheck(L_118); L_118->set_parentSchemaType_4(L_119); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_120 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11(); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_121 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); NullCheck(L_121); int32_t L_122 = ((int32_t)17); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_123 = (L_121)->GetAt(static_cast(L_122)); DatatypeImplementation_FinishBuiltinType_mAB4C1D805665179FC8AF0663C81AD6A192C6CFA3(L_120, L_123, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_124 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_builtinTypes_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_125 = V_0; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_126 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11(); NullCheck(L_124); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_124, L_125, L_126); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_127 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_128 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11(); NullCheck(L_127); ArrayElementTypeCheck (L_127, L_128); (L_127)->SetAt(static_cast(((int32_t)54)), (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_128); return; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_GetSimpleTypeFromTypeCode_m68A83248FF32DCAC5DDFC28AF9B158459F34555F (int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_enumToTypeCode_6(); int32_t L_1 = ___typeCode0; NullCheck(L_0); int32_t L_2 = L_1; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.DatatypeImplementation::DeriveByList(System.Int32,System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, int32_t ___minSize0, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_variety_0(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0019; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_2 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44832A6618EA2A0E064DDB0752063789A8CE8A58)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->get_variety_0(); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_003f; } } { NullCheck(((Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250 *)CastclassClass((RuntimeObject*)__this, Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_il2cpp_TypeInfo_var))); bool L_4; L_4 = Datatype_union_HasAtomicMembers_mD8D67AF0C60EDBFCE419EB9911460C15F8681D0B(((Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250 *)CastclassClass((RuntimeObject*)__this, Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_003f; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_6 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44832A6618EA2A0E064DDB0752063789A8CE8A58)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DatatypeImplementation_DeriveByList_mD9429DE5153A33EA87CABB6EBE0D5091ADC43EC2_RuntimeMethod_var))); } IL_003f: { int32_t L_7 = ___minSize0; Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * L_8 = (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 *)il2cpp_codegen_object_new(Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8_il2cpp_TypeInfo_var); Datatype_List__ctor_m2D4191119B721B7EE78FE5FE1C4D7C585E047642(L_8, __this, L_7, /*hidden argument*/NULL); Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * L_9 = L_8; NullCheck(L_9); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_9)->set_variety_0(1); Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * L_10 = L_9; NullCheck(L_10); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_10)->set_restriction_1((RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA *)NULL); Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * L_11 = L_10; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_12 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_c_anySimpleType_23(); NullCheck(L_11); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_11)->set_baseType_2(L_12); Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * L_13 = L_11; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_14 = ___schemaType1; NullCheck(L_13); ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 *)L_13)->set_parentSchemaType_4(L_14); return L_13; } } // System.Boolean System.Xml.Schema.DatatypeImplementation::IsEqual(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DatatypeImplementation_IsEqual_m61E2B7295AEF4436162A39E36B4EA21BE313BFBA (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o10; RuntimeObject * L_1 = ___o21; int32_t L_2; L_2 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, __this, L_0, L_1); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * DatatypeImplementation_CreateValueConverter_m79B3F5CD94A290E65D096A8FE8435BF50C433A90 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { return (XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)NULL; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * DatatypeImplementation_get_FacetsChecker_mD69E0432D1189F9ACE891818C72D6193864BBEF8 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15(); return L_0; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * DatatypeImplementation_get_ValueConverter_mFE2CE2C8C5407D5994BB31E1535DD45BBC8C38ED (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_0 = __this->get_valueConverter_3(); if (L_0) { goto IL_001a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = __this->get_parentSchemaType_4(); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_2; L_2 = VirtFuncInvoker1< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(16 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::CreateValueConverter(System.Xml.Schema.XmlSchemaType) */, __this, L_1); __this->set_valueConverter_3(L_2); } IL_001a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_3 = __this->get_valueConverter_3(); return L_3; } } // System.Xml.XmlTokenizedType System.Xml.Schema.DatatypeImplementation::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_TokenizedType_mBF2103591A2AF94DE5BAF31459EA53DE06F1080E (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Type System.Xml.Schema.DatatypeImplementation::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DatatypeImplementation_get_ValueType_m25F4D4C347E522EA5779A42889C34D424B5FD1FE (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::get_Variety() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_Variety_mE2B6C9E93E02D16A85D4E386E5480CA244C65021 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_variety_0(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.DatatypeImplementation::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_TypeCode_mC7A465D4E945D97070F39AEF83E731AFDCAD0424 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::get_Restriction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * DatatypeImplementation_get_Restriction_m67A6274CCE0043FCBEBE971853FE5741FE3BAE23 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_0 = __this->get_restriction_1(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.DatatypeImplementation::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_BuiltInWhitespaceFacet_m4F2B20080E101227AD7BEEBFE6EF05212F715D81 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Object System.Xml.Schema.DatatypeImplementation::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DatatypeImplementation_ParseValue_m5DACDFF323653575DAF0968F2DC02C553A8F4C79 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; { String_t* L_0 = ___s0; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; Exception_t * L_3; L_3 = VirtFuncInvoker4< Exception_t *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject*, RuntimeObject ** >::Invoke(12 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, __this, L_0, L_1, L_2, (RuntimeObject **)(&V_0)); V_1 = L_3; Exception_t * L_4 = V_1; if (!L_4) { goto IL_003b; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; String_t* L_7 = ___s0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_6; String_t* L_9; L_9 = DatatypeImplementation_GetTypeName_mD0C09EAD6474DB8285ED12F64C74F73ED66ED633(__this, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_8; Exception_t * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = VirtFuncInvoker0< 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(2), (String_t*)L_12); Exception_t * L_13 = V_1; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_14 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral971D51C40C3690E34F8691C90801333B2B681EF7)), L_10, L_13, (String_t*)NULL, 0, 0, (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DatatypeImplementation_ParseValue_m5DACDFF323653575DAF0968F2DC02C553A8F4C79_RuntimeMethod_var))); } IL_003b: { int32_t L_15; L_15 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, __this); if ((!(((uint32_t)L_15) == ((uint32_t)2)))) { goto IL_0050; } } { RuntimeObject * L_16 = V_0; NullCheck(((XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB *)IsInstClass((RuntimeObject*)L_16, XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB_il2cpp_TypeInfo_var))); RuntimeObject * L_17; L_17 = XsdSimpleValue_get_TypedValue_m148603AEE274F6E3CE1FF2F8040F763B80F1CA55_inline(((XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB *)IsInstClass((RuntimeObject*)L_16, XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_17; } IL_0050: { RuntimeObject * L_18 = V_0; return L_18; } } // System.String System.Xml.Schema.DatatypeImplementation::GetTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DatatypeImplementation_GetTypeName_mD0C09EAD6474DB8285ED12F64C74F73ED66ED633 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_0 = NULL; String_t* V_1 = NULL; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_parentSchemaType_4(); V_0 = L_0; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = V_0; if (!L_1) { goto IL_0017; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = V_0; NullCheck(L_2); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3; L_3 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4; L_4 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } IL_0017: { String_t* L_5; L_5 = XmlSchemaDatatype_get_TypeCodeString_m5D03CB7A34F32BE3AE1B3F38AC28310575BFB332(__this, /*hidden argument*/NULL); V_1 = L_5; goto IL_002c; } IL_0020: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_0; NullCheck(L_6); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7; L_7 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); V_1 = L_8; } IL_002c: { String_t* L_9 = V_1; return L_9; } } // System.Int32 System.Xml.Schema.DatatypeImplementation::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_Compare_mE4F1A624D7B4AFFED0819DFC6B5175CDD3C81B90 (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value21, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value10; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value21; NullCheck(L_2); if ((((int32_t)L_1) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_000c; } } { return (-1); } IL_000c: { V_1 = 0; goto IL_001e; } IL_0010: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value10; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___value21; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); if ((((int32_t)L_6) == ((int32_t)L_10))) { goto IL_001a; } } { return (-1); } IL_001a: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_001e: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0010; } } { return 0; } } // System.Void System.Xml.Schema.DatatypeImplementation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation__ctor_mB653567FE585BA8DE1D8ED075F16515900FBA46C (DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * __this, const RuntimeMethod* method) { { XmlSchemaDatatype__ctor_m030AE746ECF2A50083167B1A4469DF939C87B565(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_ENTITY::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ENTITY_get_TypeCode_mB08C4AFB1A20E8A28B32C99633BAE29EFD6A1B00 (Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)39)); } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ENTITY::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ENTITY_get_TokenizedType_mCD5264B24F7BC767F864A78FEAF82657CD7A3D81 (Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Void System.Xml.Schema.Datatype_ENTITY::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENTITY__ctor_m309AAAD8844426501C25542F404D284096BF4F79 (Datatype_ENTITY_t733FAE3B4269BB218BF7C14E78ABCAB25BD827E1 * __this, const RuntimeMethod* method) { { Datatype_NCName__ctor_mFA10ECC3C0B1B2F8FD5409CA2CE1BAAAA720F57F(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ENUMERATION::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ENUMERATION_get_TokenizedType_m003C52EE8976075D3841874C7EF2F2CDFA909F61 (Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6 * __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_mBE882B31C14BE0BFE44F1611C9F697620621FBA5 (Datatype_ENUMERATION_tF0C3BBF4AEF4DB08573013CCF8E4332CD3E5CEB6 * __this, const RuntimeMethod* method) { { Datatype_NMTOKEN__ctor_m0AB0BD7ECBA7A78AA565CEDD8FADE63F9D7CC1C7(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_ID::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ID_get_TypeCode_mE90E3D92FD77172F7B3CDA67EA026910C1B3CA62 (Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)37)); } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ID::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ID_get_TokenizedType_m936AB69C6AAA79966A92704D11B538F38FA68CF5 (Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Void System.Xml.Schema.Datatype_ID::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ID__ctor_mDA5C66367CF2C326316FB2719EADC27DCDBA4667 (Datatype_ID_t680926C60EBBFBA33E457D7BF12F2348E8C73851 * __this, const RuntimeMethod* method) { { Datatype_NCName__ctor_mFA10ECC3C0B1B2F8FD5409CA2CE1BAAAA720F57F(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_IDREF::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_IDREF_get_TypeCode_m13F0A701E81598153AA9267A0D8D68D88CC2E621 (Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)38)); } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_IDREF::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_IDREF_get_TokenizedType_mCBE8FF679E2A80183D0260303C1A5447A722695B (Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void System.Xml.Schema.Datatype_IDREF::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_IDREF__ctor_mC268A2994DB08E7C1FC4993A6E90701671F0B124 (Datatype_IDREF_t9A287F6AB15A929E9D3C093C7D466D47D8C41E0F * __this, const RuntimeMethod* method) { { Datatype_NCName__ctor_mFA10ECC3C0B1B2F8FD5409CA2CE1BAAAA720F57F(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_List::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_List_CreateValueConverter_m7C8FE65B203AD7623746B2DA363843FF52209373 (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_0 = NULL; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * V_1 = NULL; XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * V_2 = NULL; XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * V_3 = NULL; { V_0 = (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; V_2 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var)); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_1 = V_2; if (!L_1) { goto IL_0034; } } IL_000c: { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_2 = V_2; NullCheck(L_2); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_3; L_3 = XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline(L_2, /*hidden argument*/NULL); V_1 = ((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)IsInstClass((RuntimeObject*)L_3, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_4 = V_1; if (L_4) { goto IL_003b; } } { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_5 = V_2; NullCheck(L_5); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6; L_6 = XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline(L_5, /*hidden argument*/NULL); V_2 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var)); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_7 = V_2; if (!L_7) { goto IL_003b; } } { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_9; L_9 = XmlSchemaComplexType_get_AnyType_mA0CD7701AE1FDD32DDAD42AB465C22DBF72DD7AE_inline(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)L_8) == ((RuntimeObject*)(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)L_9)))) { goto IL_000c; } } { goto IL_003b; } IL_0034: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = ___schemaType0; V_1 = ((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)IsInstClass((RuntimeObject*)L_10, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var)); } IL_003b: { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_11 = V_1; if (!L_11) { goto IL_006d; } } IL_003e: { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_12 = V_1; NullCheck(L_12); XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * L_13; L_13 = XmlSchemaSimpleType_get_Content_m9ED152F7B742244C3F086A4119D2B601B06CBA6A_inline(L_12, /*hidden argument*/NULL); V_3 = ((XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD *)IsInstClass((RuntimeObject*)L_13, XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_14 = V_3; if (!L_14) { goto IL_0056; } } { XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * L_15 = V_3; NullCheck(L_15); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_16; L_16 = XmlSchemaSimpleTypeList_get_BaseItemType_m7F26231DAA4EFFC7411F7FA963418AF9620EEDFB_inline(L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_006d; } IL_0056: { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_17 = V_1; NullCheck(L_17); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_18; L_18 = XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline(L_17, /*hidden argument*/NULL); V_1 = ((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)IsInstClass((RuntimeObject*)L_18, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_19 = V_1; if (!L_19) { goto IL_006d; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_21; L_21 = DatatypeImplementation_get_AnySimpleType_m5D4C0C5826765D6BED48F248225E26AB5CCEF072_inline(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_20) == ((RuntimeObject*)(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_21)))) { goto IL_003e; } } IL_006d: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_22 = V_0; if (L_22) { goto IL_0081; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_23 = ___schemaType0; NullCheck(L_23); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_24; L_24 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25; L_25 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_26; L_26 = DatatypeImplementation_GetSimpleTypeFromTypeCode_m68A83248FF32DCAC5DDFC28AF9B158459F34555F(L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_0081: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_27 = V_0; NullCheck(L_27); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28; L_28 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_27, /*hidden argument*/NULL); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_29; L_29 = XmlListConverter_Create_mB3DA5326AE1E69797FFCEDB8B843359C57BF2335(L_28, /*hidden argument*/NULL); return L_29; } } // System.Void System.Xml.Schema.Datatype_List::.ctor(System.Xml.Schema.DatatypeImplementation,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_List__ctor_m2D4191119B721B7EE78FE5FE1C4D7C585E047642 (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___type0, int32_t ___minListSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_0 = ___type0; __this->set_itemType_91(L_0); int32_t L_1 = ___minListSize1; __this->set_minListSize_92(L_1); return; } } // System.Int32 System.Xml.Schema.Datatype_List::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_List_Compare_m9E9F6F890D7CF9A196CD8F954D51B4EE12717FF6 (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, 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*)&XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; RuntimeArray * V_1 = NULL; XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* V_2 = NULL; XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* V_3 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; { RuntimeObject * L_0 = ___value10; V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___value21; V_1 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_2, /*hidden argument*/NULL); RuntimeArray * L_4 = V_1; NullCheck(L_4); int32_t L_5; L_5 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001e; } } { return (-1); } IL_001e: { RuntimeArray * L_6 = V_0; V_2 = ((XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9*)IsInst((RuntimeObject*)L_6, XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_il2cpp_TypeInfo_var)); XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_7 = V_2; if (!L_7) { goto IL_007d; } } { RuntimeArray * L_8 = V_1; V_3 = ((XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9*)IsInst((RuntimeObject*)L_8, XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_il2cpp_TypeInfo_var)); V_5 = 0; goto IL_0074; } IL_0034: { XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_9 = V_2; int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_13; L_13 = VirtFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathItem::get_XmlType() */, L_12); V_4 = L_13; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_14 = V_4; XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_15 = V_3; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_19; L_19 = VirtFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathItem::get_XmlType() */, L_18); if ((!(((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)L_14) == ((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)L_19)))) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20 = V_4; NullCheck(L_20); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_21; L_21 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_20, /*hidden argument*/NULL); XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_22 = V_2; int32_t L_23 = V_5; NullCheck(L_22); int32_t L_24 = L_23; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); RuntimeObject * L_26; L_26 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Xml.XPath.XPathItem::get_TypedValue() */, L_25); XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_27 = V_3; int32_t L_28 = V_5; NullCheck(L_27); int32_t L_29 = L_28; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_30); RuntimeObject * L_31; L_31 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Xml.XPath.XPathItem::get_TypedValue() */, L_30); NullCheck(L_21); bool L_32; L_32 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_21, L_26, L_31); if (L_32) { goto IL_006e; } } IL_006c: { return (-1); } IL_006e: { int32_t L_33 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0074: { int32_t L_34 = V_5; XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_35 = V_2; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_0034; } } { return 0; } IL_007d: { V_6 = 0; goto IL_00a7; } IL_0082: { DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_36 = __this->get_itemType_91(); RuntimeArray * L_37 = V_0; int32_t L_38 = V_6; NullCheck(L_37); RuntimeObject * L_39; L_39 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_37, L_38, /*hidden argument*/NULL); RuntimeArray * L_40 = V_1; int32_t L_41 = V_6; NullCheck(L_40); RuntimeObject * L_42; L_42 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_40, L_41, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_43; L_43 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_36, L_39, L_42); if (!L_43) { goto IL_00a1; } } { return (-1); } IL_00a1: { int32_t L_44 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00a7: { int32_t L_45 = V_6; RuntimeArray * L_46 = V_0; NullCheck(L_46); int32_t L_47; L_47 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_46, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_0082; } } { return 0; } } // System.Type System.Xml.Schema.Datatype_List::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_List_get_ValueType_m1C5DB232684845B9DCE4215C53EB899EA3EFFFAB (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, const RuntimeMethod* method) { { Type_t * L_0; L_0 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Xml.Schema.DatatypeImplementation::get_ListValueType() */, __this); return L_0; } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_List::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_List_get_TokenizedType_mCD202E4C891F8F23E69AC9F90CBD5FDCD3531825 (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, const RuntimeMethod* method) { { DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_0 = __this->get_itemType_91(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_0); return L_1; } } // System.Type System.Xml.Schema.Datatype_List::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_List_get_ListValueType_mD464998F0E383C3D0BC1E35A0CDB4883C70D519A (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, const RuntimeMethod* method) { { DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_0 = __this->get_itemType_91(); NullCheck(L_0); Type_t * L_1; L_1 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Xml.Schema.DatatypeImplementation::get_ListValueType() */, L_0); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_List::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_List_get_FacetsChecker_m98998B19242995A7D52DCE4CCCCA87480354DE5F (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_listFacetsChecker_20(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_List::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_List_get_TypeCode_m7C65782B6D839322D2A761893D0A27DF2417D9C1 (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, const RuntimeMethod* method) { { DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_0 = __this->get_itemType_91(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_0); return L_1; } } // System.Exception System.Xml.Schema.Datatype_List::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_List_TryParseValue_mEE0CC35C66374FE17BF2F746E7745A21CDDE25C6 (Datatype_List_t322ABADFB0092847C4A903E0393A0B88B188A5F8 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_4 = NULL; int32_t V_5 = 0; XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB * V_6 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_7 = NULL; int32_t V_8 = 0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_listFacetsChecker_20(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_011b; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_4, /*hidden argument*/NULL); V_1 = L_4; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_5 = __this->get_itemType_91(); NullCheck(L_5); int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0098; } } { String_t* L_7 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8; L_8 = XmlConvert_SplitString_m5EDBDD6AC9A11F521EF5FAD18E1F37CF023163F1(L_7, /*hidden argument*/NULL); V_4 = L_8; V_5 = 0; goto IL_007d; } IL_0039: { DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_9 = __this->get_itemType_91(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = V_4; int32_t L_11 = V_5; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_14 = ___nameTable1; RuntimeObject* L_15 = ___nsmgr2; NullCheck(L_9); Exception_t * L_16; L_16 = VirtFuncInvoker4< Exception_t *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject*, RuntimeObject ** >::Invoke(12 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, L_9, L_13, L_14, L_15, (RuntimeObject **)(&V_3)); V_0 = L_16; Exception_t * L_17 = V_0; if (L_17) { goto IL_011b; } } { RuntimeObject * L_18 = V_3; V_6 = ((XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB *)CastclassClass((RuntimeObject*)L_18, XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = V_1; XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB * L_20 = V_6; NullCheck(L_20); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_21; L_21 = XsdSimpleValue_get_XmlType_m0EF165EE75CA5630285EBF60982B3379928EFA1F_inline(L_20, /*hidden argument*/NULL); XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB * L_22 = V_6; NullCheck(L_22); RuntimeObject * L_23; L_23 = XsdSimpleValue_get_TypedValue_m148603AEE274F6E3CE1FF2F8040F763B80F1CA55_inline(L_22, /*hidden argument*/NULL); RuntimeObject* L_24 = ___nsmgr2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_25 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99(L_25, L_21, L_23, L_24, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_26; L_26 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_25); int32_t L_27 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_007d: { int32_t L_28 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = V_4; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_0039; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_30 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32; L_32 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_31, /*hidden argument*/NULL); NullCheck(L_30); RuntimeArray * L_33; L_33 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(40 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_30, L_32); V_2 = L_33; goto IL_00e7; } IL_0098: { String_t* L_34 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35; L_35 = XmlConvert_SplitString_m5EDBDD6AC9A11F521EF5FAD18E1F37CF023163F1(L_34, /*hidden argument*/NULL); V_7 = L_35; V_8 = 0; goto IL_00cd; } IL_00a5: { DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_36 = __this->get_itemType_91(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = V_7; int32_t L_38 = V_8; NullCheck(L_37); int32_t L_39 = L_38; String_t* L_40 = (L_37)->GetAt(static_cast(L_39)); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_41 = ___nameTable1; RuntimeObject* L_42 = ___nsmgr2; RuntimeObject ** L_43 = ___typedValue3; NullCheck(L_36); Exception_t * L_44; L_44 = VirtFuncInvoker4< Exception_t *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject*, RuntimeObject ** >::Invoke(12 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, L_36, L_40, L_41, L_42, (RuntimeObject **)L_43); V_0 = L_44; Exception_t * L_45 = V_0; if (L_45) { goto IL_011b; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_46 = V_1; RuntimeObject ** L_47 = ___typedValue3; RuntimeObject * L_48 = *((RuntimeObject **)L_47); NullCheck(L_46); int32_t L_49; L_49 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_46, L_48); int32_t L_50 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00cd: { int32_t L_51 = V_8; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_52 = V_7; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_00a5; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_53 = V_1; DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_54 = __this->get_itemType_91(); NullCheck(L_54); Type_t * L_55; L_55 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_54); NullCheck(L_53); RuntimeArray * L_56; L_56 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(40 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_53, L_55); V_2 = L_56; } IL_00e7: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_57 = V_1; NullCheck(L_57); int32_t L_58; L_58 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_57); int32_t L_59 = __this->get_minListSize_92(); if ((((int32_t)L_58) >= ((int32_t)L_59))) { goto IL_0105; } } { String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_61 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_61, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_60, /*hidden argument*/NULL); return L_61; } IL_0105: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_62 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_listFacetsChecker_20(); RuntimeObject * L_63 = V_2; NullCheck(L_62); Exception_t * L_64; L_64 = VirtFuncInvoker2< Exception_t *, RuntimeObject *, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(5 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) */, L_62, L_63, __this); V_0 = L_64; Exception_t * L_65 = V_0; if (L_65) { goto IL_011b; } } { RuntimeObject ** L_66 = ___typedValue3; RuntimeObject * L_67 = V_2; *((RuntimeObject **)L_66) = (RuntimeObject *)L_67; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_66, (void*)(RuntimeObject *)L_67); return (Exception_t *)NULL; } IL_011b: { Exception_t * L_68 = V_0; return L_68; } } #ifdef __clang__ #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.XmlTypeCode System.Xml.Schema.Datatype_NCName::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NCName_get_TypeCode_mFAB79C6F5472867D2A1E5DD29584085B093CDC1E (Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)36)); } } // System.Exception System.Xml.Schema.Datatype_NCName::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_NCName_TryParseValue_mFF91AF269FE093742899D79CFB4D6A93D8E24D38 (Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_4 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); String_t* L_5 = ___s0; NullCheck(L_4); Exception_t * L_6; L_6 = VirtFuncInvoker2< Exception_t *, String_t*, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(13 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) */, L_4, L_5, __this); V_0 = L_6; Exception_t * L_7 = V_0; if (L_7) { goto IL_0033; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_8 = ___nameTable1; String_t* L_9 = ___s0; NullCheck(L_8); String_t* L_10; L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, L_9); RuntimeObject ** L_11 = ___typedValue3; String_t* L_12 = ___s0; *((RuntimeObject **)L_11) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_12); return (Exception_t *)NULL; } IL_0033: { Exception_t * L_13 = V_0; return L_13; } } // System.Void System.Xml.Schema.Datatype_NCName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NCName__ctor_mFA10ECC3C0B1B2F8FD5409CA2CE1BAAAA720F57F (Datatype_NCName_tA8FFF11684494E1FD2B3C8447B81FA1551602BCD * __this, const RuntimeMethod* method) { { Datatype_Name__ctor_m49D9984F09AC16D76E8E091FD135B02883BC8A73(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_NMTOKEN::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NMTOKEN_get_TypeCode_m7789774CCBD3E9472EA69E02D483E4948F52FDD6 (Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)34)); } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_NMTOKEN::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NMTOKEN_get_TokenizedType_mE18AA140AEB945DE3E25577101D472A902028E8C (Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 * __this, const RuntimeMethod* method) { { return (int32_t)(6); } } // System.Void System.Xml.Schema.Datatype_NMTOKEN::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NMTOKEN__ctor_m0AB0BD7ECBA7A78AA565CEDD8FADE63F9D7CC1C7 (Datatype_NMTOKEN_tB325C2A421F6556AFD47BAAAB7FD1431BA860525 * __this, const RuntimeMethod* method) { { Datatype_token__ctor_m7174D09ECFAED9DFE8266E1D87F4A08998120A5A(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_NOTATION::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_NOTATION_CreateValueConverter_m782A6F281A9D39758F58FE3462D75AFB586F5F04 (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_NOTATION::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_NOTATION_get_FacetsChecker_m92F5F4C4B5199A1DA723710C09048FA371D4FBB1 (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_NOTATION::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_TypeCode_m586A70DE1BA0BD580EDCCBDD2A534724CE2B6BF0 (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)30)); } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_NOTATION::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_TokenizedType_mBE984FDE84A7EFD9209E85BF44376E3C5DEC3A36 (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Type System.Xml.Schema.Datatype_NOTATION::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_NOTATION_get_ValueType_m456B8CFB658FA6D0FC387A10F146A187574CBE26 (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_NOTATION::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_NOTATION_get_ListValueType_mA2CD05444A10D1E01EE898B1EA4A27F04B2100AB (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_NOTATION::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_BuiltInWhitespaceFacet_m0A8061EFB45AD81BE64B60B4BA8F369002D6A2E0 (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Exception System.Xml.Schema.Datatype_NOTATION::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_NOTATION_TryParseValue_m73FB8A93A9D38D7679959BBACA226D847524D1A8 (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_000f: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_5 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_6 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21(); NullCheck(L_6); Exception_t * L_7; L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this); V_0 = L_7; Exception_t * L_8 = V_0; if (L_8) { goto IL_005a; } } { V_1 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } IL_0032: try { // begin try (depth: 1) String_t* L_9 = ___s0; RuntimeObject* L_10 = ___nsmgr2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11; L_11 = XmlQualifiedName_Parse_m1B1DDF5738E04BEB6CF48E0AB0F68885354A5690(L_9, L_10, (String_t**)(&V_2), /*hidden argument*/NULL); V_1 = L_11; goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0041; } throw e; } CATCH_003e: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_005a; } // end catch (depth: 1) CATCH_0041: { // begin catch(System.Xml.XmlException) V_0 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_005a; } // end catch (depth: 1) IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_12 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = V_1; NullCheck(L_12); Exception_t * L_14; L_14 = VirtFuncInvoker2< Exception_t *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this); V_0 = L_14; Exception_t * L_15 = V_0; if (L_15) { goto IL_005a; } } { RuntimeObject ** L_16 = ___typedValue3; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_17 = V_1; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); return (Exception_t *)NULL; } IL_005a: { Exception_t * L_18 = V_0; return L_18; } } // System.Void System.Xml.Schema.Datatype_NOTATION::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NOTATION__ctor_mF7E3399D71E72073EF29E002DF9765E7315FD63B (Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_NOTATION::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NOTATION__cctor_m730EE9CE0CF6F4FE89E2EA2DCA83E466487B8E0C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t6DEE66E7F9E819541878E7240BE6A8F6246F2E2E_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.XmlTypeCode System.Xml.Schema.Datatype_Name::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_Name_get_TypeCode_mA8FFF3F2DE21641B6D7177B1373D53BE0E7FBD68 (Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)35)); } } // System.Void System.Xml.Schema.Datatype_Name::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_Name__ctor_m49D9984F09AC16D76E8E091FD135B02883BC8A73 (Datatype_Name_t82E23DBDE46B60F47EF7905B2ED334F502E844F6 * __this, const RuntimeMethod* method) { { Datatype_token__ctor_m7174D09ECFAED9DFE8266E1D87F4A08998120A5A(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_QName::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_QName_CreateValueConverter_m986F3A2EEAF8A166F99E2E47C7B8D457C4F9FAC6 (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_QName::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_QName_get_FacetsChecker_mC34D1BFC80517A0CE5C6CF31E332EEF5E584A9F1 (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_QName::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_TypeCode_m97F4C39D487908FE77AC9352BCF84985653FBE75 (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)29)); } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_QName::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_TokenizedType_mE570098BD6518C15740B2F04D2CA8A84740DCCCD (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Type System.Xml.Schema.Datatype_QName::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_QName_get_ValueType_mFF2B9DA06716B4209EF9B5A97DB8F1746037F291 (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_QName::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_QName_get_ListValueType_m3B99D93B5FB987BE47CF21743ACE207E29D3D24B (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_QName::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_BuiltInWhitespaceFacet_mDE1D01852BAEF03EB05B7BED18C2478186B06B65 (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Exception System.Xml.Schema.Datatype_QName::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_QName_TryParseValue_mB0CD00D11B6A2107B7F1F6159360BDDA4225D7EF (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_000f: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_5 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_6 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21(); NullCheck(L_6); Exception_t * L_7; L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this); V_0 = L_7; Exception_t * L_8 = V_0; if (L_8) { goto IL_005a; } } { V_1 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } IL_0032: try { // begin try (depth: 1) String_t* L_9 = ___s0; RuntimeObject* L_10 = ___nsmgr2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11; L_11 = XmlQualifiedName_Parse_m1B1DDF5738E04BEB6CF48E0AB0F68885354A5690(L_9, L_10, (String_t**)(&V_2), /*hidden argument*/NULL); V_1 = L_11; goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0041; } throw e; } CATCH_003e: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_005a; } // end catch (depth: 1) CATCH_0041: { // begin catch(System.Xml.XmlException) V_0 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_005a; } // end catch (depth: 1) IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_12 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = V_1; NullCheck(L_12); Exception_t * L_14; L_14 = VirtFuncInvoker2< Exception_t *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this); V_0 = L_14; Exception_t * L_15 = V_0; if (L_15) { goto IL_005a; } } { RuntimeObject ** L_16 = ___typedValue3; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_17 = V_1; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); return (Exception_t *)NULL; } IL_005a: { Exception_t * L_18 = V_0; return L_18; } } // System.Void System.Xml.Schema.Datatype_QName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QName__ctor_m7C0FD934A1919AAB2EEFCD9A05976E1F1A0E5CF4 (Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_QName::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QName__cctor_m48119D3AD1EE1E9A3660D04DD3AE33567F02AF31 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t944F5415022ECCC65C0C751DCD31554A5652CADD_il2cpp_TypeInfo_var))->set_listValueType_92(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_QNameXdr::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QNameXdr_get_TokenizedType_mD31AD7C8F87569153E1F9C5F370B8A12E19B282B (Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB * __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_mD0ACAA24C95B85AC7A8C8B70A94A7A526D6C844F (Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_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; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___s0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/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))))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_4 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_mD0ACAA24C95B85AC7A8C8B70A94A7A526D6C844F_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_5 = ___nsmgr2; if (L_5) { goto IL_0029; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_6 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9596E5523DE78154FE7D2F120B5259D589F47C5E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_mD0ACAA24C95B85AC7A8C8B70A94A7A526D6C844F_RuntimeMethod_var))); } IL_0029: { } IL_002a: try { // begin try (depth: 1) String_t* L_7 = ___s0; NullCheck(L_7); String_t* L_8; L_8 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_7, /*hidden argument*/NULL); RuntimeObject* L_9 = ___nsmgr2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10; L_10 = XmlQualifiedName_Parse_m1B1DDF5738E04BEB6CF48E0AB0F68885354A5690(L_8, L_9, (String_t**)(&V_0), /*hidden argument*/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_t9C48B8133469BABC05D561C654585F0584FB25DA_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_t9C48B8133469BABC05D561C654585F0584FB25DA *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_mD0ACAA24C95B85AC7A8C8B70A94A7A526D6C844F_RuntimeMethod_var))); } // end catch (depth: 1) CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = ___s0; 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_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, /*hidden argument*/NULL); Exception_t * L_15 = V_2; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_16 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA(L_16, L_14, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_mD0ACAA24C95B85AC7A8C8B70A94A7A526D6C844F_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_mD4205D5D4D183C57CCFAAEC8740F3821B44D60D4 (Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_QNameXdr::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_QNameXdr_get_ListValueType_mEE0CD704A4750DA16AE3660F212A34291B9D2B27 (Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Void System.Xml.Schema.Datatype_QNameXdr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__ctor_mB7451F386F5ED190528ACCBEB1D4CCB12C895735 (Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_QNameXdr::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__cctor_m2263E33B503B96388E4318D0F3625A7DC5914E6C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t6FC75AFAEAF164A3041D2AC017CBE8A851F75CDB_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.XmlValueConverter System.Xml.Schema.Datatype_anyAtomicType::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_anyAtomicType_CreateValueConverter_m77B7CDABB5F8FA2758437CCCDF280228381B8332 (Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_0 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_AnyAtomic_33(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anyAtomicType::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyAtomicType_get_BuiltInWhitespaceFacet_mD11AB8B398AF3FA035C55ECA8EDC834DE297FAE0 (Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anyAtomicType::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyAtomicType_get_TypeCode_m53CE705865545DC64D91272E30B1717275946E1A (Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Void System.Xml.Schema.Datatype_anyAtomicType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyAtomicType__ctor_m8ECA9EE46AD83B211B9B0EF7158BC0D2134C7DD1 (Datatype_anyAtomicType_tF94297A5AB2E3DA9EF059B5AE0325A0DCE8CC46C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_anySimpleType::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_anySimpleType_CreateValueConverter_m3E9E61250E3F144C08A032369CD6BC9510E41719 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_0 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); return L_0; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_anySimpleType::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_anySimpleType_get_FacetsChecker_m7FFFA847D9CA2D16202C3D00D2CFA2FAEF79433D (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15(); return L_0; } } // System.Type System.Xml.Schema.Datatype_anySimpleType::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_anySimpleType_get_ValueType_mB9E9437F2D51758E197552DE7123C262F094D00C (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var))->get_atomicValueType_89(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anySimpleType::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_TypeCode_m26342BCC78A0D9F1F1C1E033157B49BEE566F592 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Type System.Xml.Schema.Datatype_anySimpleType::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_anySimpleType_get_ListValueType_m8EB0AA7091981DABB00416537DE574749C4A8933 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var))->get_listValueType_90(); return L_0; } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_anySimpleType::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_TokenizedType_mABFAA9DA6FFB87F8E47E4E97D3E5C51987EDF6F6 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anySimpleType::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_BuiltInWhitespaceFacet_mAE4C7A43C76F36FB84BC257A575379DEC3583A01 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_anySimpleType::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_Compare_m504DEB2A165D2FF6044820F0491B5A44D191F7D3 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value10; NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); RuntimeObject * L_2 = ___value21; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); int32_t L_4; L_4 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_1, L_3, 4, /*hidden argument*/NULL); return L_4; } } // System.Exception System.Xml.Schema.Datatype_anySimpleType::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_anySimpleType_TryParseValue_mEAAB5EB0D0BB25F261FBD08A8E23601F2C868362 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { { RuntimeObject ** L_0 = ___typedValue3; String_t* L_1 = ___s0; String_t* L_2; L_2 = XmlComplianceUtil_NonCDataNormalize_m19F3DF529609C42EBB658048BF2F81EB54A0E991(L_1, /*hidden argument*/NULL); *((RuntimeObject **)L_0) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2); return (Exception_t *)NULL; } } // System.Void System.Xml.Schema.Datatype_anySimpleType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7 (Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); DatatypeImplementation__ctor_mB653567FE585BA8DE1D8ED075F16515900FBA46C(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_anySimpleType::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anySimpleType__cctor_mA91E3C7D210EA08B20FCEF5DCAD9C682B39EA94F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var))->set_atomicValueType_89(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var))->set_listValueType_90(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.Schema.XmlValueConverter System.Xml.Schema.Datatype_anyURI::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_anyURI_CreateValueConverter_m95973FC3CBCF792E8BAA988AC32F9ABCA219F7AE (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_anyURI::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_anyURI_get_FacetsChecker_m4F0273CEA96F62CE047CB361E3BB4B13A4A78AEC (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anyURI::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_get_TypeCode_mC3E6AF75AFCF26F8E967A6730F6CFE4E5116E72A (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)28)); } } // System.Type System.Xml.Schema.Datatype_anyURI::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_anyURI_get_ValueType_m06196298DB197BEB4C87B35836E87A1C08EF7FEE (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_anyURI::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_anyURI_get_ListValueType_m13EF6E5F5E58D87069A7F1410600E8ECAFB32BB8 (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anyURI::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_get_BuiltInWhitespaceFacet_mD5932E6B043833110205F8D3120E1FFEEB3CC6EC (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_anyURI::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_Compare_mBF3AF9C2A8E8031BC632B12E735FBD1F6E6A2259 (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value10; RuntimeObject * L_1 = ___value21; NullCheck(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); bool L_2; L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)), ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); if (L_2) { goto IL_0015; } } { return (-1); } IL_0015: { return 0; } } // System.Exception System.Xml.Schema.Datatype_anyURI::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_anyURI_TryParseValue_m06BF252CC240B38EE6683062146EED70F1910FAC (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_1 = NULL; String_t* V_2 = NULL; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_0044; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToUri_mD7E429CB7202C89D8F917ED998A045902CE3A176(L_4, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_0044; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_7, /*hidden argument*/NULL); V_2 = L_8; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_9 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); String_t* L_10 = V_2; NullCheck(((StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 *)CastclassClass((RuntimeObject*)L_9, StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var))); Exception_t * L_11; L_11 = StringFacetsChecker_CheckValueFacets_mB5FF71E1F6453E067F229E7EE2DD493B0B82A1D8(((StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 *)CastclassClass((RuntimeObject*)L_9, StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var)), L_10, __this, (bool)0, /*hidden argument*/NULL); V_0 = L_11; Exception_t * L_12 = V_0; if (L_12) { goto IL_0044; } } { RuntimeObject ** L_13 = ___typedValue3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_14 = V_1; *((RuntimeObject **)L_13) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_14); return (Exception_t *)NULL; } IL_0044: { Exception_t * L_15 = V_0; return L_15; } } // System.Void System.Xml.Schema.Datatype_anyURI::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyURI__ctor_m01202C7E75FE445833450E6DE424504742BF5198 (Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_anyURI::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyURI__cctor_m658AB846EA4B00056536154EB4A7480D535C0389 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t4B3E8BF6172F7DFDCF74C2635DF0294445426172_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.XmlValueConverter System.Xml.Schema.Datatype_base64Binary::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_base64Binary_CreateValueConverter_m5516A19AFC6B1D84809EBBA0F809AC86E2DD9DB8 (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_base64Binary::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_base64Binary_get_FacetsChecker_m9707919DCBC8F6572282C77FC052CE2408E2054A (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_base64Binary::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_get_TypeCode_m6A0709D8E2EF4F294BAF57A56E7074C728ED2AF2 (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)27)); } } // System.Type System.Xml.Schema.Datatype_base64Binary::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_base64Binary_get_ValueType_m020F8E750C21DF5C1104A0F02E1F1B7592BFB0B0 (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_base64Binary::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_base64Binary_get_ListValueType_mABB910AA3E95F94EC5095CF5792231A6F9C15EC6 (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_base64Binary::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_get_BuiltInWhitespaceFacet_m3F02A14B1D919D897B279F4E8698FACC1411C8F0 (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_base64Binary::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_Compare_m34B963DF604979AABCDDA0EBE25B83AC4B9FAE2A (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value10; RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = DatatypeImplementation_Compare_mE4F1A624D7B4AFFED0819DFC6B5175CDD3C81B90(__this, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.Datatype_base64Binary::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_base64Binary_TryParseValue_m3F85E59757692AB864B5DB5AFA0DC643F96F775B (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0017: try { // begin try (depth: 1) String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Convert_FromBase64String_mE08CC857316933F99470E768622A623AFF69C98C(L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_0026; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0020; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0020: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003c; } // end catch (depth: 1) CATCH_0023: { // begin catch(System.FormatException) V_0 = ((FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003c; } // end catch (depth: 1) IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_6 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_6); Exception_t * L_8; L_8 = VirtFuncInvoker2< Exception_t *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, L_6, L_7, __this); V_0 = L_8; Exception_t * L_9 = V_0; if (L_9) { goto IL_003c; } } { RuntimeObject ** L_10 = ___typedValue3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; *((RuntimeObject **)L_10) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_11); return (Exception_t *)NULL; } IL_003c: { Exception_t * L_12 = V_0; return L_12; } } // System.Void System.Xml.Schema.Datatype_base64Binary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_base64Binary__ctor_mC0CFB84ADE3F7C89863DB0DBCD683663ECADAEDE (Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_base64Binary::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_base64Binary__cctor_m9B3912FF8A6D9A64F34BAE0C185E29200BC2514C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t74EC4EE027CB3CF19369DDFDD60D4BF8BDC00D7B_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.XmlValueConverter System.Xml.Schema.Datatype_boolean::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_boolean_CreateValueConverter_mED8782690CFDB919AE77BFD71674BDF066EDC5F7 (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlBooleanConverter_Create_mF817BDF29D30556D6A13A8B59E8384B078FD0B7B(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_boolean::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_boolean_get_FacetsChecker_m65B14175413B2DC3B7AC10DA7289A4B51A43C4C1 (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_boolean::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_boolean_get_TypeCode_mED5A1E47318BDFA188F1709FB3602A892CB1B351 (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)13)); } } // System.Type System.Xml.Schema.Datatype_boolean::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_boolean_get_ValueType_m3F4073CA2911B741E3B463A1301E65C4E089363E (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_boolean::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_boolean_get_ListValueType_mD25FD258B5BB908A4FBA4E4881F96EC012CC2D60 (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_boolean::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_boolean_get_BuiltInWhitespaceFacet_m89FD45C87B245A42CF316AB31A5A5B001004CF4A (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_boolean::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_boolean_Compare_mC2EEE5A232C18B46B75AB29C132D8F8D9FD7438F (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeObject * L_0 = ___value10; V_0 = ((*(bool*)((bool*)UnBox(L_0, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Boolean_CompareTo_mC707B7449D158CBC44629E0127379DDE5AEC9F8B((bool*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.Datatype_boolean::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_boolean_TryParseValue_m13EE12C8F6C0F25B71ED37DFA2F2C29E5FFC4EB1 (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_002c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToBoolean_mD17667099881EEC7AE7DEB922459591442DCD703(L_4, (bool*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_002c; } } { RuntimeObject ** L_7 = ___typedValue3; bool L_8 = V_1; bool L_9 = L_8; RuntimeObject * L_10 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_9); *((RuntimeObject **)L_7) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_10); return (Exception_t *)NULL; } IL_002c: { Exception_t * L_11 = V_0; return L_11; } } // System.Void System.Xml.Schema.Datatype_boolean::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_boolean__ctor_m01D7023C780AB26021224BBAA3123A4A8D1F6F6C (Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_boolean::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_boolean__cctor_m656A5BD9927992C2D841728C4275E7D80874DF0A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t0C1F54D7B598319B8F8DFDB660072F8CC4AB0C3F_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.FacetsChecker System.Xml.Schema.Datatype_byte::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_byte_get_FacetsChecker_mB47992FC832127E174C3C4F2F99FBFB75FE18F1F (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_105(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_byte::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_byte_get_TypeCode_m6F30B6616B585995091226939DA41B374504A4B0 (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)46)); } } // System.Int32 System.Xml.Schema.Datatype_byte::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_byte_Compare_m65299B2AD9EFC38DA85FAFDBBFC40BD15AF0EF78 (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(int8_t*)((int8_t*)UnBox(L_0, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = SByte_CompareTo_m8C6189832C3926CE1A2AEE9588FA137DBFAF3A67((int8_t*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_byte::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_byte_get_ValueType_m1D48FA5ED7E85597AB7CE38204D5AE6D7DA80813 (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->get_atomicValueType_103(); return L_0; } } // System.Type System.Xml.Schema.Datatype_byte::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_byte_get_ListValueType_mCFF9C90431BB6C16A7723F4CA25D7B28FF55FFF6 (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->get_listValueType_104(); return L_0; } } // System.Exception System.Xml.Schema.Datatype_byte::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_byte_TryParseValue_mE86ABAF0A11B7890B050C55F5CEB47B36E140914 (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int8_t V_1 = 0x0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_105(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToSByte_m13F4BEF573B9ABAFAC39B77CEB89DC5C602B5B21(L_4, (int8_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_105(); int8_t L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, int16_t, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::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 = ___typedValue3; int8_t L_12 = V_1; int8_t L_13 = L_12; RuntimeObject * L_14 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_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_byte::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_byte__ctor_m0FB369245D3D857658484E5D3B96D3F98A8E1767 (Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); Datatype_short__ctor_m3812E69800AA6EA061CDC48DEC15ABD75359EACB(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_byte::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_byte__cctor_m8DB5A5F60ACAA3A868DFBF777575468FF3464857 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->set_atomicValueType_103(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->set_listValueType_104(L_3); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_4), ((int32_t)-128), /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_5), ((int32_t)127), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tB1DDDD88897C806FCBB74F77B242F9631F0B34FB_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_105(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.Type System.Xml.Schema.Datatype_char::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_char_get_ValueType_m8A47C7FE19A3CC21F7D99833BDB23A015FE5EF52 (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_char::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_char_get_ListValueType_m4C3C113AE72C300CD22AB4942157A846B2A2C4E0 (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Int32 System.Xml.Schema.Datatype_char::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_char_Compare_mFE8CA34FB435B19C1365CDD9AB05F916240FA7B1 (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_0, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Char_CompareTo_mE7D17FE8150AD7502B0FD0BF075FD050E544B232((Il2CppChar*)(&V_0), L_1, /*hidden argument*/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_mFD184A98B894B7F6A9F1BA194B09411C1FBD8DA2 (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Il2CppChar L_1; L_1 = XmlConvert_ToChar_m07D10ACA183420CC7FD54C26F7EF4B61F998FBBB(L_0, /*hidden argument*/NULL); Il2CppChar L_2 = L_1; RuntimeObject * L_3 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_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_t9C48B8133469BABC05D561C654585F0584FB25DA_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_t9C48B8133469BABC05D561C654585F0584FB25DA *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_char_ParseValue_mFD184A98B894B7F6A9F1BA194B09411C1FBD8DA2_RuntimeMethod_var))); } // end catch (depth: 1) CATCH_000f: { // begin catch(System.Exception) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; 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_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_5, /*hidden argument*/NULL); Exception_t * L_8 = V_1; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_9 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA(L_9, L_7, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_char_ParseValue_mFD184A98B894B7F6A9F1BA194B09411C1FBD8DA2_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_m7304E16CE5F76968BC40F6CA43A79A7F30A3C123 (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Il2CppChar V_1 = 0x0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_TryToChar_mEE1F6E07863A093A5F708152FF38FD4120C59075(L_1, (Il2CppChar*)(&V_1), /*hidden argument*/NULL); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_001b; } } { RuntimeObject ** L_4 = ___typedValue3; Il2CppChar L_5 = V_1; Il2CppChar L_6 = L_5; RuntimeObject * L_7 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_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_m726FC07EA6F2476D58A145DD0DB402831365D29D (Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_char::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_char__cctor_mECA7878F8C3171E07D9D31F8D4D072BDCD4C5160 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t7622E65459001C3CEA3521DF48C08BAA8C9CEB39_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.XmlTypeCode System.Xml.Schema.Datatype_date::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_date_get_TypeCode_m7F810193D0C964AB962CE289E93543C478334A0A (Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)20)); } } // System.Void System.Xml.Schema.Datatype_date::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_date__ctor_mA47E962A544D5BE9C8C01C0CABDE2F74F32821F0 (Datatype_date_t7AAB0273AE8958B40C2E28639CB7D4CF39E27620 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, 4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.Datatype_dateTime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTime__ctor_m8D596BE6EA9168A06833B4C1C70595482006F59D (Datatype_dateTime_t065380C2024937CB4591CEF57EEEAC11266FC0D0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, 1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_dateTimeBase::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_dateTimeBase_CreateValueConverter_m6BD3DCD5D3BD750F7AAFDEA12806DDAC6599BE6E (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlDateTimeConverter_Create_m7F7B9D11AC04BB60902D3B0E4E15B96C49FC09F1(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_dateTimeBase::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_dateTimeBase_get_FacetsChecker_m05B45E6EEAE6858F1D7E3341903DC1BC79C146C4 (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_dateTimeFacetsChecker_18(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_dateTimeBase::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_get_TypeCode_m26A7BA070CB6F3ABA427C7D02D6157625C6DE8ED (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)18)); } } // System.Void System.Xml.Schema.Datatype_dateTimeBase::.ctor(System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, int32_t ___dateTimeFlags0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); int32_t L_0 = ___dateTimeFlags0; __this->set_dateTimeFlags_93(L_0); return; } } // System.Type System.Xml.Schema.Datatype_dateTimeBase::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_dateTimeBase_get_ValueType_mE5F3491EA5E1C8DBBE029DCBD4FA56E49E56D7A1 (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_dateTimeBase::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_dateTimeBase_get_ListValueType_m3DFF25C512B7345F305D12DF0BB661EAB8EC2A57 (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_dateTimeBase::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_get_BuiltInWhitespaceFacet_mF2B972D2FE869EFEE40A8683BD8749834F420653 (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_dateTimeBase::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_Compare_mCA4E972995EF73BFBC0E4042BAC37BE66B60C279 (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject * L_0 = ___value10; V_0 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; V_1 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); int32_t L_2; L_2 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { int32_t L_3; L_3 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } IL_0020: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = V_1; int32_t L_5; L_5 = DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), L_4, /*hidden argument*/NULL); return L_5; } IL_0029: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); V_0 = L_6; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); int32_t L_8; L_8 = DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), L_7, /*hidden argument*/NULL); return L_8; } } // System.Exception System.Xml.Schema.Datatype_dateTimeBase::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_dateTimeBase_TryParseValue_m6ED76CF8A6B0632B6FA95BA4B9D21FDB95B31A6C (Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTimeFlags_tA0CFF619A2C537BD8E65672DA641CF4B2405156C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_1; memset((&V_1), 0, sizeof(V_1)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_dateTimeFacetsChecker_18(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_0082; } } { String_t* L_4 = ___s0; int32_t L_5 = __this->get_dateTimeFlags_93(); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); bool L_6; L_6 = XsdDateTime_TryParse_m0EE48D42906256858FEB132534920A708C7DFC70(L_4, L_5, (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_1), /*hidden argument*/NULL); if (L_6) { goto IL_0055; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; String_t* L_9 = ___s0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_8; int32_t* L_11 = __this->get_address_of_dateTimeFlags_93(); RuntimeObject * L_12 = Box(XsdDateTimeFlags_tA0CFF619A2C537BD8E65672DA641CF4B2405156C_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); *L_11 = *(int32_t*)UnBox(L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_13); String_t* L_14; L_14 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_10, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_15 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_15, L_14, /*hidden argument*/NULL); V_0 = L_15; goto IL_0082; } IL_0055: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_2 = L_16; } IL_005b: try { // begin try (depth: 1) XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_17, /*hidden argument*/NULL); V_2 = L_18; goto IL_0067; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0064; } throw e; } CATCH_0064: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0082; } // end catch (depth: 1) IL_0067: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_19 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_dateTimeFacetsChecker_18(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_20 = V_2; NullCheck(L_19); Exception_t * L_21; L_21 = VirtFuncInvoker2< Exception_t *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(10 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) */, L_19, L_20, __this); V_0 = L_21; Exception_t * L_22 = V_0; if (L_22) { goto IL_0082; } } { RuntimeObject ** L_23 = ___typedValue3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25 = L_24; RuntimeObject * L_26 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_25); *((RuntimeObject **)L_23) = (RuntimeObject *)L_26; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_23, (void*)(RuntimeObject *)L_26); return (Exception_t *)NULL; } IL_0082: { Exception_t * L_27 = V_0; return L_27; } } // System.Void System.Xml.Schema.Datatype_dateTimeBase::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__cctor_m0CF55BAA751EE79F278947278E8B65DAB60EA1D7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var))->set_listValueType_92(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.Datatype_dateTimeNoTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeNoTimeZone__ctor_m60634C0823E18B05EC32A3F8C20863E828B46D06 (Datatype_dateTimeNoTimeZone_tD1DD5CAA4D6B9E106BB9404A82C1BA4AB432F440 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, ((int32_t)256), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.Datatype_dateTimeTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeTimeZone__ctor_mA97222AE0729417CA670641CFA984F6578605274 (Datatype_dateTimeTimeZone_t6B8EB0CA7FE9D1598FE06295CDAC3A6C51D30047 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, ((int32_t)512), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_day::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_day_get_TypeCode_m1462722D73FFEC036BD36BAC9B486067F7009A8C (Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)24)); } } // System.Void System.Xml.Schema.Datatype_day::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_day__ctor_m8FE344881AEC93A38887711FC87EBEB50CCDCA6B (Datatype_day_tBDB1D5FB5AE82F45B71B096DC22324E6806B7F4F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, ((int32_t)64), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception System.Xml.Schema.Datatype_dayTimeDuration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_dayTimeDuration_TryParseValue_m1C2B7D0A486E568DB86A00BA7CC21AC8F2EDE9B3 (Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_000f: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_5 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_6 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19(); NullCheck(L_6); Exception_t * L_7; L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this); V_0 = L_7; Exception_t * L_8 = V_0; if (L_8) { goto IL_0066; } } { String_t* L_9 = ___s0; Exception_t * L_10; L_10 = XsdDuration_TryParse_m62A437341C407CDF92149A7FE1C851FF2C53041F(L_9, 2, (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_1), /*hidden argument*/NULL); V_0 = L_10; Exception_t * L_11 = V_0; if (L_11) { goto IL_0066; } } { Exception_t * L_12; L_12 = XsdDuration_TryToTimeSpan_mFDE9EE9A50434F298ECBA45AFE8746A96558826A((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_1), 2, (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); V_0 = L_12; Exception_t * L_13 = V_0; if (L_13) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_14 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_15 = V_2; NullCheck(L_14); Exception_t * L_16; L_16 = VirtFuncInvoker2< Exception_t *, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_14, L_15, __this); V_0 = L_16; Exception_t * L_17 = V_0; if (L_17) { goto IL_0066; } } { RuntimeObject ** L_18 = ___typedValue3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_19 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20 = L_19; RuntimeObject * L_21 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_20); *((RuntimeObject **)L_18) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_21); return (Exception_t *)NULL; } IL_0066: { Exception_t * L_22 = V_0; return L_22; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_dayTimeDuration::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dayTimeDuration_get_TypeCode_m5066D5A198221FC129C9F3F6AC7F1952B63A2492 (Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)54)); } } // System.Void System.Xml.Schema.Datatype_dayTimeDuration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dayTimeDuration__ctor_mED183A3F1816A4C4E544B81E8B57C5B8F6830B6C (Datatype_dayTimeDuration_tD650ED2B848D1FAF98A1653D957EF9C5A6882BB9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); Datatype_duration__ctor_m4018086E73295F08092377617F7EA06902069589(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_decimal::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_decimal_CreateValueConverter_m24419A84BEA9F1DC10EBF9D132DC8B4A862F307D (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlNumeric10Converter_Create_mFAEF0DD77770233CCD3840206753303BA1AC8094(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_decimal::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_decimal_get_FacetsChecker_m5ECA51FBE9397E04053EB5185A44F96FD4546937 (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_93(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_decimal::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_decimal_get_TypeCode_mEF58B34C83674EAB49FBC50873E59130BFA7ED7D (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)14)); } } // System.Type System.Xml.Schema.Datatype_decimal::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_decimal_get_ValueType_m178E3F9BDDBF47E803FEAE809C004923EE01710B (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_decimal::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_decimal_get_ListValueType_m7FD711291C5CD506D66DDB22081BB9E1EC51D359 (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_decimal::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_decimal_get_BuiltInWhitespaceFacet_mC983F3A42D82A2305CB7704F3AF3C1A5707ADFD5 (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_decimal::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_decimal_Compare_mE94E4B727827DC138CAF5783F65DA0B25A3322A8 (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value10; V_0 = ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Decimal_CompareTo_mFC0DBAFF3B845D9A39B21F2FF8B8644E0FB1A84A((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.Datatype_decimal::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_decimal_TryParseValue_m7BB2452EEBE94C62766664F9FF5EB5B741524561 (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_93(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToDecimal_m24067BD57395D46DAF61C7431D79867EF9CF619C(L_4, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_93(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,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 = ___typedValue3; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12 = V_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = L_12; RuntimeObject * L_14 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_decimal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_decimal__ctor_mBF988DFFBD420D7087C8A78B8D5082F8A86D064D (Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_decimal::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_decimal__cctor_mDABC2F61D18FD9C017EDC65EE16E6B21B33946E1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->set_listValueType_92(L_3); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_4), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_5), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_93(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.XmlValueConverter System.Xml.Schema.Datatype_double::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_double_CreateValueConverter_m118B8151873D0AD36D1F226D5F6E4B705D07A679 (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlNumeric2Converter_Create_m97FB789B0B3EF1246DF7494D855F45FA4CAD4589(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_double::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_double_get_FacetsChecker_m6E9865475BB2B55CB13D05268B73E3109A4C1624 (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_double::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_double_get_TypeCode_mCBF14401C09011869C157A366EF6D6F19A4EDD26 (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)16)); } } // System.Type System.Xml.Schema.Datatype_double::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_double_get_ValueType_m724D49925BB3D7679F6D734C1A6AFE5E7C15202E (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_double::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_double_get_ListValueType_m12485ECF232F9F7CE60F5286DCB03A35B2C17593 (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_double::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_double_get_BuiltInWhitespaceFacet_m565EF1B50661070C009B8B24F05C195319AB9996 (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_double::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_double_Compare_m187302177D5C94070482396BE9F7B1A7CF119AEC (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(double*)((double*)UnBox(L_0, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Double_CompareTo_mBB5DA0FB12D07AC9EF8A85A414E1586CE67903F6((double*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.Datatype_double::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_double_TryParseValue_m1917F14D2DA7D536898E51DFD91DC631F5D156E6 (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; double V_1 = 0.0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToDouble_mA7FB6D705C5ACA4196AC08745BB1A9F032707126(L_4, (double*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16(); double L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, double, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,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 = ___typedValue3; double L_12 = V_1; double L_13 = L_12; RuntimeObject * L_14 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_double::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_double__ctor_m35E97756C5E5297E5612CA7641F2CF90096390FB (Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_double::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_double__cctor_m5C0762F07E8E40CEA7C2D5B1E3D29729DC620BF8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var))->set_listValueType_92(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_doubleXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Datatype_doubleXdr_ParseValue_m5FE9F753F8C723CF42A9F4D500B5A4D77989FA1D (Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_1; L_1 = XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95(L_0, /*hidden argument*/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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; String_t* L_4 = ___s0; 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_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_3, /*hidden argument*/NULL); Exception_t * L_6 = V_1; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_7 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_doubleXdr_ParseValue_m5FE9F753F8C723CF42A9F4D500B5A4D77989FA1D_RuntimeMethod_var))); } // end catch (depth: 1) IL_0025: { double L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_9; L_9 = Double_IsInfinity_m89D50B57C9F35F8A7101DA0C726F287A5E7FB7C8(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0035; } } { double L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_11; L_11 = Double_IsNaN_m71AF7FE86A4C554C21B059B17CB8B35C2AA33DAF(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0041; } } IL_0035: { String_t* L_12 = ___s0; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_13 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_doubleXdr_ParseValue_m5FE9F753F8C723CF42A9F4D500B5A4D77989FA1D_RuntimeMethod_var))); } IL_0041: { double L_14 = V_0; double L_15 = L_14; RuntimeObject * L_16 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_m72D0197AD978A8F3209555B32DFF2D748C5155FB (Datatype_doubleXdr_t44BEC9A024677EBC6FAE86B5661771EC3CF41120 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_double_t042B72AC98EAFAB4FBE18084F1B4A05CA7078BAC_il2cpp_TypeInfo_var); Datatype_double__ctor_m35E97756C5E5297E5612CA7641F2CF90096390FB(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_duration::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_duration_CreateValueConverter_m507188F65A19D68D65EE440E33A89834B5174301 (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_duration::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_duration_get_FacetsChecker_m60729103E5B0E88D0BFF5FFD8235AD134AA84D54 (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_duration::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_duration_get_TypeCode_mC7F607FD25B5900F00EB2F4AEEEE4A2851F5E7DA (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.Type System.Xml.Schema.Datatype_duration::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_duration_get_ValueType_m74D6D0C64B579E1A8658304F1A9431F838C29EB5 (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_duration::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_duration_get_ListValueType_m3CFB53BE5621FA60AC84CFF5651D72615D6F1C94 (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_duration::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_duration_get_BuiltInWhitespaceFacet_m373EFDB8BC3971535E8E0395CA01CD39F4329B31 (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_duration::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_duration_Compare_mF39AEA21D290B2E7FBED8B8AF11BE2F6E7B4054A (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value10; V_0 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.Datatype_duration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_duration_TryParseValue_m10BF49E1533D9BA1E8A7423E21AEEF5C7BC8D2AB (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_000f: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_5 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_6 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19(); NullCheck(L_6); Exception_t * L_7; L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this); V_0 = L_7; Exception_t * L_8 = V_0; if (L_8) { goto IL_0057; } } { String_t* L_9 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_10; L_10 = XmlConvert_TryToTimeSpan_m1E354A7B9DB017D6303F96C1216481BF4F9A2A5A(L_9, (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), /*hidden argument*/NULL); V_0 = L_10; Exception_t * L_11 = V_0; if (L_11) { goto IL_0057; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_12 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13 = V_1; NullCheck(L_12); Exception_t * L_14; L_14 = VirtFuncInvoker2< Exception_t *, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this); V_0 = L_14; Exception_t * L_15 = V_0; if (L_15) { goto IL_0057; } } { RuntimeObject ** L_16 = ___typedValue3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_17 = V_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_18 = L_17; RuntimeObject * L_19 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_18); *((RuntimeObject **)L_16) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_19); return (Exception_t *)NULL; } IL_0057: { Exception_t * L_20 = V_0; return L_20; } } // System.Void System.Xml.Schema.Datatype_duration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_duration__ctor_m4018086E73295F08092377617F7EA06902069589 (Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_duration::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_duration__cctor_mC2805CFA3D03D183E8208B70F1FBC8B655B36867 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var))->set_listValueType_92(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_m151E3A03216D51501FCEB21BED4C88E180C38442 (Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0; L_0 = VirtFuncInvoker0< FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this); String_t* L_1 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = XmlConvert_ToDecimal_m927342742687C6D8947928EB67FD4751149007D2(L_1, /*hidden argument*/NULL); V_1 = L_2; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = V_1; NullCheck(((Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var))); Exception_t * L_4; L_4 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m19E426DAC8B94548619BF63ED200DDA53F866F00(((Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var)), L_3, ((int32_t)18), 4, (bool)1, (bool)1, /*hidden argument*/NULL); V_0 = L_4; Exception_t * L_5 = V_0; if (!L_5) { goto IL_0023; } } IL_0021: { goto IL_0049; } IL_0023: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_6 = V_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7 = L_6; RuntimeObject * L_8 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_t9C48B8133469BABC05D561C654585F0584FB25DA_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_t9C48B8133469BABC05D561C654585F0584FB25DA *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m151E3A03216D51501FCEB21BED4C88E180C38442_RuntimeMethod_var))); } // end catch (depth: 1) CATCH_002d: { // begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; String_t* L_11 = ___s0; 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_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_10, /*hidden argument*/NULL); Exception_t * L_13 = V_3; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_14 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA(L_14, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m151E3A03216D51501FCEB21BED4C88E180C38442_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_m151E3A03216D51501FCEB21BED4C88E180C38442_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_mF0961ED17537875E77A16CA1F367AA509ABBE59D (Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_TryToDecimal_m24067BD57395D46DAF61C7431D79867EF9CF619C(L_1, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_1), /*hidden argument*/NULL); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_0035; } } { FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_4; L_4 = VirtFuncInvoker0< FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5 = V_1; NullCheck(((Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var))); Exception_t * L_6; L_6 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m19E426DAC8B94548619BF63ED200DDA53F866F00(((Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var)), L_5, ((int32_t)18), 4, (bool)1, (bool)1, /*hidden argument*/NULL); V_0 = L_6; Exception_t * L_7 = V_0; if (L_7) { goto IL_0035; } } { RuntimeObject ** L_8 = ___typedValue3; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9 = V_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_10 = L_9; RuntimeObject * L_11 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_m2431D620E1AF569B48855C9D1DC71D53E04CAE3C (Datatype_fixed_t64AD3D29F1BF54DBBBB1BB437D1F7A7198CE33A4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); Datatype_decimal__ctor_mBF988DFFBD420D7087C8A78B8D5082F8A86D064D(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_float::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_float_CreateValueConverter_m504F6215AE7DDA8719D035B3FEF2A1E5D33F1788 (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlNumeric2Converter_Create_m97FB789B0B3EF1246DF7494D855F45FA4CAD4589(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_float::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_float_get_FacetsChecker_mEB61F8B6BFEE7870E502FFF14934A695732E34D3 (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_float::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_float_get_TypeCode_m4C12D875137587D3BFFFC5F7DBB54E09EF4D441D (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)15)); } } // System.Type System.Xml.Schema.Datatype_float::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_float_get_ValueType_m185E878AE6016F5D60E9468177CA8391C6FDD98E (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_float::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_float_get_ListValueType_mA3F9B8D42688BA935DF87381CA32DFC700BB3934 (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_float::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_float_get_BuiltInWhitespaceFacet_m587A8D9FD60A9832054900ACEC2487940AE54BF3 (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_float::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_float_Compare_mB9105B3A05A18A30B9CB61D1AEB6B17BA1BD3240 (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___value10; V_0 = ((*(float*)((float*)UnBox(L_0, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C((float*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.Datatype_float::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_float_TryParseValue_mAE9AB923790AE41C7D448F9EDC7A23F79435B7DE (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; float V_1 = 0.0f; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToSingle_m5230BCC019FA76E8FB5DB3C6EDCF7EE6E7B96D1A(L_4, (float*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16(); float L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, float, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(12 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Single,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 = ___typedValue3; float L_12 = V_1; float L_13 = L_12; RuntimeObject * L_14 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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_float::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_float__ctor_mC3277F77ABDB5C66295AE526BEDBE6FAA93F4131 (Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_float::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_float__cctor_mC9F7A7D159ECC7695A7AEF7CDC01F3CE289C4D29 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var))->set_listValueType_92(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_floatXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Datatype_floatXdr_ParseValue_m064A05E76D7A63B3096D1B2BDB765408F489C48A (Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); float L_1; L_1 = XmlConvert_ToSingle_mB7AA6B41029E834E22E8F08FA2668F03D0984793(L_0, /*hidden argument*/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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; String_t* L_4 = ___s0; 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_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_3, /*hidden argument*/NULL); Exception_t * L_6 = V_1; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_7 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_floatXdr_ParseValue_m064A05E76D7A63B3096D1B2BDB765408F489C48A_RuntimeMethod_var))); } // end catch (depth: 1) IL_0025: { float L_8 = V_0; bool L_9; L_9 = Single_IsInfinity_m688D881718D05186AEA51763E7FE6E43FF5580F3(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0035; } } { float L_10 = V_0; bool L_11; L_11 = Single_IsNaN_m2A3E69F652264AF9420D0A313FF3F28344CD9A2A(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0041; } } IL_0035: { String_t* L_12 = ___s0; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_13 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_floatXdr_ParseValue_m064A05E76D7A63B3096D1B2BDB765408F489C48A_RuntimeMethod_var))); } IL_0041: { float L_14 = V_0; float L_15 = L_14; RuntimeObject * L_16 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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_m6F2CA9311191F04F495175E414F3843A9EE8E5BC (Datatype_floatXdr_tC2E9B50F51A3D76E0DF8A7E458B4F9F17DE2A990 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_float_t0CC51F1BCD37D6048177F9633B59954C92A59B78_il2cpp_TypeInfo_var); Datatype_float__ctor_mC3277F77ABDB5C66295AE526BEDBE6FAA93F4131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_hexBinary::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_hexBinary_CreateValueConverter_m6464B1359061CB8A7B5F3F5EF7AC33C0BAC4BAA9 (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_hexBinary::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_hexBinary_get_FacetsChecker_mFDD2CDCAEF8E39AAAE73772D765C869C41675F3C (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_hexBinary::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_get_TypeCode_m686F65F61C30CEEC4884258A2E23578833408F22 (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)26)); } } // System.Type System.Xml.Schema.Datatype_hexBinary::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_hexBinary_get_ValueType_mA83E3C42BB08E5BCE3E9D7FB1597362DE63071FA (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_hexBinary::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_hexBinary_get_ListValueType_mF0AA46A8CB21D85DCDE45735BC3BE55AD216F1E4 (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_hexBinary::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_get_BuiltInWhitespaceFacet_mC613379DEEB3B501278FBD81E7E91B206EF12D70 (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 System.Xml.Schema.Datatype_hexBinary::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_Compare_m86290C3F381119C1E421F30AAF337758B4AE3D62 (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value10; RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = DatatypeImplementation_Compare_mE4F1A624D7B4AFFED0819DFC6B5175CDD3C81B90(__this, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.Datatype_hexBinary::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_hexBinary_TryParseValue_mD0B2EA3AAA673BD19647C28A315CFBE7337C88EA (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003d; } } { V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0017: try { // begin try (depth: 1) String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = XmlConvert_FromBinHexString_mF2502CA8CB68A1ED78236C226074D7C9E352F9C7(L_4, (bool)0, /*hidden argument*/NULL); V_1 = L_5; goto IL_0027; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0021; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0021: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003d; } // end catch (depth: 1) CATCH_0024: { // begin catch(System.Xml.XmlException) V_0 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003d; } // end catch (depth: 1) IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_6 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_6); Exception_t * L_8; L_8 = VirtFuncInvoker2< Exception_t *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, L_6, L_7, __this); V_0 = L_8; Exception_t * L_9 = V_0; if (L_9) { goto IL_003d; } } { RuntimeObject ** L_10 = ___typedValue3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; *((RuntimeObject **)L_10) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_11); return (Exception_t *)NULL; } IL_003d: { Exception_t * L_12 = V_0; return L_12; } } // System.Void System.Xml.Schema.Datatype_hexBinary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_hexBinary__ctor_m1159F4E715B4AB08EB103E3A973931677CF3F4C6 (Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_hexBinary::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_hexBinary__cctor_m9C726DC6E8B6F4D9BB005C6C04EEE195B6A3CF86 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t9228D246D029B62DC971EEDB1DBC155874BC3AF1_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.FacetsChecker System.Xml.Schema.Datatype_int::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_int_get_FacetsChecker_m6FADA8ACA933357146F1EAF963D4A78A0EF10A91 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_99(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_int::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_int_get_TypeCode_mA4E4B7C7CB0600AFB75954022DD05632A393BD48 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)44)); } } // System.Int32 System.Xml.Schema.Datatype_int::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_int_Compare_mB7F9056A1E3CF53DC5B17091E0D5BB7ABFFDB997 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Int32_CompareTo_m2DA5D2E627525862D6B09D4869918D2A3C3EA046((int32_t*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_int::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_int_get_ValueType_mDCD0C082DDD0D7091916FDB17E7F657398705956 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->get_atomicValueType_97(); return L_0; } } // System.Type System.Xml.Schema.Datatype_int::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_int_get_ListValueType_m82214491B8F930451EDCF4C77A0D352DF93AC891 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->get_listValueType_98(); return L_0; } } // System.Exception System.Xml.Schema.Datatype_int::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_int_TryParseValue_mE8372312103F56042E9AFF46C36025A062F05C07 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_99(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToInt32_m6E6C2851D0A28BFCAC52F83F3B79957BA56B1BA4(L_4, (int32_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_99(); int32_t L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, int32_t, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::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 = ___typedValue3; int32_t L_12 = V_1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_int::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_int__ctor_m37FC1E1F2F850B2AFD162385ACC4CC0449337513 (Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); Datatype_long__ctor_m4950C791BEA68C396D10657659F8D24A34C7EC53(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_int::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_int__cctor_mF3BB1F5C4BB744032358629074F35C7DD4FFE56F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->set_atomicValueType_97(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->set_listValueType_98(L_3); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_4), ((int32_t)-2147483648LL), /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_5), ((int32_t)2147483647LL), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_99(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.XmlTypeCode System.Xml.Schema.Datatype_integer::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_integer_get_TypeCode_mEE09AE383586AD28713106EF7B48DBD2FDC661AA (Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)40)); } } // System.Exception System.Xml.Schema.Datatype_integer::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_integer_TryParseValue_m1BEECA24877F72B176094FEF6EA285897B2D1F38 (Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1; L_1 = VirtFuncInvoker0< FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003e; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToInteger_m49BC704F942360D333AAFFEAB599912286ADCE8B(L_4, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003e; } } { FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7; L_7 = VirtFuncInvoker0< FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this); V_0 = L_9; Exception_t * L_10 = V_0; if (L_10) { goto IL_003e; } } { RuntimeObject ** L_11 = ___typedValue3; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12 = V_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = L_12; RuntimeObject * L_14 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_003e: { Exception_t * L_15 = V_0; return L_15; } } // System.Void System.Xml.Schema.Datatype_integer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_integer__ctor_m406BE19AC1EE4087E43636F916766BFD787DD7D9 (Datatype_integer_tE4FA17467D7D37177D660FA224D419A98DF3E734 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t04370C0E8702F8E4D8793DC6E628F9D9CB48D357_il2cpp_TypeInfo_var); Datatype_decimal__ctor_mBF988DFFBD420D7087C8A78B8D5082F8A86D064D(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_language::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_language_get_TypeCode_m5A5039D639A641090FF59CFDC5FCFB93F7E8A827 (Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)33)); } } // System.Void System.Xml.Schema.Datatype_language::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_language__ctor_m8A661D0AEA8185FFDCCD554BE8B6CD8BC560F7C2 (Datatype_language_tF54A5AA5FF3A58FBD06B4831186B8554B51825B3 * __this, const RuntimeMethod* method) { { Datatype_token__ctor_m7174D09ECFAED9DFE8266E1D87F4A08998120A5A(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_long::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_long_get_FacetsChecker_mFCAAA985E9E344746F21F3F6B51E7689A5AE0A3B (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_96(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_long::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_long_get_TypeCode_m7E79F0E27628851114CA2A270DFD7B67C5D95843 (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)43)); } } // System.Int32 System.Xml.Schema.Datatype_long::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_long_Compare_m0B387744604499A1D549339B8437DCA1CD19957E (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(int64_t*)((int64_t*)UnBox(L_0, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Int64_CompareTo_m444D360B91A44C5C84F0307E3405455AA3D93AC6((int64_t*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_long::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_long_get_ValueType_m5005B2AE58E609A3109532D91159401F595D36BF (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->get_atomicValueType_94(); return L_0; } } // System.Type System.Xml.Schema.Datatype_long::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_long_get_ListValueType_m3A2D1AA5A6991871C17990B1C07F2175468711FC (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->get_listValueType_95(); return L_0; } } // System.Exception System.Xml.Schema.Datatype_long::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_long_TryParseValue_mBA3D70F2D78F2C5787E31558DE8A9F01795BEE0D (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int64_t V_1 = 0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_96(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToInt64_m5F6390CABEE12D376A48CB1E14233CACD4F4985C(L_4, (int64_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_96(); int64_t L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, int64_t, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(7 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,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 = ___typedValue3; int64_t L_12 = V_1; int64_t L_13 = L_12; RuntimeObject * L_14 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_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_long::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_long__ctor_m4950C791BEA68C396D10657659F8D24A34C7EC53 (Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0 * __this, const RuntimeMethod* method) { { Datatype_integer__ctor_m406BE19AC1EE4087E43636F916766BFD787DD7D9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_long::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_long__cctor_mCECB28CEA1608EF6063E3442E0C83F43208BF1F1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->set_atomicValueType_94(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->set_listValueType_95(L_3); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C((&L_4), ((int64_t)(std::numeric_limits::min)()), /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C((&L_5), ((int64_t)(std::numeric_limits::max)()), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t1246490DDC61CF50D1DFF24E88689B9608F49FE0_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_96(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.XmlTypeCode System.Xml.Schema.Datatype_month::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_month_get_TypeCode_m8AAA18986EFFBF302511540FA7B535E85A86FFDC (Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)25)); } } // System.Void System.Xml.Schema.Datatype_month::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_month__ctor_m57E3158985137386699845BEAFC82EA6E5E99E23 (Datatype_month_tD26A111F38B602D5E603995BDD407AF9FB3C4F53 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, ((int32_t)128), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_monthDay::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_monthDay_get_TypeCode_m9BA32F857121E0ECF2DC4F99F434EF3F80193FA9 (Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)23)); } } // System.Void System.Xml.Schema.Datatype_monthDay::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_monthDay__ctor_mEE91F164E648995CB27D2CAB17BE69070CBCFBAD (Datatype_monthDay_tB515FDDAB3BB3D80A72DCF9AFBBD64136B6CC6C1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, ((int32_t)32), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_negativeInteger::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_negativeInteger_get_FacetsChecker_mD9784EF3BB1ADC9A6F19EB9348505022CF207225 (Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_95(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_negativeInteger::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_negativeInteger_get_TypeCode_m04A89BCA4C71FB551A61850571D7D98FB0ED876E (Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)42)); } } // System.Void System.Xml.Schema.Datatype_negativeInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_negativeInteger__ctor_m2497C8519A0E27086A84EAB2807387D0900656F0 (Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var); Datatype_nonPositiveInteger__ctor_m11C4FE470505608005FC63DD0F8A6009172FAFF3(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_negativeInteger::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_negativeInteger__cctor_m6C9CD4C030BBFFB3A7E1486DF12568A4B08E5AD9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0; memset((&L_0), 0, sizeof(L_0)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_0), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_MinusOne_9(); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_2 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_2, L_0, L_1, /*hidden argument*/NULL); ((Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_negativeInteger_t82C4AB3DD8ECD1399D424382392EF9B12048E3BD_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_95(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonNegativeInteger::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_nonNegativeInteger_get_FacetsChecker_m7EC3B833B1C122439BBD5C3B1DFFAA5DF29C1CEB (Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_94(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_nonNegativeInteger::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_nonNegativeInteger_get_TypeCode_mDAA0F7378014C5F3D0D195268548EABAB10D140A (Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)47)); } } // System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__ctor_m03D0135C976DA6673A33E95901CBA46230D89E69 (Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A * __this, const RuntimeMethod* method) { { Datatype_integer__ctor_m406BE19AC1EE4087E43636F916766BFD787DD7D9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__cctor_mB95A440F519F037B397FC27EB337E858927A82E8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; memset((&L_1), 0, sizeof(L_1)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_2 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_2, L_0, L_1, /*hidden argument*/NULL); ((Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_94(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonPositiveInteger::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_nonPositiveInteger_get_FacetsChecker_m64477611E2A3CD43F61CDE3D9DAEDDE1B2ADBBF5 (Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_94(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_nonPositiveInteger::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_nonPositiveInteger_get_TypeCode_mB9B6A9C41EFDA89EF8E3E0133F51ECD661CC5401 (Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)41)); } } // System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__ctor_m11C4FE470505608005FC63DD0F8A6009172FAFF3 (Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6 * __this, const RuntimeMethod* method) { { Datatype_integer__ctor_m406BE19AC1EE4087E43636F916766BFD787DD7D9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__cctor_m006F0085F7833EB456E0407994562E2F6758ECBA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0; memset((&L_0), 0, sizeof(L_0)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_0), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_2 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_2, L_0, L_1, /*hidden argument*/NULL); ((Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonPositiveInteger_t97EEC3389C74281B31C9ED961F7F3F9895AB19F6_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_94(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.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_normalizedString::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_normalizedString_get_TypeCode_m6FE22723E17937D8E25377A10331FF88E6C475A7 (Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)31)); } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_normalizedString::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_normalizedString_get_BuiltInWhitespaceFacet_m8DE0E95E1AD9F65C9EA7E0E5A43BE981E29EADFE (Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Void System.Xml.Schema.Datatype_normalizedString::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedString__ctor_m1DF55A280CA6E0C9A26CF0FE1730AD1946FA2408 (Datatype_normalizedString_t13CEA9C4F26E728F89BF12110EBD2EE7E0E4BB42 * __this, const RuntimeMethod* method) { { Datatype_string__ctor_m62D82C5A7B899904CE7ECAE2761099A52F28C60E(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_normalizedStringV1Compat::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_normalizedStringV1Compat_get_TypeCode_m686872A1BC27F6560A58EB338F13F863FA535D68 (Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)31)); } } // System.Void System.Xml.Schema.Datatype_normalizedStringV1Compat::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedStringV1Compat__ctor_mDABACEFDC8177E952D8CAED8D9D4BAB313364CFD (Datatype_normalizedStringV1Compat_t188AC79CB0BDFE25FB5EBE9AF965DFE3AA05C357 * __this, const RuntimeMethod* method) { { Datatype_string__ctor_m62D82C5A7B899904CE7ECAE2761099A52F28C60E(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_positiveInteger_get_FacetsChecker_m40E5C4390B8F65FE995AC454A42D412FC96ACA72 (Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_95(); 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_m8BF8FC63092DA00DAC8F99EE0B3032035717FAF8 (Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C * __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_m673007CEE0A51E0F72142A8E525C3B9B37A314CF (Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); Datatype_nonNegativeInteger__ctor_m03D0135C976DA6673A33E95901CBA46230D89E69(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_positiveInteger::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_positiveInteger__cctor_m99C4BDEC5F96FA3CF7995628460DD5FE35A6C1EF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_One_8(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; memset((&L_1), 0, sizeof(L_1)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_2 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_2, L_0, L_1, /*hidden argument*/NULL); ((Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_tA0AF29994C6192108C245141D093D21C60FDEB0C_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_95(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_short::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_short_get_FacetsChecker_m696929A6354D8063E62590B9012FBF6F98A3F798 (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_102(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_short::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_short_get_TypeCode_m8396ADD5F9F36F55459F04166243AF63EE9DEA6E (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)45)); } } // System.Int32 System.Xml.Schema.Datatype_short::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_short_Compare_m1B88A7BA24542D7B5FC7B50CB803495849550AAB (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(int16_t*)((int16_t*)UnBox(L_0, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Int16_CompareTo_m7A262AEC57B62F55D7F95B8762E070C5EF0B3B09((int16_t*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_short::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_short_get_ValueType_mC5750F551FC7BF6856A7AE65285196077E000357 (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->get_atomicValueType_100(); return L_0; } } // System.Type System.Xml.Schema.Datatype_short::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_short_get_ListValueType_m8642CD56191E134684AC48197A26298A1F712835 (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->get_listValueType_101(); return L_0; } } // System.Exception System.Xml.Schema.Datatype_short::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_short_TryParseValue_mFDD6C802B87E051498A27236C35DBD2B885E2322 (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int16_t V_1 = 0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_102(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToInt16_m1A89A3CC14386098F55A258F26720DC66100C7AF(L_4, (int16_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_102(); int16_t L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, int16_t, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::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 = ___typedValue3; int16_t L_12 = V_1; int16_t L_13 = L_12; RuntimeObject * L_14 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_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_short::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_short__ctor_m3812E69800AA6EA061CDC48DEC15ABD75359EACB (Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t3395A599CDFD9D234BD5535F982EBAA9ABB58D33_il2cpp_TypeInfo_var); Datatype_int__ctor_m37FC1E1F2F850B2AFD162385ACC4CC0449337513(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_short::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_short__cctor_mD4867DD6A9D1D4628CCB8FDF0C7983BB0B369C8B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->set_atomicValueType_100(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->set_listValueType_101(L_3); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_4), ((int32_t)-32768), /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_5), ((int32_t)32767), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t3B1768E1EE5CCA4DE44D108C10CEE6176DDB1536_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_102(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.XmlValueConverter System.Xml.Schema.Datatype_string::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_string_CreateValueConverter_m1B6552E673EBEFD494A12852485F308FF1C6B8D8 (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlStringConverter_Create_m113B7E6D479BF00A1DF13A5056B55007EF0D18EE(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_string::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_string_get_BuiltInWhitespaceFacet_m4ABC76C4271FA14A54077805806B05FDDB27AC96 (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_string::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_string_get_FacetsChecker_mE8D33B03FB5B2B89CE577697EDDCEAC3E53E7491 (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_string::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_string_get_TypeCode_m61B3E6F5CABF10F56109D2299C73685A467A5B06 (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_string::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_string_get_TokenizedType_mF5A44EB02550F4EE333314748625F4CFB499EAB6 (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Exception System.Xml.Schema.Datatype_string::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_string_TryParseValue_mD73ECB3E0E6E44B1B148DD185BE484A1BCB89219 (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_4 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14(); String_t* L_5 = ___s0; NullCheck(L_4); Exception_t * L_6; L_6 = VirtFuncInvoker2< Exception_t *, String_t*, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(13 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) */, L_4, L_5, __this); V_0 = L_6; Exception_t * L_7 = V_0; if (L_7) { goto IL_002b; } } { RuntimeObject ** L_8 = ___typedValue3; String_t* L_9 = ___s0; *((RuntimeObject **)L_8) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9); return (Exception_t *)NULL; } IL_002b: { Exception_t * L_10 = V_0; return L_10; } } // System.Void System.Xml.Schema.Datatype_string::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_string__ctor_m62D82C5A7B899904CE7ECAE2761099A52F28C60E (Datatype_string_tB77515E627562C7905D9460C87420B458293E979 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_time::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_time_get_TypeCode_m6A0FD9F7231715D3D12596FCE2191423467050EE (Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)19)); } } // System.Void System.Xml.Schema.Datatype_time::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_time__ctor_m643F63537B15753CCF99D28F83BD0CF4C45034C1 (Datatype_time_t8304BDC7BAE154F2C5E374AB105ED4256550DF40 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, 2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.Datatype_timeNoTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeNoTimeZone__ctor_m535D8B30259004DE98437D94100E85AFEB73D2CA (Datatype_timeNoTimeZone_t8BDA0036305F5AA5852B8EF3F4F1D342AFFD4730 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, ((int32_t)1024), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.Datatype_timeTimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeTimeZone__ctor_mE48A1FDE05347F5A5E9F330B8B7C274C33FAFD1F (Datatype_timeTimeZone_t7F46148F9A6505169D362A0F67516F8A51E72B6E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, 2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_token::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_token_get_TypeCode_mEE88066F437FAE3068AF95EFEB44009EC3F0D04D (Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)32)); } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_token::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_token_get_BuiltInWhitespaceFacet_m5DE7021D26CC395E8FE67BA79FC57D355C8AFFCC (Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void System.Xml.Schema.Datatype_token::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_token__ctor_m7174D09ECFAED9DFE8266E1D87F4A08998120A5A (Datatype_token_t200A523A11EBDB17B36EF6BB571DB679FAEADF47 * __this, const RuntimeMethod* method) { { Datatype_normalizedString__ctor_m1DF55A280CA6E0C9A26CF0FE1730AD1946FA2408(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_tokenV1Compat::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_tokenV1Compat_get_TypeCode_mE1CE97CEBDE8CA287766E0C8866A3CED1B029B77 (Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)32)); } } // System.Void System.Xml.Schema.Datatype_tokenV1Compat::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_tokenV1Compat__ctor_m14BB4F1BC501631D7F728CC6E992C2113D762048 (Datatype_tokenV1Compat_t98464F83B08A868D171041B4CA0EB52FA94C5C24 * __this, const RuntimeMethod* method) { { Datatype_normalizedStringV1Compat__ctor_mDABACEFDC8177E952D8CAED8D9D4BAB313364CFD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Xml.Schema.Datatype_union::HasAtomicMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Datatype_union_HasAtomicMembers_mD8D67AF0C60EDBFCE419EB9911460C15F8681D0B (Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001f; } IL_0004: { XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_0 = __this->get_types_93(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_4; L_4 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_001b; } } { return (bool)0; } IL_001b: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001f: { int32_t L_7 = V_0; XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* L_8 = __this->get_types_93(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0004; } } { return (bool)1; } } // System.Void System.Xml.Schema.Datatype_union::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_union__cctor_m672AB50F25D01EBBD2E927CB1F1428F8FA36247D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_t713DE87F9411B2C7E645897ED4FD971EAF6B7250_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedByte::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_unsignedByte_get_FacetsChecker_m0E17D0E7F98976B827F9EAAE28AD8A85BB8A671C (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_106(); 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_m412C526E7ED5B080358C19B3043E33404C114754 (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __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_mEF323497A408900EEDE500AE86EFA3350EFEB73C (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_0, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = Byte_CompareTo_m1414E6ED844263883C709284E6429F2EC069F80A((uint8_t*)(&V_0), L_1, /*hidden argument*/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_mB7D595CF93BFDEAFC322096D9C6AF98135EE4F94 (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->get_atomicValueType_104(); return L_0; } } // System.Type System.Xml.Schema.Datatype_unsignedByte::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedByte_get_ListValueType_m72198962346D428BEA9260BF38E1F157DD9A9203 (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->get_listValueType_105(); 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_m7B0AF27F99342C059DDB807609BCA9C215C29A71 (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; uint8_t V_1 = 0x0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_106(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToByte_m06DC314F55D3311EE74B0B6201F06810B81FBCD3(L_4, (uint8_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_106(); uint8_t L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, int16_t, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::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 = ___typedValue3; uint8_t L_12 = V_1; uint8_t L_13 = L_12; RuntimeObject * L_14 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_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_m8523655CC8EC1D3286E973EA0540855BE343F128 (Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); Datatype_unsignedShort__ctor_mC66C43D8FDE90FBCB856CFDBA1022E3C1078659C(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_unsignedByte::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedByte__cctor_m1C8383C99C9DC95755593EFDAA0C6970FBCB1429 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->set_atomicValueType_104(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->set_listValueType_105(L_3); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_5), ((int32_t)255), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t9FFA2E1B03BDA20A6B8ACF9BE00AE72DBF53B21E_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_106(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_unsignedInt::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_unsignedInt_get_FacetsChecker_m17892B1949FC0C7EF1B5C4C2951A8CDD5E3E1A6B (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_100(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedInt::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedInt_get_TypeCode_mDD484B36F0AA9C79EEAECC8FBA718CB88C3E9230 (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)49)); } } // System.Int32 System.Xml.Schema.Datatype_unsignedInt::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedInt_Compare_m4A512527BCD5068C9A52E63C95AF9F0CAE87334B (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_0, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = UInt32_CompareTo_m7CB8CB32FD5C5208A708FD88A93CF93AABCB61EE((uint32_t*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_unsignedInt::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedInt_get_ValueType_mD3E452452B971501B8452C03CA5813857ECC2F3E (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->get_atomicValueType_98(); return L_0; } } // System.Type System.Xml.Schema.Datatype_unsignedInt::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedInt_get_ListValueType_m24E65E177A95668CEFC381786895195107BCD03B (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->get_listValueType_99(); return L_0; } } // System.Exception System.Xml.Schema.Datatype_unsignedInt::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_unsignedInt_TryParseValue_mB9E7888AA479AB590A036E5BB7146CFAD571A87D (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; uint32_t V_1 = 0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_100(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003d; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToUInt32_m1E2E9A6913A82A3CADFA97A1ACB0BEA10703DE44(L_4, (uint32_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_100(); uint32_t L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, int64_t, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(7 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) */, L_7, ((int64_t)((uint64_t)L_8)), __this); V_0 = L_9; Exception_t * L_10 = V_0; if (L_10) { goto IL_003d; } } { RuntimeObject ** L_11 = ___typedValue3; uint32_t L_12 = V_1; uint32_t L_13 = L_12; RuntimeObject * L_14 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_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_003d: { Exception_t * L_15 = V_0; return L_15; } } // System.Void System.Xml.Schema.Datatype_unsignedInt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedInt__ctor_mF69D4447CCEC446784D4AE14D6FCF598DF0B21D6 (Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); Datatype_unsignedLong__ctor_m25D06A049D01A9953B9E0AF568653D5D9D8898CC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_unsignedInt::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedInt__cctor_mA70A02EC766CD0B937FFDADD9304E5CF3591B73D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->set_atomicValueType_98(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->set_listValueType_99(L_3); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m86DF983361BF52A325182A5E8BAD9158612DA25E((&L_5), (-1), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_100(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_unsignedLong::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_unsignedLong_get_FacetsChecker_m5558F0D109569C6326EC6AE569F194F87DEBF86A (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_97(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedLong::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedLong_get_TypeCode_mE9A31C78E4747840AC8082A60894A0838565D52D (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)48)); } } // System.Int32 System.Xml.Schema.Datatype_unsignedLong::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedLong_Compare_mE81DC1C092CFAA3EB570A9E897D0E6D36528E5BE (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_0, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = UInt64_CompareTo_m09A23080254642321CAEC630AD60FD22EEEC07D6((uint64_t*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Xml.Schema.Datatype_unsignedLong::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedLong_get_ValueType_m584A62793D8FFAAF6D40225D5573FCD70F144DC3 (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->get_atomicValueType_95(); return L_0; } } // System.Type System.Xml.Schema.Datatype_unsignedLong::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedLong_get_ListValueType_mB5C2153897F3D3DE7DE2926E04EA7E13D403503D (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->get_listValueType_96(); return L_0; } } // System.Exception System.Xml.Schema.Datatype_unsignedLong::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_unsignedLong_TryParseValue_mDDB2BEC14CCF51F87ABE85939F08FFFB6AD0A45A (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; uint64_t V_1 = 0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_97(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_0041; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToUInt64_mA2DA91B56133793616488B6732B7F99065918CFA(L_4, (uint64_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_0041; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_97(); uint64_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9; L_9 = Decimal_op_Implicit_mF6E8CA683C4FB32AE9BF12A02506B8F04C3DDD18(L_8, /*hidden argument*/NULL); NullCheck(L_7); Exception_t * L_10; L_10 = VirtFuncInvoker2< Exception_t *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_9, __this); V_0 = L_10; Exception_t * L_11 = V_0; if (L_11) { goto IL_0041; } } { RuntimeObject ** L_12 = ___typedValue3; uint64_t L_13 = V_1; uint64_t L_14 = L_13; RuntimeObject * L_15 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_14); *((RuntimeObject **)L_12) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)L_15); return (Exception_t *)NULL; } IL_0041: { Exception_t * L_16 = V_0; return L_16; } } // System.Void System.Xml.Schema.Datatype_unsignedLong::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedLong__ctor_m25D06A049D01A9953B9E0AF568653D5D9D8898CC (Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonNegativeInteger_t79BA39C2E96DEE1DDF271C89A330B11801291E2A_il2cpp_TypeInfo_var); Datatype_nonNegativeInteger__ctor_m03D0135C976DA6673A33E95901CBA46230D89E69(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_unsignedLong::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedLong__cctor_mF3F588D6822D864FA7A09F002CB2C4F1EECD6421 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->set_atomicValueType_95(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->set_listValueType_96(L_3); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_mC63C39741FDF4CC711673E5F049B94B7EE6092C7((&L_5), ((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_tD60C710050560CF0C5336007F01379FBB76547F5_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_97(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_unsignedShort::get_FacetsChecker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * Datatype_unsignedShort_get_FacetsChecker_m482506B3845CD8493F86A5D58BE60C7441A6F7A1 (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_0 = ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_103(); 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_m4EE98CC740B6FD369FC114AF2C456BA4B4EC7AA2 (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __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_m039340C156DD5F09F0E9B01FAF57A3D7581A445D (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { RuntimeObject * L_0 = ___value10; V_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_0, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; int32_t L_2; L_2 = UInt16_CompareTo_mC6990B17222C015ACC4D8557EF349E96A97AD0C6((uint16_t*)(&V_0), L_1, /*hidden argument*/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_m52AE76D2BE2990AD73669F1EB7BE4F6463E80792 (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->get_atomicValueType_101(); return L_0; } } // System.Type System.Xml.Schema.Datatype_unsignedShort::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedShort_get_ListValueType_m2EA61A241A38C407E6148B0198CCF1042F7B35A4 (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->get_listValueType_102(); 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_m96C6CD8B133C2FD854A8B9B2D84B7CA5CD06E812 (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; uint16_t V_1 = 0; { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_1 = ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_103(); NullCheck(L_1); Exception_t * L_2; L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_003c; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryToUInt16_mC19260EFEE702614647A59BFB4BED34FD98A6C70(L_4, (uint16_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_5; Exception_t * L_6 = V_0; if (L_6) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_7 = ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_103(); uint16_t L_8 = V_1; NullCheck(L_7); Exception_t * L_9; L_9 = VirtFuncInvoker2< Exception_t *, int32_t, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::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 = ___typedValue3; uint16_t L_12 = V_1; uint16_t L_13 = L_12; RuntimeObject * L_14 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_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_mC66C43D8FDE90FBCB856CFDBA1022E3C1078659C (Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_tDE77A3E9C7F1E0921282BA45DE8D76F67FAFB9CE_il2cpp_TypeInfo_var); Datatype_unsignedInt__ctor_mF69D4447CCEC446784D4AE14D6FCF598DF0B21D6(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_unsignedShort::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__cctor_m4832CFCEBB3381A3B97F26B960576569434C349D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->set_atomicValueType_101(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->set_listValueType_102(L_3); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; memset((&L_5), 0, sizeof(L_5)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_5), ((int32_t)65535), /*hidden argument*/NULL); Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * L_6 = (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 *)il2cpp_codegen_object_new(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698(L_6, L_4, L_5, /*hidden argument*/NULL); ((Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t1EDB000FD7FE94F3B9DD4A9D6C5DAAE22A97BDFE_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_103(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.XmlValueConverter System.Xml.Schema.Datatype_untypedAtomicType::CreateValueConverter(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * Datatype_untypedAtomicType_CreateValueConverter_m8FEFDCAAD753F320A66F660CED811B45D2FF02C5 (Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_0 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); return L_0; } } // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_untypedAtomicType::get_BuiltInWhitespaceFacet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_untypedAtomicType_get_BuiltInWhitespaceFacet_mA09A0984697E5717055302414C2DE435B6548D9D (Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_untypedAtomicType::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_untypedAtomicType_get_TypeCode_mBF2A47D1EFD8CC63F223E7BC0A179FA5B3D41A5D (Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)11)); } } // System.Void System.Xml.Schema.Datatype_untypedAtomicType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_untypedAtomicType__ctor_mA0EF46E94B4B03BCB515C8AFF8BD6106450B1232 (Datatype_untypedAtomicType_t28E1BE7ECC05FAB02EBEA2A33D2DBCE983642F78 * __this, const RuntimeMethod* method) { { Datatype_anyAtomicType__ctor_m8ECA9EE46AD83B211B9B0EF7158BC0D2134C7DD1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type System.Xml.Schema.Datatype_uuid::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_uuid_get_ValueType_mE15B1D4BBA020C20B4413FD3699FA045224EC147 (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var))->get_atomicValueType_91(); return L_0; } } // System.Type System.Xml.Schema.Datatype_uuid::get_ListValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Datatype_uuid_get_ListValueType_m196B67C5B3A3A653ACC3520458EC2224EFEFF15C (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var); Type_t * L_0 = ((Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var))->get_listValueType_92(); return L_0; } } // System.Int32 System.Xml.Schema.Datatype_uuid::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_uuid_Compare_mA7691C3EAB8F0AE6B8576A9AF747FC94B0C3A1E7 (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, 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 = ___value10; V_0 = ((*(Guid_t *)((Guid_t *)UnBox(L_0, Guid_t_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___value21; bool L_2; L_2 = Guid_Equals_mEBBDC6C362491914BFCF918799AC1E0AE156E027((Guid_t *)(&V_0), L_1, /*hidden argument*/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_mB4E5E141B8B1495FBE9DEACA42F7BF49192CDB0D (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, 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_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Guid_t L_1; L_1 = XmlConvert_ToGuid_mBD0A679D3E6D01FAAFF77FFD8D14244F956B31D8(L_0, /*hidden argument*/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_t9C48B8133469BABC05D561C654585F0584FB25DA_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_t9C48B8133469BABC05D561C654585F0584FB25DA *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_uuid_ParseValue_mB4E5E141B8B1495FBE9DEACA42F7BF49192CDB0D_RuntimeMethod_var))); } // end catch (depth: 1) CATCH_000f: { // begin catch(System.Exception) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; 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_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_5, /*hidden argument*/NULL); Exception_t * L_8 = V_1; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_9 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA(L_9, L_7, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_uuid_ParseValue_mB4E5E141B8B1495FBE9DEACA42F7BF49192CDB0D_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_m883288D0E1AC2E4A3EBEF914D64D47EFB7C67A83 (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, 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_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_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 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_TryToGuid_m11929C173FC4D5AF5DE5460DDD9CEC2C067A8CAC(L_1, (Guid_t *)(&V_1), /*hidden argument*/NULL); V_0 = L_2; Exception_t * L_3 = V_0; if (L_3) { goto IL_001b; } } { RuntimeObject ** L_4 = ___typedValue3; 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_m76FD9A024BA6035EC22ADBD49BE7D93DB42CDB5B (Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tD22052B64496885BAA761B63BDEECB017FA8BDC6_il2cpp_TypeInfo_var); Datatype_anySimpleType__ctor_m001412E9C460AB9227B0C35DEE9E69D82EED9FE7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.Datatype_uuid::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_uuid__cctor_m7B02FE99906CC93120734678AD9B19BF73B3F951 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); ((Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t0BDFFE3406CA60C2AE340E0A3F526E8F81FEA074_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.XmlTypeCode System.Xml.Schema.Datatype_year::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_year_get_TypeCode_mE8B65710B5E93E2F5573F9F2CCFF96278DA4A4B3 (Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)22)); } } // System.Void System.Xml.Schema.Datatype_year::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_year__ctor_m0831BD7D21E059CC7456B0027F4402E18D66AF50 (Datatype_year_t3D80948F1A6229BA881AD9053F59062076BF4C96 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, ((int32_t)16), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_yearMonth::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_yearMonth_get_TypeCode_m6B3F61C87850D1811D180BE397035BA50E3D59F5 (Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)21)); } } // System.Void System.Xml.Schema.Datatype_yearMonth::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonth__ctor_mA8EED316CC6015D4933D27E97C46025FB93070DA (Datatype_yearMonth_t1CFBCECB78B93D17D3D3184C3A95ACFE10711DCE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t346ED1D4B3A2A61F1DD1426BD6453641453B7A7B_il2cpp_TypeInfo_var); Datatype_dateTimeBase__ctor_mCE9B15F47E7402A5BA89BE77AA29295826B1874E(__this, 8, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception System.Xml.Schema.Datatype_yearMonthDuration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Datatype_yearMonthDuration_TryParseValue_mF611824A4DD671DD3ABA5C2A6F60ED454B45579D (Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16 * __this, String_t* ___s0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject ** L_0 = ___typedValue3; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_000f: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_5 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_6 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19(); NullCheck(L_6); Exception_t * L_7; L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this); V_0 = L_7; Exception_t * L_8 = V_0; if (L_8) { goto IL_0066; } } { String_t* L_9 = ___s0; Exception_t * L_10; L_10 = XsdDuration_TryParse_m62A437341C407CDF92149A7FE1C851FF2C53041F(L_9, 1, (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_1), /*hidden argument*/NULL); V_0 = L_10; Exception_t * L_11 = V_0; if (L_11) { goto IL_0066; } } { Exception_t * L_12; L_12 = XsdDuration_TryToTimeSpan_mFDE9EE9A50434F298ECBA45AFE8746A96558826A((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_1), 1, (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); V_0 = L_12; Exception_t * L_13 = V_0; if (L_13) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * L_14 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_15 = V_2; NullCheck(L_14); Exception_t * L_16; L_16 = VirtFuncInvoker2< Exception_t *, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_14, L_15, __this); V_0 = L_16; Exception_t * L_17 = V_0; if (L_17) { goto IL_0066; } } { RuntimeObject ** L_18 = ___typedValue3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_19 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20 = L_19; RuntimeObject * L_21 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_20); *((RuntimeObject **)L_18) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_21); return (Exception_t *)NULL; } IL_0066: { Exception_t * L_22 = V_0; return L_22; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_yearMonthDuration::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_yearMonthDuration_get_TypeCode_m2A3644502E99221CA7E7AAD24E929340FE15065E (Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)53)); } } // System.Void System.Xml.Schema.Datatype_yearMonthDuration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonthDuration__ctor_mE4EE35896157643375289D20410C7702111A0782 (Datatype_yearMonthDuration_t83D4778B9F433C35F0345A9390A651185BDE3A16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Datatype_duration_tB1F4BA311D6F010B0202644B7EDC2BE05D04BC05_il2cpp_TypeInfo_var); Datatype_duration__ctor_m4018086E73295F08092377617F7EA06902069589(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception System.Xml.Schema.DateTimeFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DateTimeFacetsChecker_CheckValueFacets_m987D23612190281E0A81B04243B9CE4A28E6AED7 (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype1; NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = VirtFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject * L_2 = ___value0; NullCheck(L_1); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2); V_0 = L_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype1; Exception_t * L_6; L_6 = VirtFuncInvoker2< Exception_t *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::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_m0CD8C3FB5DFDD26914305B44087096AEE730B147 (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_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_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype1; NullCheck(L_0); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_1; L_1 = VirtFuncInvoker0< RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_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)((int32_t)64)))) { goto IL_0049; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_6 = ___datatype1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = L_7; RuntimeObject * L_9 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_8); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_10 = V_0; NullCheck(L_10); RuntimeObject * L_11 = L_10->get_MaxInclusive_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_11, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); RuntimeObject * L_13 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_12); NullCheck(L_6); int32_t L_14; L_14 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* 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))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_16 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_16, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_15, /*hidden argument*/NULL); return L_16; } IL_0049: { int32_t L_17 = V_1; if (!((int32_t)((int32_t)L_17&(int32_t)((int32_t)128)))) { goto IL_0081; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18 = ___datatype1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_20 = L_19; RuntimeObject * L_21 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_20); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23 = L_22->get_MaxExclusive_7(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_23, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); RuntimeObject * L_25 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_24); NullCheck(L_18); int32_t L_26; L_26 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* 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))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_28 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_28, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_27, /*hidden argument*/NULL); return L_28; } IL_0081: { int32_t L_29 = V_1; if (!((int32_t)((int32_t)L_29&(int32_t)((int32_t)256)))) { goto IL_00b9; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_30 = ___datatype1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32 = L_31; RuntimeObject * L_33 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_32); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_34 = V_0; NullCheck(L_34); RuntimeObject * L_35 = L_34->get_MinInclusive_8(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_36 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_35, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); RuntimeObject * L_37 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_36); NullCheck(L_30); int32_t L_38; L_38 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* 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))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_40 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_40, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_39, /*hidden argument*/NULL); return L_40; } IL_00b9: { int32_t L_41 = V_1; if (!((int32_t)((int32_t)L_41&(int32_t)((int32_t)512)))) { goto IL_00f1; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_42 = ___datatype1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_43 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_44 = L_43; RuntimeObject * L_45 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_44); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_46 = V_0; NullCheck(L_46); RuntimeObject * L_47 = L_46->get_MinExclusive_9(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_48 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_47, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); RuntimeObject * L_49 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_48); NullCheck(L_42); int32_t L_50; L_50 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* 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))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_52 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_52, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_51, /*hidden argument*/NULL); return L_52; } IL_00f1: { int32_t L_53 = V_1; if (!((int32_t)((int32_t)L_53&(int32_t)((int32_t)16)))) { goto IL_0117; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_54 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_55 = V_0; NullCheck(L_55); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_56 = L_55->get_Enumeration_4(); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_57 = ___datatype1; bool L_58; L_58 = DateTimeFacetsChecker_MatchEnumeration_mEA017F50F778617221DD94740E703AF681914DBB(__this, L_54, L_56, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0117; } } { String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_60 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_60, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_59, /*hidden argument*/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_m7B38DBEAED865F664258E8E570C88957B01F715F (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * __this, RuntimeObject * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype2; NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = VirtFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject * L_2 = ___value0; NullCheck(L_1); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ___enumeration1; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype2; bool L_6; L_6 = DateTimeFacetsChecker_MatchEnumeration_mEA017F50F778617221DD94740E703AF681914DBB(__this, L_3, L_4, L_5, /*hidden argument*/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_mEA017F50F778617221DD94740E703AF681914DBB (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0029; } IL_0004: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = L_1; RuntimeObject * L_3 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_2); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ___enumeration1; int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_6, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); RuntimeObject * L_8 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_7); NullCheck(L_0); int32_t L_9; L_9 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* 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((int32_t)L_10, (int32_t)1)); } IL_0029: { int32_t L_11 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = ___enumeration1; NullCheck(L_12); int32_t L_13; L_13 = VirtFuncInvoker0< int32_t >::Invoke(19 /* 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_mC90FE147EEA02A9DD9565DE90346B5424BC3D3AC (DateTimeFacetsChecker_t4B1229CFD71768BFE9736B296BDE7755BA7AF75C * __this, const RuntimeMethod* method) { { FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.DfaContentValidator::.ctor(System.Int32[][],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DfaContentValidator__ctor_mF130EA6E741D96E57DAAA298A31051ADF7608C12 (DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73 * __this, Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___transitionTable0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, int32_t ___contentType2, bool ___isOpen3, bool ___isEmptiable4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___contentType2; bool L_1 = ___isOpen3; bool L_2 = ___isEmptiable4; IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435(__this, L_0, L_1, L_2, /*hidden argument*/NULL); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_3 = ___transitionTable0; __this->set_transitionTable_7(L_3); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_4 = ___symbols1; __this->set_symbols_8(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DomNameTable::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DomNameTable__ctor_mE7B9FF131B02128A611A35B7F8BCFCB5D40BA268 (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___document0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___document0; __this->set_ownerDocument_3(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___document0; NullCheck(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_1, /*hidden argument*/NULL); __this->set_nameTable_4(L_2); XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_3 = (XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7*)(XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7*)SZArrayNew(XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_entries_0(L_3); __this->set_mask_2(((int32_t)63)); return; } } // System.Xml.XmlName System.Xml.DomNameTable::GetName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * DomNameTable_GetName_m39FD5222CE72D342DA17937F3A7EF2B1E180C61C (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, 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; } int32_t V_0 = 0; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_1 = NULL; { String_t* L_0 = ___prefix0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___prefix0 = L_1; } IL_000a: { String_t* L_2 = ___ns2; if (L_2) { goto IL_0014; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___ns2 = L_3; } IL_0014: { String_t* L_4 = ___localName1; int32_t L_5; L_5 = XmlName_GetHashCode_mC1D70B91295CD2D0A3105973C9A9D8C6BEF73856(L_4, /*hidden argument*/NULL); V_0 = L_5; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_6 = __this->get_entries_0(); int32_t L_7 = V_0; int32_t L_8 = __this->get_mask_2(); NullCheck(L_6); int32_t L_9 = ((int32_t)((int32_t)L_7&(int32_t)L_8)); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = (L_6)->GetAt(static_cast(L_9)); V_1 = L_10; goto IL_008e; } IL_002d: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_11 = V_1; NullCheck(L_11); int32_t L_12; L_12 = XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0087; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_14 = V_1; NullCheck(L_14); String_t* L_15; L_15 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_14, /*hidden argument*/NULL); String_t* L_16 = ___localName1; if ((((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16))) { goto IL_004d; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_17 = V_1; NullCheck(L_17); String_t* L_18; L_18 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_17, /*hidden argument*/NULL); String_t* L_19 = ___localName1; NullCheck(L_18); bool L_20; L_20 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0087; } } IL_004d: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_21, /*hidden argument*/NULL); String_t* L_23 = ___prefix0; if ((((RuntimeObject*)(String_t*)L_22) == ((RuntimeObject*)(String_t*)L_23))) { goto IL_0064; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_24 = V_1; NullCheck(L_24); String_t* L_25; L_25 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_24, /*hidden argument*/NULL); String_t* L_26 = ___prefix0; NullCheck(L_25); bool L_27; L_27 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0087; } } IL_0064: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_28 = V_1; NullCheck(L_28); String_t* L_29; L_29 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_28, /*hidden argument*/NULL); String_t* L_30 = ___ns2; if ((((RuntimeObject*)(String_t*)L_29) == ((RuntimeObject*)(String_t*)L_30))) { goto IL_007b; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_31 = V_1; NullCheck(L_31); String_t* L_32; L_32 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_31, /*hidden argument*/NULL); String_t* L_33 = ___ns2; NullCheck(L_32); bool L_34; L_34 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0087; } } IL_007b: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_35 = V_1; RuntimeObject* L_36 = ___schemaInfo3; NullCheck(L_35); bool L_37; L_37 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(18 /* System.Boolean System.Xml.XmlName::Equals(System.Xml.Schema.IXmlSchemaInfo) */, L_35, L_36); if (!L_37) { goto IL_0087; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_38 = V_1; return L_38; } IL_0087: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_39 = V_1; NullCheck(L_39); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_40 = L_39->get_next_6(); V_1 = L_40; } IL_008e: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_41 = V_1; if (L_41) { goto IL_002d; } } { return (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)NULL; } } // System.Xml.XmlName System.Xml.DomNameTable::AddName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * DomNameTable_AddName_m9F623ED9BC5401D68468EB308D68EB57769F299E (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, 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; } int32_t V_0 = 0; int32_t V_1 = 0; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_2 = NULL; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_3 = NULL; int32_t V_4 = 0; { String_t* L_0 = ___prefix0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___prefix0 = L_1; } IL_000a: { String_t* L_2 = ___ns2; if (L_2) { goto IL_0014; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___ns2 = L_3; } IL_0014: { String_t* L_4 = ___localName1; int32_t L_5; L_5 = XmlName_GetHashCode_mC1D70B91295CD2D0A3105973C9A9D8C6BEF73856(L_4, /*hidden argument*/NULL); V_0 = L_5; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_6 = __this->get_entries_0(); int32_t L_7 = V_0; int32_t L_8 = __this->get_mask_2(); NullCheck(L_6); int32_t L_9 = ((int32_t)((int32_t)L_7&(int32_t)L_8)); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = (L_6)->GetAt(static_cast(L_9)); V_3 = L_10; goto IL_008e; } IL_002d: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_11 = V_3; NullCheck(L_11); int32_t L_12; L_12 = XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0087; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_14 = V_3; NullCheck(L_14); String_t* L_15; L_15 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_14, /*hidden argument*/NULL); String_t* L_16 = ___localName1; if ((((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16))) { goto IL_004d; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_17 = V_3; NullCheck(L_17); String_t* L_18; L_18 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_17, /*hidden argument*/NULL); String_t* L_19 = ___localName1; NullCheck(L_18); bool L_20; L_20 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0087; } } IL_004d: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_21 = V_3; NullCheck(L_21); String_t* L_22; L_22 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_21, /*hidden argument*/NULL); String_t* L_23 = ___prefix0; if ((((RuntimeObject*)(String_t*)L_22) == ((RuntimeObject*)(String_t*)L_23))) { goto IL_0064; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_24 = V_3; NullCheck(L_24); String_t* L_25; L_25 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_24, /*hidden argument*/NULL); String_t* L_26 = ___prefix0; NullCheck(L_25); bool L_27; L_27 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0087; } } IL_0064: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_28 = V_3; NullCheck(L_28); String_t* L_29; L_29 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_28, /*hidden argument*/NULL); String_t* L_30 = ___ns2; if ((((RuntimeObject*)(String_t*)L_29) == ((RuntimeObject*)(String_t*)L_30))) { goto IL_007b; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_31 = V_3; NullCheck(L_31); String_t* L_32; L_32 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_31, /*hidden argument*/NULL); String_t* L_33 = ___ns2; NullCheck(L_32); bool L_34; L_34 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0087; } } IL_007b: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_35 = V_3; RuntimeObject* L_36 = ___schemaInfo3; NullCheck(L_35); bool L_37; L_37 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(18 /* System.Boolean System.Xml.XmlName::Equals(System.Xml.Schema.IXmlSchemaInfo) */, L_35, L_36); if (!L_37) { goto IL_0087; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_38 = V_3; return L_38; } IL_0087: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_39 = V_3; NullCheck(L_39); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_40 = L_39->get_next_6(); V_3 = L_40; } IL_008e: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_41 = V_3; if (L_41) { goto IL_002d; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_42 = __this->get_nameTable_4(); String_t* L_43 = ___prefix0; NullCheck(L_42); String_t* L_44; L_44 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_42, L_43); ___prefix0 = L_44; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_45 = __this->get_nameTable_4(); String_t* L_46 = ___localName1; NullCheck(L_45); String_t* L_47; L_47 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_45, L_46); ___localName1 = L_47; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_48 = __this->get_nameTable_4(); String_t* L_49 = ___ns2; NullCheck(L_48); String_t* L_50; L_50 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_48, L_49); ___ns2 = L_50; int32_t L_51 = V_0; int32_t L_52 = __this->get_mask_2(); V_1 = ((int32_t)((int32_t)L_51&(int32_t)L_52)); String_t* L_53 = ___prefix0; String_t* L_54 = ___localName1; String_t* L_55 = ___ns2; int32_t L_56 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_57 = __this->get_ownerDocument_3(); XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_58 = __this->get_entries_0(); int32_t L_59 = V_1; NullCheck(L_58); int32_t L_60 = L_59; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_61 = (L_58)->GetAt(static_cast(L_60)); RuntimeObject* L_62 = ___schemaInfo3; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_63; L_63 = XmlName_Create_m2AC9BF02B9EE728F49100B06360813E23351FA59(L_53, L_54, L_55, L_56, L_57, L_61, L_62, /*hidden argument*/NULL); V_2 = L_63; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_64 = __this->get_entries_0(); int32_t L_65 = V_1; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_66 = V_2; NullCheck(L_64); ArrayElementTypeCheck (L_64, L_66); (L_64)->SetAt(static_cast(L_65), (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)L_66); int32_t L_67 = __this->get_count_1(); V_4 = L_67; int32_t L_68 = V_4; __this->set_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1))); int32_t L_69 = V_4; int32_t L_70 = __this->get_mask_2(); if ((!(((uint32_t)L_69) == ((uint32_t)L_70)))) { goto IL_0109; } } { DomNameTable_Grow_mE6668F93A4DF6AA3132D7206D04D456CFA5C6E0C(__this, /*hidden argument*/NULL); } IL_0109: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_71 = V_2; return L_71; } } // System.Void System.Xml.DomNameTable::Grow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DomNameTable_Grow_mE6668F93A4DF6AA3132D7206D04D456CFA5C6E0C (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* V_1 = NULL; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* V_2 = NULL; int32_t V_3 = 0; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_4 = NULL; int32_t V_5 = 0; { int32_t L_0 = __this->get_mask_2(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), (int32_t)1)); XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_1 = __this->get_entries_0(); V_1 = L_1; int32_t L_2 = V_0; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_3 = (XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7*)(XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7*)SZArrayNew(XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); V_2 = L_3; V_3 = 0; goto IL_0053; } IL_001f: { XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_4 = V_1; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; goto IL_004b; } IL_0026: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8 = V_4; NullCheck(L_8); int32_t L_9; L_9 = XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline(L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; V_5 = ((int32_t)((int32_t)L_9&(int32_t)L_10)); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_11 = V_4; NullCheck(L_11); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_12 = L_11->get_next_6(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_13 = V_4; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_14 = V_2; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = L_15; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); L_13->set_next_6(L_17); XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_18 = V_2; int32_t L_19 = V_5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_20 = V_4; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(L_19), (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)L_20); V_4 = L_12; } IL_004b: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_21 = V_4; if (L_21) { goto IL_0026; } } { int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0053: { int32_t L_23 = V_3; XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_24 = V_1; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_001f; } } { XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* L_25 = V_2; __this->set_entries_0(L_25); int32_t L_26 = V_0; __this->set_mask_2(L_26); 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.DtdParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser__ctor_m4B1019B5AE100F19C354B1B7756FC55DAFF4AE10 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __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; } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB(/*hidden argument*/NULL); __this->set_xmlCharType_4(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_systemId_5(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_publicId_6(L_2); __this->set_normalize_7((bool)1); __this->set_supportNamespaces_9((bool)1); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_3; memset((&L_3), 0, sizeof(L_3)); LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91((&L_3), 0, 0, /*hidden argument*/NULL); __this->set_literalLineInfo_27(L_3); __this->set_literalQuoteChar_28(((int32_t)34)); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_documentBaseUri_29(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_externalDtdBaseUri_30(L_5); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Xml.IDtdParser System.Xml.DtdParser::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m8EDF1C7CECC8EF72E87D4024870C2C5D95E20B1A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * L_0 = (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 *)il2cpp_codegen_object_new(DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86_il2cpp_TypeInfo_var); DtdParser__ctor_m4B1019B5AE100F19C354B1B7756FC55DAFF4AE10(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.DtdParser::Initialize(System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Initialize_m86EF536A67FDC7D992791CF0052F0379DB3E90EF (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, RuntimeObject* ___readerAdapter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapterV1_tD82963015FF26E1C1E5B8D17233CBE26BF7F1F60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_2 = NULL; { RuntimeObject* L_0 = ___readerAdapter0; __this->set_readerAdapter_0(L_0); RuntimeObject* L_1 = ___readerAdapter0; __this->set_readerAdapterWithValidation_1(((RuntimeObject*)IsInst((RuntimeObject*)L_1, IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var))); RuntimeObject* L_2 = ___readerAdapter0; NullCheck(L_2); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = InterfaceFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(0 /* System.Xml.XmlNameTable System.Xml.IDtdParserAdapter::get_NameTable() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_2); __this->set_nameTable_2(L_3); RuntimeObject* L_4 = ___readerAdapter0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_0035; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IDtdParserAdapterWithValidation::get_DtdValidation() */, IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var, L_6); __this->set_validate_8(L_7); } IL_0035: { RuntimeObject* L_8 = ___readerAdapter0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDtdParserAdapterV1_tD82963015FF26E1C1E5B8D17233CBE26BF7F1F60_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0063; } } { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IDtdParserAdapterV1::get_V1CompatibilityMode() */, IDtdParserAdapterV1_tD82963015FF26E1C1E5B8D17233CBE26BF7F1F60_il2cpp_TypeInfo_var, L_10); __this->set_v1Compat_10(L_11); RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdParserAdapterV1::get_Normalization() */, IDtdParserAdapterV1_tD82963015FF26E1C1E5B8D17233CBE26BF7F1F60_il2cpp_TypeInfo_var, L_12); __this->set_normalize_7(L_13); RuntimeObject* L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdParserAdapterV1::get_Namespaces() */, IDtdParserAdapterV1_tD82963015FF26E1C1E5B8D17233CBE26BF7F1F60_il2cpp_TypeInfo_var, L_14); __this->set_supportNamespaces_9(L_15); } IL_0063: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_16 = (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)il2cpp_codegen_object_new(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); SchemaInfo__ctor_m698835CEBA256CAD8F929513EE0AB71D6E7DE2AD(L_16, /*hidden argument*/NULL); __this->set_schemaInfo_3(L_16); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_17 = __this->get_schemaInfo_3(); NullCheck(L_17); SchemaInfo_set_SchemaType_m028144676EE0A9E9C551BF420AC1E519DEB1263D_inline(L_17, 1, /*hidden argument*/NULL); StringBuilder_t * L_18 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_18, /*hidden argument*/NULL); __this->set_stringBuilder_25(L_18); RuntimeObject* L_19 = ___readerAdapter0; NullCheck(L_19); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20; L_20 = InterfaceFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_19); V_2 = L_20; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_22; L_22 = Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5(L_21, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_00a1; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23 = V_2; NullCheck(L_23); String_t* L_24; L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); __this->set_documentBaseUri_29(L_24); } IL_00a1: { __this->set_freeFloatingDtd_23((bool)0); return; } } // System.Void System.Xml.DtdParser::InitializeFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_InitializeFreeFloatingDtd_m1A9BE80900384F5C51DF389508F248C67A1D61F0 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, String_t* ___baseUri0, String_t* ___docTypeName1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___internalSubset4, RuntimeObject* ___adapter5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_2 = NULL; { RuntimeObject* L_0 = ___adapter5; DtdParser_Initialize_m86EF536A67FDC7D992791CF0052F0379DB3E90EF(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___docTypeName1; if (!L_1) { goto IL_0013; } } { String_t* L_2 = ___docTypeName1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_0013: { String_t* L_4 = ___docTypeName1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5; L_5 = XmlConvert_CreateInvalidNameArgumentException_m7E6667B08C99CB7D134696E2A8936FE435FB5FDA(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3304C21E7F8F3D25BF870F3A00FB0D196C695E5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtdParser_InitializeFreeFloatingDtd_m1A9BE80900384F5C51DF389508F248C67A1D61F0_RuntimeMethod_var))); } IL_001f: { String_t* L_6 = ___docTypeName1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_7; L_7 = XmlConvert_VerifyName_mFC28F012892C00E0C8A562C6AD235CAF699E1C93(L_6, /*hidden argument*/NULL); String_t* L_8 = ___docTypeName1; NullCheck(L_8); int32_t L_9; L_9 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_8, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)(-1))))) { goto IL_0051; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_11 = __this->get_schemaInfo_3(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_12 = __this->get_nameTable_2(); String_t* L_13 = ___docTypeName1; NullCheck(L_12); String_t* L_14; L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_12, L_13); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_15 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79(L_15, L_14, /*hidden argument*/NULL); NullCheck(L_11); SchemaInfo_set_DocTypeName_m1BA955D8D7D3D96AEE648C9C0439F689ACD65B79_inline(L_11, L_15, /*hidden argument*/NULL); goto IL_0088; } IL_0051: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_16 = __this->get_schemaInfo_3(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_17 = __this->get_nameTable_2(); String_t* L_18 = ___docTypeName1; int32_t L_19 = V_0; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_18, 0, L_19, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_21; L_21 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_17, L_20); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_22 = __this->get_nameTable_2(); String_t* L_23 = ___docTypeName1; int32_t L_24 = V_0; NullCheck(L_23); String_t* L_25; L_25 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_22); String_t* L_26; L_26 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_22, L_25); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_27 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_27, L_21, L_26, /*hidden argument*/NULL); NullCheck(L_16); SchemaInfo_set_DocTypeName_m1BA955D8D7D3D96AEE648C9C0439F689ACD65B79_inline(L_16, L_27, /*hidden argument*/NULL); } IL_0088: { String_t* L_28 = ___systemId3; if (!L_28) { goto IL_00bf; } } { String_t* L_29 = ___systemId3; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00bf; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_31 = __this->get_address_of_xmlCharType_4(); String_t* L_32 = ___systemId3; int32_t L_33; L_33 = XmlCharType_IsOnlyCharData_mB737298EFE9723B875B65B01CEF409F54076BFBA((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_31, L_32, /*hidden argument*/NULL); int32_t L_34 = L_33; V_1 = L_34; if ((((int32_t)L_34) < ((int32_t)0))) { goto IL_00b7; } } { int32_t L_35 = __this->get_curPos_13(); String_t* L_36 = ___systemId3; int32_t L_37 = V_1; DtdParser_ThrowInvalidChar_mE230D35A6EC9CCBBFA9A20C94E501DAC174969EA(__this, L_35, L_36, L_37, /*hidden argument*/NULL); } IL_00b7: { String_t* L_38 = ___systemId3; __this->set_systemId_5(L_38); } IL_00bf: { String_t* L_39 = ___publicId2; if (!L_39) { goto IL_00f1; } } { String_t* L_40 = ___publicId2; NullCheck(L_40); int32_t L_41; L_41 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_40, /*hidden argument*/NULL); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_00f1; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_42 = __this->get_address_of_xmlCharType_4(); String_t* L_43 = ___publicId2; int32_t L_44; L_44 = XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_42, L_43, /*hidden argument*/NULL); int32_t L_45 = L_44; V_1 = L_45; if ((((int32_t)L_45) < ((int32_t)0))) { goto IL_00ea; } } { int32_t L_46 = __this->get_curPos_13(); String_t* L_47 = ___publicId2; int32_t L_48 = V_1; DtdParser_ThrowInvalidChar_mE230D35A6EC9CCBBFA9A20C94E501DAC174969EA(__this, L_46, L_47, L_48, /*hidden argument*/NULL); } IL_00ea: { String_t* L_49 = ___publicId2; __this->set_publicId_6(L_49); } IL_00f1: { String_t* L_50 = ___internalSubset4; if (!L_50) { goto IL_0114; } } { String_t* L_51 = ___internalSubset4; NullCheck(L_51); int32_t L_52; L_52 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_51, /*hidden argument*/NULL); if ((((int32_t)L_52) <= ((int32_t)0))) { goto IL_0114; } } { RuntimeObject* L_53 = __this->get_readerAdapter_0(); String_t* L_54 = ___baseUri0; String_t* L_55 = ___internalSubset4; NullCheck(L_53); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(21 /* System.Void System.Xml.IDtdParserAdapter::PushInternalDtd(System.String,System.String) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_53, L_54, L_55); __this->set_hasFreeFloatingInternalSubset_24((bool)1); } IL_0114: { RuntimeObject* L_56 = __this->get_readerAdapter_0(); NullCheck(L_56); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_57; L_57 = InterfaceFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_56); V_2 = L_57; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_58 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_59; L_59 = Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5(L_58, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_59) { goto IL_0135; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_60 = V_2; NullCheck(L_60); String_t* L_61; L_61 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); __this->set_documentBaseUri_29(L_61); } IL_0135: { __this->set_freeFloatingDtd_23((bool)1); return; } } // System.Xml.IDtdInfo System.Xml.DtdParser::System.Xml.IDtdParser.ParseInternalDtd(System.Xml.IDtdParserAdapter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_System_Xml_IDtdParser_ParseInternalDtd_m84FFCFEAAC4DA4FCE85208C507A311C529AB4BAB (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, RuntimeObject* ___adapter0, bool ___saveInternalSubset1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___adapter0; DtdParser_Initialize_m86EF536A67FDC7D992791CF0052F0379DB3E90EF(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___saveInternalSubset1; DtdParser_Parse_m7D74064713C7380FFFD7659CC99F3522C881048A(__this, L_1, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_2 = __this->get_schemaInfo_3(); return L_2; } } // System.Xml.IDtdInfo System.Xml.DtdParser::System.Xml.IDtdParser.ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_System_Xml_IDtdParser_ParseFreeFloatingDtd_mABD37ED1F9DA2C8776F3C0CA1C667655EBB5C11D (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, String_t* ___baseUri0, String_t* ___docTypeName1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___internalSubset4, RuntimeObject* ___adapter5, const RuntimeMethod* method) { { String_t* L_0 = ___baseUri0; String_t* L_1 = ___docTypeName1; String_t* L_2 = ___publicId2; String_t* L_3 = ___systemId3; String_t* L_4 = ___internalSubset4; RuntimeObject* L_5 = ___adapter5; DtdParser_InitializeFreeFloatingDtd_m1A9BE80900384F5C51DF389508F248C67A1D61F0(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); DtdParser_Parse_m7D74064713C7380FFFD7659CC99F3522C881048A(__this, (bool)0, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_6 = __this->get_schemaInfo_3(); return L_6; } } // System.Boolean System.Xml.DtdParser::get_ParsingInternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_externalEntitiesDepth_21(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Xml.DtdParser::get_IgnoreEntityReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_IgnoreEntityReferences_m34E989F65263B618059B84CF058B3526F30CB478 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_scanningFunction_14(); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)26)))? 1 : 0); } } // System.Boolean System.Xml.DtdParser::get_SaveInternalSubsetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_SaveInternalSubsetValue_mA48F2E11AFE13FF2BA5599DD788115118845A710 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_readerAdapter_0(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.IDtdParserAdapter::get_EntityStackLength() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0); if (L_1) { goto IL_0017; } } { StringBuilder_t * L_2 = __this->get_internalSubsetValueSb_20(); return (bool)((!(((RuntimeObject*)(StringBuilder_t *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Boolean System.Xml.DtdParser::get_ParsingTopLevelMarkup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingTopLevelMarkup_mE527DE27B12F50820E3A432C5E2FC665421D950C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_scanningFunction_14(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = __this->get_scanningFunction_14(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)32))))) { goto IL_001c; } } { int32_t L_2 = __this->get_savedScanningFunction_16(); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } IL_001e: { return (bool)1; } } // System.Boolean System.Xml.DtdParser::get_SupportNamespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_SupportNamespaces_mF44A852D0C34E9E69AA01A1967EB42D7AFEF5A3C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_supportNamespaces_9(); return L_0; } } // System.Boolean System.Xml.DtdParser::get_Normalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_normalize_7(); return L_0; } } // System.Void System.Xml.DtdParser::Parse(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Parse_m7D74064713C7380FFFD7659CC99F3522C881048A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m30D3A28E0981D2642797EC0D059B17C3C1FD3A27_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1C478E1D706D299BE62793A7CFBD1299799F7F43_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m402C428C43C2F738F8BA22947F49976C562FF41B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD6F713EC3282317C9949946A8DED474D4BD34A2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mE0EDD8D6F14CAC419E1C87976C3936DF2E95C80C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA98C4EB777C388F69EC48A492C07DBBBEBF41DC1); s_Il2CppMethodInitialized = true; } Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 V_0; memset((&V_0), 0, sizeof(V_0)); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * V_1 = NULL; UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_freeFloatingDtd_23(); if (!L_0) { goto IL_0010; } } { DtdParser_ParseFreeFloatingDtd_mCB947D86BB3D281D35968E5B80703C2E4A50AB6E(__this, /*hidden argument*/NULL); goto IL_0017; } IL_0010: { bool L_1 = ___saveInternalSubset0; DtdParser_ParseInDocumentDtd_m0BB8F2A1D23F36CA09A2C9FA014B57AAA1527B15(__this, L_1, /*hidden argument*/NULL); } IL_0017: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_2 = __this->get_schemaInfo_3(); NullCheck(L_2); SchemaInfo_Finish_m113918206B13BCAF463301412BDB18DF2AC54E6E(L_2, /*hidden argument*/NULL); bool L_3 = __this->get_validate_8(); if (!L_3) { goto IL_009d; } } { Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_4 = __this->get_undeclaredNotations_31(); if (!L_4) { goto IL_009d; } } { Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_5 = __this->get_undeclaredNotations_31(); NullCheck(L_5); ValueCollection_tDF6C9A4AF81F3330CCAF790D97F13196161E0424 * L_6; L_6 = Dictionary_2_get_Values_m30D3A28E0981D2642797EC0D059B17C3C1FD3A27(L_5, /*hidden argument*/Dictionary_2_get_Values_m30D3A28E0981D2642797EC0D059B17C3C1FD3A27_RuntimeMethod_var); NullCheck(L_6); Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 L_7; L_7 = ValueCollection_GetEnumerator_mE0EDD8D6F14CAC419E1C87976C3936DF2E95C80C(L_6, /*hidden argument*/ValueCollection_GetEnumerator_mE0EDD8D6F14CAC419E1C87976C3936DF2E95C80C_RuntimeMethod_var); V_0 = L_7; } IL_0043: try { // begin try (depth: 1) { goto IL_0084; } IL_0045: { UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_8; L_8 = Enumerator_get_Current_mD6F713EC3282317C9949946A8DED474D4BD34A2C_inline((Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mD6F713EC3282317C9949946A8DED474D4BD34A2C_RuntimeMethod_var); V_1 = L_8; UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_9 = V_1; V_2 = L_9; goto IL_0081; } IL_0051: { UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_10 = V_1; NullCheck(L_10); String_t* L_11 = L_10->get_name_0(); String_t* L_12; L_12 = DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5(__this, /*hidden argument*/NULL); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_13 = V_1; NullCheck(L_13); int32_t L_14 = L_13->get_lineNo_1(); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_15 = V_1; NullCheck(L_15); int32_t L_16 = L_15->get_linePos_2(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_17 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829(L_17, _stringLiteralA98C4EB777C388F69EC48A492C07DBBBEBF41DC1, L_11, L_12, L_14, L_16, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m457F9A19161610DC73BDE79257EC3B887BA352A9(__this, 0, L_17, /*hidden argument*/NULL); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_18 = V_2; NullCheck(L_18); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_19 = L_18->get_next_3(); V_2 = L_19; } IL_0081: { UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_20 = V_2; if (L_20) { goto IL_0051; } } IL_0084: { bool L_21; L_21 = Enumerator_MoveNext_m402C428C43C2F738F8BA22947F49976C562FF41B((Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m402C428C43C2F738F8BA22947F49976C562FF41B_RuntimeMethod_var); if (L_21) { goto IL_0045; } } IL_008d: { IL2CPP_LEAVE(0x9D, FINALLY_008f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008f; } FINALLY_008f: { // begin finally (depth: 1) Enumerator_Dispose_m1C478E1D706D299BE62793A7CFBD1299799F7F43((Enumerator_tE0E651A90297B2019A6B9BCF14DB16F85E4CEB18 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m1C478E1D706D299BE62793A7CFBD1299799F7F43_RuntimeMethod_var); IL2CPP_END_FINALLY(143) } // end finally (depth: 1) IL2CPP_CLEANUP(143) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9D, IL_009d) } IL_009d: { return; } } // System.Void System.Xml.DtdParser::ParseInDocumentDtd(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseInDocumentDtd_m0BB8F2A1D23F36CA09A2C9FA014B57AAA1527B15 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); __this->set_scanningFunction_14(2); __this->set_nextScaningFunction_15(4); int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)23)))) { goto IL_0025; } } { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); } IL_0025: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1 = __this->get_schemaInfo_3(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2; L_2 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)1, /*hidden argument*/NULL); NullCheck(L_1); SchemaInfo_set_DocTypeName_m1BA955D8D7D3D96AEE648C9C0439F689ACD65B79_inline(L_1, L_2, /*hidden argument*/NULL); int32_t L_3; L_3 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0049; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)33))))) { goto IL_0066; } } IL_0049: { int32_t L_6 = V_0; String_t** L_7 = __this->get_address_of_publicId_6(); String_t** L_8 = __this->get_address_of_systemId_5(); DtdParser_ParseExternalId_m7645254CC6E255B819BB07ED19CCB0437FAF125F(__this, L_6, ((int32_t)36), (String_t**)L_7, (String_t**)L_8, /*hidden argument*/NULL); int32_t L_9; L_9 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_9; } IL_0066: { int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)29)))) { goto IL_0092; } } { int32_t L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)31))))) { goto IL_008c; } } { bool L_12 = ___saveInternalSubset0; if (!L_12) { goto IL_0084; } } { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_13, /*hidden argument*/NULL); __this->set_internalSubsetValueSb_20(L_13); } IL_0084: { DtdParser_ParseInternalSubset_m8C772D83BE9BE32A97782DDD20269597CD0DAC63(__this, /*hidden argument*/NULL); goto IL_0092; } IL_008c: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); } IL_0092: { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); String_t* L_14 = __this->get_systemId_5(); if (!L_14) { goto IL_00b4; } } { String_t* L_15 = __this->get_systemId_5(); NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_00b4; } } { DtdParser_ParseExternalSubset_mE93D133498E323C85BB82CC20A3AA44973262BA0(__this, /*hidden argument*/NULL); } IL_00b4: { return; } } // System.Void System.Xml.DtdParser::ParseFreeFloatingDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseFreeFloatingDtd_mCB947D86BB3D281D35968E5B80703C2E4A50AB6E (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasFreeFloatingInternalSubset_24(); if (!L_0) { goto IL_001a; } } { DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); DtdParser_ParseInternalSubset_m8C772D83BE9BE32A97782DDD20269597CD0DAC63(__this, /*hidden argument*/NULL); DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); } IL_001a: { String_t* L_1 = __this->get_systemId_5(); if (!L_1) { goto IL_0036; } } { String_t* L_2 = __this->get_systemId_5(); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0036; } } { DtdParser_ParseExternalSubset_mE93D133498E323C85BB82CC20A3AA44973262BA0(__this, /*hidden argument*/NULL); } IL_0036: { return; } } // System.Void System.Xml.DtdParser::ParseInternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseInternalSubset_m8C772D83BE9BE32A97782DDD20269597CD0DAC63 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { DtdParser_ParseSubset_m269806A5A5086E32B32B327405363434DFB574FC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseExternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseExternalSubset_mE93D133498E323C85BB82CC20A3AA44973262BA0 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; { RuntimeObject* L_0 = __this->get_readerAdapter_0(); String_t* L_1 = __this->get_systemId_5(); String_t* L_2 = __this->get_publicId_6(); NullCheck(L_0); bool L_3; L_3 = InterfaceFuncInvoker2< bool, String_t*, String_t* >::Invoke(20 /* System.Boolean System.Xml.IDtdParserAdapter::PushExternalSubset(System.String,System.String) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0, L_1, L_2); if (L_3) { goto IL_001a; } } { return; } IL_001a: { RuntimeObject* L_4 = __this->get_readerAdapter_0(); NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = InterfaceFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_4); V_0 = L_5; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_7; L_7 = Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5(L_6, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); __this->set_externalDtdBaseUri_30(L_9); } IL_003b: { int32_t L_10 = __this->get_externalEntitiesDepth_21(); __this->set_externalEntitiesDepth_21(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); DtdParser_ParseSubset_m269806A5A5086E32B32B327405363434DFB574FC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseSubset_m269806A5A5086E32B32B327405363434DFB574FC (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __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*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C370F917A6284F4D431AD8EB3AD2C86D406AB52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8592558A3214B8F63A256B8806C4A8EF96EF5FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD259EE6AB580E33090940BF472020FA738C8617A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; IL_0000: { int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_1 = L_0; int32_t L_1 = __this->get_currentEntityId_22(); V_0 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)11)))) { case 0: { goto IL_0049; } case 1: { goto IL_0054; } case 2: { goto IL_005f; } case 3: { goto IL_006a; } case 4: { goto IL_0075; } case 5: { goto IL_0080; } case 6: { goto IL_008b; } case 7: { goto IL_00b8; } case 8: { goto IL_01a9; } } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)32)))) { goto IL_0126; } } { goto IL_01e4; } IL_0049: { DtdParser_ParseAttlistDecl_m6C635C3793CF606934CFC7219CF23651E8518762(__this, /*hidden argument*/NULL); goto IL_01e4; } IL_0054: { DtdParser_ParseElementDecl_mB9952F78823BB74E523E8D28E105AEA3BFE26B02(__this, /*hidden argument*/NULL); goto IL_01e4; } IL_005f: { DtdParser_ParseEntityDecl_m3A228FC2AA7553A8C929E818C4562CC21C60C12C(__this, /*hidden argument*/NULL); goto IL_01e4; } IL_006a: { DtdParser_ParseNotationDecl_mFA42CC5ADA58619FC8724817FA780D02FA49C6C6(__this, /*hidden argument*/NULL); goto IL_01e4; } IL_0075: { DtdParser_ParseComment_mC4BC85998EF51416A5B738E7D90315F53A8CCAD1(__this, /*hidden argument*/NULL); goto IL_01e4; } IL_0080: { DtdParser_ParsePI_m1795833CC951DDF930E377350C9E1B64427CE15F(__this, /*hidden argument*/NULL); goto IL_01e4; } IL_008b: { bool L_4; L_4 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_00a6; } } { int32_t L_5 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)3)), _stringLiteral6C370F917A6284F4D431AD8EB3AD2C86D406AB52, /*hidden argument*/NULL); } IL_00a6: { DtdParser_ParseCondSection_m4FEE663FD51426916BC37FEC339B9879602ED4D6(__this, /*hidden argument*/NULL); int32_t L_6 = __this->get_currentEntityId_22(); V_0 = L_6; goto IL_01e4; } IL_00b8: { int32_t L_7 = __this->get_condSectionDepth_26(); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_010e; } } { int32_t L_8 = __this->get_condSectionDepth_26(); __this->set_condSectionDepth_26(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); bool L_9 = __this->get_validate_8(); if (!L_9) { goto IL_01e4; } } { int32_t L_10 = __this->get_currentEntityId_22(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = __this->get_condSectionEntityIds_32(); int32_t L_12 = __this->get_condSectionDepth_26(); NullCheck(L_11); int32_t L_13 = L_12; int32_t L_14 = (L_11)->GetAt(static_cast(L_13)); if ((((int32_t)L_10) == ((int32_t)L_14))) { goto IL_01e4; } } { int32_t L_15 = __this->get_curPos_13(); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_15, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_16, /*hidden argument*/NULL); goto IL_01e4; } IL_010e: { int32_t L_17 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)3)), _stringLiteralB8592558A3214B8F63A256B8806C4A8EF96EF5FB, /*hidden argument*/NULL); goto IL_01e4; } IL_0126: { bool L_18; L_18 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); if (!L_18) { goto IL_0197; } } { int32_t L_19 = __this->get_condSectionDepth_26(); if (!L_19) { goto IL_0147; } } { int32_t L_20 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_20, _stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D, /*hidden argument*/NULL); } IL_0147: { StringBuilder_t * L_21 = __this->get_internalSubsetValueSb_20(); if (!L_21) { goto IL_017a; } } { int32_t L_22 = __this->get_curPos_13(); DtdParser_SaveParsingBuffer_mD7742ABF436AB4A04445A2556F7F3121D40AADDF(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_23 = __this->get_schemaInfo_3(); StringBuilder_t * L_24 = __this->get_internalSubsetValueSb_20(); NullCheck(L_24); String_t* L_25; L_25 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); NullCheck(L_23); SchemaInfo_set_InternalDtdSubset_m9D3F4A8813F8C0B6A0D811558C582752217BC46A_inline(L_23, L_25, /*hidden argument*/NULL); __this->set_internalSubsetValueSb_20((StringBuilder_t *)NULL); } IL_017a: { int32_t L_26; L_26 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)((int32_t)29)))) { goto IL_01a8; } } { int32_t L_27 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, L_27, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); return; } IL_0197: { int32_t L_28 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_28, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); } IL_01a8: { return; } IL_01a9: { bool L_29; L_29 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); if (!L_29) { goto IL_01ca; } } { bool L_30 = __this->get_freeFloatingDtd_23(); if (L_30) { goto IL_01ca; } } { int32_t L_31 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_31, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); } IL_01ca: { int32_t L_32 = __this->get_condSectionDepth_26(); if (!L_32) { goto IL_01e3; } } { int32_t L_33 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_33, _stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D, /*hidden argument*/NULL); } IL_01e3: { return; } IL_01e4: { int32_t L_34 = __this->get_currentEntityId_22(); int32_t L_35 = V_0; if ((((int32_t)L_34) == ((int32_t)L_35))) { goto IL_0000; } } { bool L_36 = __this->get_validate_8(); if (!L_36) { goto IL_0214; } } { int32_t L_37 = __this->get_curPos_13(); String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_37, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_38, /*hidden argument*/NULL); goto IL_0000; } IL_0214: { bool L_39 = __this->get_v1Compat_10(); if (L_39) { goto IL_0000; } } { int32_t L_40 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_40, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, /*hidden argument*/NULL); goto IL_0000; } } // System.Void System.Xml.DtdParser::ParseAttlistDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDecl_m6C635C3793CF606934CFC7219CF23651E8518762 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85E61EF83FCD7B08C40AA3B100CA8FC4B41A934C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_1 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; String_t* V_5 = NULL; { int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23))))) { goto IL_026f; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1; L_1 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_1; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_2 = __this->get_schemaInfo_3(); NullCheck(L_2); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_3; L_3 = SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline(L_2, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286(L_3, L_4, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); if (L_5) { goto IL_005f; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_6 = __this->get_schemaInfo_3(); NullCheck(L_6); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_7; L_7 = SchemaInfo_get_UndeclaredElementDecls_mC359EC7BD893856AF5E207B653D7848A54BC46F8_inline(L_6, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8 = V_0; NullCheck(L_7); bool L_9; L_9 = Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286(L_7, L_8, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); if (L_9) { goto IL_005f; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10 = V_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_11, /*hidden argument*/NULL); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_13 = (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)il2cpp_codegen_object_new(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl__ctor_m6A983B874C3DC8D4F1D5F8DD2B4019D2901B3729(L_13, L_10, L_12, /*hidden argument*/NULL); V_1 = L_13; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_14 = __this->get_schemaInfo_3(); NullCheck(L_14); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_15; L_15 = SchemaInfo_get_UndeclaredElementDecls_mC359EC7BD893856AF5E207B653D7848A54BC46F8_inline(L_14, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16 = V_0; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_17 = V_1; NullCheck(L_15); Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB_RuntimeMethod_var); } IL_005f: { V_2 = (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)NULL; } IL_0061: { int32_t L_18; L_18 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_4 = L_18; int32_t L_19 = V_4; if ((((int32_t)L_19) == ((int32_t)((int32_t)23)))) { goto IL_007b; } } { int32_t L_20 = V_4; if ((((int32_t)L_20) == ((int32_t)((int32_t)29)))) { goto IL_00c8; } } { goto IL_026f; } IL_007b: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21; L_21 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)1, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_22 = L_21; NullCheck(L_22); String_t* L_23; L_23 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_22, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_24 = (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)il2cpp_codegen_object_new(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); SchemaAttDef__ctor_m8DD0D5317882F5F07CFAEC259164AB43A6C8D9F3(L_24, L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_25 = V_2; bool L_26; L_26 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); NullCheck(L_25); SchemaDeclBase_set_IsDeclaredInExternal_mF90EB47072527F6FFA1CFBADD6C644D00B859376_inline(L_25, (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_27 = V_2; int32_t L_28; L_28 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); NullCheck(L_27); SchemaAttDef_set_LineNumber_mF9A2CF90D506DB944073B5CFF7FBB56C7366CA0B_inline(L_27, L_28, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_29 = V_2; int32_t L_30; L_30 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); int32_t L_31 = __this->get_curPos_13(); int32_t L_32 = __this->get_tokenStartPos_18(); NullCheck(L_29); SchemaAttDef_set_LinePosition_m01F233895BAEAA4CF6073C9A3DD19E55FDE90A97_inline(L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)))), /*hidden argument*/NULL); goto IL_015c; } IL_00c8: { bool L_33 = __this->get_v1Compat_10(); if (!L_33) { goto IL_015b; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_34 = V_2; if (!L_34) { goto IL_015b; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_35 = V_2; NullCheck(L_35); String_t* L_36; L_36 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37; L_37 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_36, /*hidden argument*/NULL); if ((((int32_t)L_37) <= ((int32_t)0))) { goto IL_015b; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_38 = V_2; NullCheck(L_38); String_t* L_39; L_39 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_38, /*hidden argument*/NULL); NullCheck(L_39); bool L_40; L_40 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_39, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, /*hidden argument*/NULL); if (!L_40) { goto IL_015b; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_41 = V_2; NullCheck(L_41); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_42; L_42 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_41, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43; L_43 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_42, /*hidden argument*/NULL); bool L_44; L_44 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_43, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2, /*hidden argument*/NULL); if (!L_44) { goto IL_015b; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_45 = V_2; NullCheck(L_45); SchemaAttDef_set_Reserved_m446F2C9A61E13AFE0B7BE5C0BF56A05AC6CF5BA7_inline(L_45, 1, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_46 = V_2; NullCheck(L_46); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_47; L_47 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_46, /*hidden argument*/NULL); NullCheck(L_47); int32_t L_48; L_48 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_47); if ((((int32_t)L_48) == ((int32_t)((int32_t)9)))) { goto IL_0142; } } { String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_50 = V_2; NullCheck(L_50); int32_t L_51; L_51 = SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F_inline(L_50, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_52 = V_2; NullCheck(L_52); int32_t L_53; L_53 = SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D_inline(L_52, /*hidden argument*/NULL); DtdParser_Throw_mA2BC7B0AEECD4FDF81220C8F55884A16512D6C66(__this, _stringLiteral85E61EF83FCD7B08C40AA3B100CA8FC4B41A934C, L_49, L_51, L_53, /*hidden argument*/NULL); } IL_0142: { bool L_54 = __this->get_validate_8(); if (!L_54) { goto IL_015b; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_55 = V_2; RuntimeObject* L_56 = __this->get_readerAdapterWithValidation_1(); NullCheck(L_56); RuntimeObject* L_57; L_57 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var, L_56); NullCheck(L_55); SchemaAttDef_CheckXmlSpace_m3B75B027866FE085CAA4E37ECC7260DB7F3DC96B(L_55, L_57, /*hidden argument*/NULL); } IL_015b: { return; } IL_015c: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_58 = V_1; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_59 = V_2; NullCheck(L_59); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_60; L_60 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_59, /*hidden argument*/NULL); NullCheck(L_58); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_61; L_61 = SchemaElementDecl_GetAttDef_m5E5EAACCF2B3B77572285CCD458C0ABB1511D803(L_58, L_60, /*hidden argument*/NULL); V_3 = (bool)((!(((RuntimeObject*)(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)L_61) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_62 = V_2; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_63 = V_1; bool L_64 = V_3; DtdParser_ParseAttlistType_m38683CCB533A35AC16E8023CD7AA87911F82DCB7(__this, L_62, L_63, L_64, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_65 = V_2; bool L_66 = V_3; DtdParser_ParseAttlistDefault_m91331ED42D73FE9B3F6067191AAE3E34B1F0F58C(__this, L_65, L_66, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_67 = V_2; NullCheck(L_67); String_t* L_68; L_68 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_67, /*hidden argument*/NULL); NullCheck(L_68); int32_t L_69; L_69 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_68, /*hidden argument*/NULL); if ((((int32_t)L_69) <= ((int32_t)0))) { goto IL_025d; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_70 = V_2; NullCheck(L_70); String_t* L_71; L_71 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_70, /*hidden argument*/NULL); NullCheck(L_71); bool L_72; L_72 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_71, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, /*hidden argument*/NULL); if (!L_72) { goto IL_025d; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_73 = V_2; NullCheck(L_73); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_74; L_74 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_73, /*hidden argument*/NULL); NullCheck(L_74); String_t* L_75; L_75 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_74, /*hidden argument*/NULL); bool L_76; L_76 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_75, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2, /*hidden argument*/NULL); if (!L_76) { goto IL_023f; } } { bool L_77 = __this->get_v1Compat_10(); if (!L_77) { goto IL_01f7; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_78 = V_2; NullCheck(L_78); String_t* L_79; L_79 = SchemaAttDef_get_DefaultValueExpanded_m3DD4309DBF57E2E9C4C2EBA74EE54365C51A88C5(L_78, /*hidden argument*/NULL); NullCheck(L_79); String_t* L_80; L_80 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_79, /*hidden argument*/NULL); V_5 = L_80; String_t* L_81 = V_5; NullCheck(L_81); bool L_82; L_82 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_81, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, /*hidden argument*/NULL); if (L_82) { goto IL_01ee; } } { String_t* L_83 = V_5; NullCheck(L_83); bool L_84; L_84 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_83, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); if (!L_84) { goto IL_025d; } } IL_01ee: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_85 = V_2; NullCheck(L_85); SchemaAttDef_set_Reserved_m446F2C9A61E13AFE0B7BE5C0BF56A05AC6CF5BA7_inline(L_85, 1, /*hidden argument*/NULL); goto IL_025d; } IL_01f7: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_86 = V_2; NullCheck(L_86); SchemaAttDef_set_Reserved_m446F2C9A61E13AFE0B7BE5C0BF56A05AC6CF5BA7_inline(L_86, 1, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_87 = V_2; NullCheck(L_87); int32_t L_88; L_88 = SchemaAttDef_get_TokenizedType_mFB396F9F1E6D2FCBE5190C46CCAD49AC4FFA1A67(L_87, /*hidden argument*/NULL); if ((((int32_t)L_88) == ((int32_t)((int32_t)9)))) { goto IL_0224; } } { String_t* L_89 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_90 = V_2; NullCheck(L_90); int32_t L_91; L_91 = SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F_inline(L_90, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_92 = V_2; NullCheck(L_92); int32_t L_93; L_93 = SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D_inline(L_92, /*hidden argument*/NULL); DtdParser_Throw_mA2BC7B0AEECD4FDF81220C8F55884A16512D6C66(__this, _stringLiteral85E61EF83FCD7B08C40AA3B100CA8FC4B41A934C, L_89, L_91, L_93, /*hidden argument*/NULL); } IL_0224: { bool L_94 = __this->get_validate_8(); if (!L_94) { goto IL_025d; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_95 = V_2; RuntimeObject* L_96 = __this->get_readerAdapterWithValidation_1(); NullCheck(L_96); RuntimeObject* L_97; L_97 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var, L_96); NullCheck(L_95); SchemaAttDef_CheckXmlSpace_m3B75B027866FE085CAA4E37ECC7260DB7F3DC96B(L_95, L_97, /*hidden argument*/NULL); goto IL_025d; } IL_023f: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_98 = V_2; NullCheck(L_98); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_99; L_99 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_98, /*hidden argument*/NULL); NullCheck(L_99); String_t* L_100; L_100 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_99, /*hidden argument*/NULL); bool L_101; L_101 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_100, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, /*hidden argument*/NULL); if (!L_101) { goto IL_025d; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_102 = V_2; NullCheck(L_102); SchemaAttDef_set_Reserved_m446F2C9A61E13AFE0B7BE5C0BF56A05AC6CF5BA7_inline(L_102, 2, /*hidden argument*/NULL); } IL_025d: { bool L_103 = V_3; if (L_103) { goto IL_0061; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_104 = V_1; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_105 = V_2; NullCheck(L_104); SchemaElementDecl_AddAttDef_mD815781B56044D60F0301E1E62FD5BA0485B5414(L_104, L_105, /*hidden argument*/NULL); goto IL_0061; } IL_026f: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseAttlistType(System.Xml.Schema.SchemaAttDef,System.Xml.Schema.SchemaElementDecl,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistType_m38683CCB533A35AC16E8023CD7AA87911F82DCB7 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attrDef0, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___elementDecl1, bool ___ignoreErrors2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m2EAD2DADA0478175052301E48FCE772ECD9A6F5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265063C5E5B7055CDC527A6D234A14747DC2D71E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral501B98A6E74F1C51225E59A5DAE2EE433B125499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5D214974A6E3CCDE1B595EE7A016D3FEA5FAA61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD93DDB9BA74539B5989A13715EBB5158C4B43486); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE9AA762B72BCD6BE256CC115B658BDBC21C36EA); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0012; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_2 = ___elementDecl1; NullCheck(L_2); SchemaElementDecl_set_HasNonCDataAttribute_m71A7B08BF73328BC4C4D41C48283A1B1BFF8AD97_inline(L_2, (bool)1, /*hidden argument*/NULL); } IL_0012: { int32_t L_3 = V_0; bool L_4; L_4 = DtdParser_IsAttributeValueType_m7F07860F549A9DDBFD1CC2FA06A032485CD37D69(__this, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_01c1; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_5 = ___attrDef0; int32_t L_6 = V_0; NullCheck(L_5); SchemaAttDef_set_TokenizedType_mF747F8B6BF6ACA99631783CCA1845061A2671600(L_5, L_6, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_7 = ___attrDef0; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_8 = ___attrDef0; NullCheck(L_8); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_9; L_9 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_9); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_11; L_11 = XmlSchemaType_GetBuiltInSimpleType_mA8B921185F9B1608AD5BFF799451E233EEA6F55E(L_10, /*hidden argument*/NULL); NullCheck(L_7); SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline(L_7, L_11, /*hidden argument*/NULL); int32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_0044; } } { int32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)8))) { goto IL_0094; } } { return; } IL_0044: { bool L_14 = __this->get_validate_8(); if (!L_14) { goto IL_008c; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_15 = ___elementDecl1; NullCheck(L_15); bool L_16; L_16 = SchemaElementDecl_get_IsIdDeclared_m13EDDE43FF100460E2B995C3E830985DEC415DAB_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_008c; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_17 = ___elementDecl1; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_18 = ___attrDef0; NullCheck(L_18); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19; L_19 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_18, /*hidden argument*/NULL); NullCheck(L_17); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_20; L_20 = SchemaElementDecl_GetAttDef_m5E5EAACCF2B3B77572285CCD458C0ABB1511D803(L_17, L_19, /*hidden argument*/NULL); V_1 = L_20; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_21 = V_1; if (!L_21) { goto IL_0072; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_22 = V_1; NullCheck(L_22); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_23; L_23 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_23); if ((((int32_t)L_24) == ((int32_t)1))) { goto IL_008c; } } IL_0072: { bool L_25 = ___ignoreErrors2; if (L_25) { goto IL_008c; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_26 = ___elementDecl1; NullCheck(L_26); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_27; L_27 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_26, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); DtdParser_SendValidationEvent_m4D7A7012EAF2A762787497A59B05A144DECB1233(__this, 0, _stringLiteralD93DDB9BA74539B5989A13715EBB5158C4B43486, L_28, /*hidden argument*/NULL); } IL_008c: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_29 = ___elementDecl1; NullCheck(L_29); SchemaElementDecl_set_IsIdDeclared_m42E33419B58A2E0FEB0E36F1F4856BF7749C4EA8_inline(L_29, (bool)1, /*hidden argument*/NULL); return; } IL_0094: { bool L_30 = __this->get_validate_8(); if (!L_30) { goto IL_0107; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_31 = ___elementDecl1; NullCheck(L_31); bool L_32; L_32 = SchemaElementDecl_get_IsNotationDeclared_mA7291C2A64056CE5A8E6E40DD8FAA1A957982076_inline(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00c8; } } { bool L_33 = ___ignoreErrors2; if (L_33) { goto IL_00c8; } } { int32_t L_34 = __this->get_curPos_13(); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_35 = ___elementDecl1; NullCheck(L_35); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_36; L_36 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_37; L_37 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)8)), 0, _stringLiteralDE9AA762B72BCD6BE256CC115B658BDBC21C36EA, L_37, /*hidden argument*/NULL); goto IL_0107; } IL_00c8: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_38 = ___elementDecl1; NullCheck(L_38); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_39; L_39 = SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0100; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_40 = ___elementDecl1; NullCheck(L_40); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_41; L_41 = SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline(L_40, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42; L_42 = ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline(L_41, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)1)))) { goto IL_0100; } } { bool L_43 = ___ignoreErrors2; if (L_43) { goto IL_0100; } } { int32_t L_44 = __this->get_curPos_13(); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_45 = ___elementDecl1; NullCheck(L_45); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_46; L_46 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_45, /*hidden argument*/NULL); NullCheck(L_46); String_t* L_47; L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)8)), 0, _stringLiteral265063C5E5B7055CDC527A6D234A14747DC2D71E, L_47, /*hidden argument*/NULL); } IL_0100: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_48 = ___elementDecl1; NullCheck(L_48); SchemaElementDecl_set_IsNotationDeclared_m11AF6DFF3495628801564AFE2A057ECF95CBE825_inline(L_48, (bool)1, /*hidden argument*/NULL); } IL_0107: { int32_t L_49; L_49 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)27))))) { goto IL_0280; } } { int32_t L_50; L_50 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)24))))) { goto IL_0280; } } IL_0123: { String_t* L_51; L_51 = DtdParser_GetNameString_m4409A8C9BC31711E931E683B97AE89B5F8026182(__this, /*hidden argument*/NULL); V_2 = L_51; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_52 = __this->get_schemaInfo_3(); NullCheck(L_52); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_53; L_53 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_52, /*hidden argument*/NULL); String_t* L_54 = V_2; NullCheck(L_53); bool L_55; L_55 = Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B(L_53, L_54, /*hidden argument*/Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B_RuntimeMethod_var); if (L_55) { goto IL_0144; } } { String_t* L_56 = V_2; DtdParser_AddUndeclaredNotation_m55822FCAF440390D5B8E92A70B611F90356FFC6D(__this, L_56, /*hidden argument*/NULL); } IL_0144: { bool L_57 = __this->get_validate_8(); if (!L_57) { goto IL_0191; } } { bool L_58 = __this->get_v1Compat_10(); if (L_58) { goto IL_0191; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_59 = ___attrDef0; NullCheck(L_59); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_60; L_60 = SchemaDeclBase_get_Values_mB5DF89E64CB21C6BE4CEFB9AC1F8103B13744387_inline(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0191; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_61 = ___attrDef0; NullCheck(L_61); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_62; L_62 = SchemaDeclBase_get_Values_mB5DF89E64CB21C6BE4CEFB9AC1F8103B13744387_inline(L_61, /*hidden argument*/NULL); String_t* L_63 = V_2; NullCheck(L_62); bool L_64; L_64 = List_1_Contains_m2EAD2DADA0478175052301E48FCE772ECD9A6F5F(L_62, L_63, /*hidden argument*/List_1_Contains_m2EAD2DADA0478175052301E48FCE772ECD9A6F5F_RuntimeMethod_var); if (!L_64) { goto IL_0191; } } { bool L_65 = ___ignoreErrors2; if (L_65) { goto IL_0191; } } { String_t* L_66 = V_2; String_t* L_67; L_67 = DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5(__this, /*hidden argument*/NULL); int32_t L_68; L_68 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_69; L_69 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_70 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829(L_70, _stringLiteralA5D214974A6E3CCDE1B595EE7A016D3FEA5FAA61, L_66, L_67, L_68, L_69, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m457F9A19161610DC73BDE79257EC3B887BA352A9(__this, 0, L_70, /*hidden argument*/NULL); } IL_0191: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_71 = ___attrDef0; String_t* L_72 = V_2; NullCheck(L_71); SchemaDeclBase_AddValue_m5BA85092B3CF9246689A7BB991A6D4159F449B42(L_71, L_72, /*hidden argument*/NULL); int32_t L_73; L_73 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_3 = L_73; int32_t L_74 = V_3; if ((((int32_t)L_74) == ((int32_t)((int32_t)28)))) { goto IL_01c0; } } { int32_t L_75 = V_3; if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)30))))) { goto IL_0280; } } { int32_t L_76; L_76 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((((int32_t)L_76) == ((int32_t)((int32_t)24)))) { goto IL_0123; } } { goto IL_0280; } IL_01c0: { return; } IL_01c1: { int32_t L_77 = V_0; if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)27))))) { goto IL_0280; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_78 = ___attrDef0; NullCheck(L_78); SchemaAttDef_set_TokenizedType_mF747F8B6BF6ACA99631783CCA1845061A2671600(L_78, ((int32_t)9), /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_79 = ___attrDef0; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_80 = ___attrDef0; NullCheck(L_80); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_81; L_81 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_80, /*hidden argument*/NULL); NullCheck(L_81); int32_t L_82; L_82 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_81); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_83; L_83 = XmlSchemaType_GetBuiltInSimpleType_mA8B921185F9B1608AD5BFF799451E233EEA6F55E(L_82, /*hidden argument*/NULL); NullCheck(L_79); SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline(L_79, L_83, /*hidden argument*/NULL); int32_t L_84; L_84 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)25))))) { goto IL_0280; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_85 = ___attrDef0; String_t* L_86; L_86 = DtdParser_GetNameString_m4409A8C9BC31711E931E683B97AE89B5F8026182(__this, /*hidden argument*/NULL); NullCheck(L_85); SchemaDeclBase_AddValue_m5BA85092B3CF9246689A7BB991A6D4159F449B42(L_85, L_86, /*hidden argument*/NULL); } IL_0201: { int32_t L_87; L_87 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_3 = L_87; int32_t L_88 = V_3; if ((((int32_t)L_88) == ((int32_t)((int32_t)28)))) { goto IL_027f; } } { int32_t L_89 = V_3; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)30))))) { goto IL_0280; } } { int32_t L_90; L_90 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)25))))) { goto IL_0280; } } { String_t* L_91; L_91 = DtdParser_GetNmtokenString_mB64C00CC6F59F00DDD7473E6E352D11DE0377345(__this, /*hidden argument*/NULL); V_4 = L_91; bool L_92 = __this->get_validate_8(); if (!L_92) { goto IL_0275; } } { bool L_93 = __this->get_v1Compat_10(); if (L_93) { goto IL_0275; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_94 = ___attrDef0; NullCheck(L_94); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_95; L_95 = SchemaDeclBase_get_Values_mB5DF89E64CB21C6BE4CEFB9AC1F8103B13744387_inline(L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_0275; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_96 = ___attrDef0; NullCheck(L_96); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_97; L_97 = SchemaDeclBase_get_Values_mB5DF89E64CB21C6BE4CEFB9AC1F8103B13744387_inline(L_96, /*hidden argument*/NULL); String_t* L_98 = V_4; NullCheck(L_97); bool L_99; L_99 = List_1_Contains_m2EAD2DADA0478175052301E48FCE772ECD9A6F5F(L_97, L_98, /*hidden argument*/List_1_Contains_m2EAD2DADA0478175052301E48FCE772ECD9A6F5F_RuntimeMethod_var); if (!L_99) { goto IL_0275; } } { bool L_100 = ___ignoreErrors2; if (L_100) { goto IL_0275; } } { String_t* L_101 = V_4; String_t* L_102; L_102 = DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5(__this, /*hidden argument*/NULL); int32_t L_103; L_103 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_104; L_104 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_105 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829(L_105, _stringLiteral501B98A6E74F1C51225E59A5DAE2EE433B125499, L_101, L_102, L_103, L_104, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m457F9A19161610DC73BDE79257EC3B887BA352A9(__this, 0, L_105, /*hidden argument*/NULL); } IL_0275: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_106 = ___attrDef0; String_t* L_107 = V_4; NullCheck(L_106); SchemaDeclBase_AddValue_m5BA85092B3CF9246689A7BB991A6D4159F449B42(L_106, L_107, /*hidden argument*/NULL); goto IL_0201; } IL_027f: { return; } IL_0280: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseAttlistDefault(System.Xml.Schema.SchemaAttDef,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDefault_m91331ED42D73FE9B3F6067191AAE3E34B1F0F58C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attrDef0, bool ___ignoreErrors1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CF85EA4A9725419E00C90B0EC2DCE10FD2E8CE7); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)20)))) { case 0: { goto IL_0027; } case 1: { goto IL_002f; } case 2: { goto IL_0037; } } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)35)))) { goto IL_004c; } } { goto IL_00cf; } IL_0027: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_3 = ___attrDef0; NullCheck(L_3); SchemaDeclBase_set_Presence_m339BCD8DCED7AA6EF30798A12BAFA1E6FEE39F6C_inline(L_3, 1, /*hidden argument*/NULL); return; } IL_002f: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_4 = ___attrDef0; NullCheck(L_4); SchemaDeclBase_set_Presence_m339BCD8DCED7AA6EF30798A12BAFA1E6FEE39F6C_inline(L_4, 2, /*hidden argument*/NULL); return; } IL_0037: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_5 = ___attrDef0; NullCheck(L_5); SchemaDeclBase_set_Presence_m339BCD8DCED7AA6EF30798A12BAFA1E6FEE39F6C_inline(L_5, 3, /*hidden argument*/NULL); int32_t L_6; L_6 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35))))) { goto IL_00cf; } } IL_004c: { bool L_7 = __this->get_validate_8(); if (!L_7) { goto IL_007c; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_8 = ___attrDef0; NullCheck(L_8); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_9; L_9 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_007c; } } { bool L_11 = ___ignoreErrors1; if (L_11) { goto IL_007c; } } { int32_t L_12 = __this->get_curPos_13(); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_12, 0, _stringLiteral6CF85EA4A9725419E00C90B0EC2DCE10FD2E8CE7, L_13, /*hidden argument*/NULL); } IL_007c: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_14 = ___attrDef0; NullCheck(L_14); int32_t L_15; L_15 = SchemaAttDef_get_TokenizedType_mFB396F9F1E6D2FCBE5190C46CCAD49AC4FFA1A67(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0092; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_16 = ___attrDef0; String_t* L_17; L_17 = DtdParser_GetValueWithStrippedSpaces_mAF16E6B8826286B9913DDA10BB4F9B5A65EF9260(__this, /*hidden argument*/NULL); NullCheck(L_16); SchemaAttDef_set_DefaultValueExpanded_m0924B261962F28DC8763F5E5B5DB3FCC34C6A643_inline(L_16, L_17, /*hidden argument*/NULL); goto IL_009e; } IL_0092: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_18 = ___attrDef0; String_t* L_19; L_19 = DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582(__this, /*hidden argument*/NULL); NullCheck(L_18); SchemaAttDef_set_DefaultValueExpanded_m0924B261962F28DC8763F5E5B5DB3FCC34C6A643_inline(L_18, L_19, /*hidden argument*/NULL); } IL_009e: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_20 = ___attrDef0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_21 = __this->get_address_of_literalLineInfo_27(); int32_t L_22 = L_21->get_lineNo_0(); NullCheck(L_20); SchemaAttDef_set_ValueLineNumber_m74AB47ABABDF780437AC039339AF33B312C1321C_inline(L_20, L_22, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_23 = ___attrDef0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_24 = __this->get_address_of_literalLineInfo_27(); int32_t L_25 = L_24->get_linePos_1(); NullCheck(L_23); SchemaAttDef_set_ValueLinePosition_m3C695D5E1F49D484EA2034E69AC61925D13D4518_inline(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_26 = ___attrDef0; RuntimeObject* L_27 = __this->get_readerAdapter_0(); IL2CPP_RUNTIME_CLASS_INIT(DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_il2cpp_TypeInfo_var); DtdValidator_SetDefaultTypedValue_mFDA23AD15B48F85C71A00008391825B0E594829D(L_26, L_27, /*hidden argument*/NULL); return; } IL_00cf: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseElementDecl_mB9952F78823BB74E523E8D28E105AEA3BFE26B02 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m5FDEA276F22009D24C06DDE9E946C2804AD2382F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AB660E1248762B48B0356F19FC1CB2FC99F1ABF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * V_4 = NULL; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * V_5 = NULL; { int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23))))) { goto IL_017e; } } { V_0 = (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1; L_1 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)1, /*hidden argument*/NULL); V_1 = L_1; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_2 = __this->get_schemaInfo_3(); NullCheck(L_2); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_3; L_3 = SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline(L_2, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = V_1; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286(L_3, L_4, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); if (!L_5) { goto IL_005b; } } { bool L_6 = __this->get_validate_8(); if (!L_6) { goto IL_00a3; } } { int32_t L_7 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = DtdParser_GetNameString_m4409A8C9BC31711E931E683B97AE89B5F8026182(__this, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_10)), 0, _stringLiteral6AB660E1248762B48B0356F19FC1CB2FC99F1ABF, L_11, /*hidden argument*/NULL); goto IL_00a3; } IL_005b: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_12 = __this->get_schemaInfo_3(); NullCheck(L_12); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_13; L_13 = SchemaInfo_get_UndeclaredElementDecls_mC359EC7BD893856AF5E207B653D7848A54BC46F8_inline(L_12, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = V_1; NullCheck(L_13); bool L_15; L_15 = Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286(L_13, L_14, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); if (!L_15) { goto IL_0084; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_16 = __this->get_schemaInfo_3(); NullCheck(L_16); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_17; L_17 = SchemaInfo_get_UndeclaredElementDecls_mC359EC7BD893856AF5E207B653D7848A54BC46F8_inline(L_16, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_18 = V_1; NullCheck(L_17); bool L_19; L_19 = Dictionary_2_Remove_m5FDEA276F22009D24C06DDE9E946C2804AD2382F(L_17, L_18, /*hidden argument*/Dictionary_2_Remove_m5FDEA276F22009D24C06DDE9E946C2804AD2382F_RuntimeMethod_var); goto IL_0091; } IL_0084: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_20 = V_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_21, /*hidden argument*/NULL); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_23 = (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)il2cpp_codegen_object_new(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl__ctor_m6A983B874C3DC8D4F1D5F8DD2B4019D2901B3729(L_23, L_20, L_22, /*hidden argument*/NULL); V_0 = L_23; } IL_0091: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_24 = __this->get_schemaInfo_3(); NullCheck(L_24); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_25; L_25 = SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline(L_24, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_26 = V_1; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_27 = V_0; NullCheck(L_25); Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB(L_25, L_26, L_27, /*hidden argument*/Dictionary_2_Add_m951CA2486DBEBCACFEBEA951EEC3424135B9D6BB_RuntimeMethod_var); } IL_00a3: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_28 = V_0; bool L_29; L_29 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); NullCheck(L_28); SchemaDeclBase_set_IsDeclaredInExternal_mF90EB47072527F6FFA1CFBADD6C644D00B859376_inline(L_28, (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); int32_t L_30; L_30 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); V_2 = L_30; int32_t L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)((int32_t)27)))) { goto IL_00e9; } } { int32_t L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)44)))) { goto IL_00dc; } } { int32_t L_33 = V_2; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)45))))) { goto IL_017e; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_35 = ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->get_Empty_3(); NullCheck(L_34); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_34, L_35, /*hidden argument*/NULL); goto IL_0161; } IL_00dc: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_37 = ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->get_Any_6(); NullCheck(L_36); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_36, L_37, /*hidden argument*/NULL); goto IL_0161; } IL_00e9: { int32_t L_38 = __this->get_currentEntityId_22(); V_3 = L_38; int32_t L_39; L_39 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_2 = L_39; int32_t L_40 = V_2; if ((((int32_t)L_40) == ((int32_t)((int32_t)9)))) { goto IL_0131; } } { int32_t L_41 = V_2; if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)42))))) { goto IL_017e; } } { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_42 = (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 *)il2cpp_codegen_object_new(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var); ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752(L_42, 3, /*hidden argument*/NULL); V_4 = L_42; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_43 = V_4; NullCheck(L_43); ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42(L_43, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_44 = V_4; NullCheck(L_44); ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF(L_44, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_45 = V_4; int32_t L_46 = V_3; DtdParser_ParseElementMixedContent_m76E46E428CBB56E4C468928430AA943F78DD6448(__this, L_45, L_46, /*hidden argument*/NULL); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_47 = V_0; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_48 = V_4; NullCheck(L_48); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_49; L_49 = ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8(L_48, (bool)1, /*hidden argument*/NULL); NullCheck(L_47); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_47, L_49, /*hidden argument*/NULL); goto IL_0161; } IL_0131: { V_5 = (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 *)NULL; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_50 = (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 *)il2cpp_codegen_object_new(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var); ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752(L_50, 2, /*hidden argument*/NULL); V_5 = L_50; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_51 = V_5; NullCheck(L_51); ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42(L_51, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_52 = V_5; NullCheck(L_52); ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF(L_52, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_53 = V_5; int32_t L_54 = V_3; DtdParser_ParseElementOnlyContent_mC4E04E2B136FDC1FE96E9516DD37C67937D8B43D(__this, L_53, L_54, /*hidden argument*/NULL); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_55 = V_0; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_56 = V_5; NullCheck(L_56); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_57; L_57 = ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8(L_56, (bool)1, /*hidden argument*/NULL); NullCheck(L_55); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_55, L_57, /*hidden argument*/NULL); } IL_0161: { int32_t L_58; L_58 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((((int32_t)L_58) == ((int32_t)((int32_t)29)))) { goto IL_017d; } } { int32_t L_59 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, L_59, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); } IL_017d: { return; } IL_017e: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseElementOnlyContent(System.Xml.Schema.ParticleContentValidator,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseElementOnlyContent_mC4E04E2B136FDC1FE96E9516DD37C67937D8B43D (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * ___pcv0, int32_t ___startParenEntityId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_mB03BA904E430A45CC0771F1BA83E8E90C7427AAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mB7ED1C331BD1EC00864C366637799FF8B69C7F07_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m2237E79C77D3B6C8754995D7E8364E416A264BC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m87732B673211153DE2B375E85DE77F5081E7C9F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mE94EAB56D6338C31D793E1F23AEDAA1BC3E32D2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD259EE6AB580E33090940BF472020FA738C8617A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9); s_Il2CppMethodInitialized = true; } Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * V_0 = NULL; ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * V_1 = NULL; int32_t V_2 = 0; { Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * L_0 = (Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 *)il2cpp_codegen_object_new(Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170_il2cpp_TypeInfo_var); Stack_1__ctor_m87732B673211153DE2B375E85DE77F5081E7C9F5(L_0, /*hidden argument*/Stack_1__ctor_m87732B673211153DE2B375E85DE77F5081E7C9F5_RuntimeMethod_var); V_0 = L_0; int32_t L_1 = ___startParenEntityId1; ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_2 = (ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D *)il2cpp_codegen_object_new(ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D_il2cpp_TypeInfo_var); ParseElementOnlyContent_LocalFrame__ctor_mCE0DF8B2AFBE5815810210FAF62D3128D79F209C(L_2, L_1, /*hidden argument*/NULL); V_1 = L_2; Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * L_3 = V_0; ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_4 = V_1; NullCheck(L_3); Stack_1_Push_m2237E79C77D3B6C8754995D7E8364E416A264BC3(L_3, L_4, /*hidden argument*/Stack_1_Push_m2237E79C77D3B6C8754995D7E8364E416A264BC3_RuntimeMethod_var); } IL_0014: { int32_t L_5; L_5 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)23)))) { goto IL_0030; } } { int32_t L_7 = V_2; if ((((int32_t)L_7) == ((int32_t)((int32_t)27)))) { goto IL_0047; } } { int32_t L_8 = V_2; if ((((int32_t)L_8) == ((int32_t)((int32_t)29)))) { goto IL_0062; } } { goto IL_0148; } IL_0030: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_9 = ___pcv0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10; L_10 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)1, /*hidden argument*/NULL); NullCheck(L_9); ParticleContentValidator_AddName_m4AD6407EF80604C1838783CD9B392949F1185577(L_9, L_10, NULL, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_11 = ___pcv0; DtdParser_ParseHowMany_m4ED59A99219D5ED3EB052DA320DF38696E87A0A1(__this, L_11, /*hidden argument*/NULL); goto IL_0078; } IL_0047: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_12 = ___pcv0; NullCheck(L_12); ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF(L_12, /*hidden argument*/NULL); int32_t L_13 = __this->get_currentEntityId_22(); ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_14 = (ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D *)il2cpp_codegen_object_new(ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D_il2cpp_TypeInfo_var); ParseElementOnlyContent_LocalFrame__ctor_mCE0DF8B2AFBE5815810210FAF62D3128D79F209C(L_14, L_13, /*hidden argument*/NULL); V_1 = L_14; Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * L_15 = V_0; ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_16 = V_1; NullCheck(L_15); Stack_1_Push_m2237E79C77D3B6C8754995D7E8364E416A264BC3(L_15, L_16, /*hidden argument*/Stack_1_Push_m2237E79C77D3B6C8754995D7E8364E416A264BC3_RuntimeMethod_var); goto IL_0014; } IL_0062: { int32_t L_17 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_17, _stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9, /*hidden argument*/NULL); goto IL_014e; } IL_0078: { int32_t L_18; L_18 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_2 = L_18; int32_t L_19 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)28)))) { case 0: { goto IL_00f9; } case 1: { goto IL_0135; } case 2: { goto IL_00cb; } } } { int32_t L_20 = V_2; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)43))))) { goto IL_0148; } } { ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->get_parsingSchema_1(); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)30))))) { goto IL_00b8; } } { int32_t L_23 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_23, _stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9, /*hidden argument*/NULL); } IL_00b8: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_24 = ___pcv0; NullCheck(L_24); ParticleContentValidator_AddSequence_mA963AD9B631CA8A910CA4B115F408AE71BFE4B53(L_24, /*hidden argument*/NULL); ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_25 = V_1; NullCheck(L_25); L_25->set_parsingSchema_1(((int32_t)43)); goto IL_0014; } IL_00cb: { ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_26 = V_1; NullCheck(L_26); int32_t L_27 = L_26->get_parsingSchema_1(); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)43))))) { goto IL_00e6; } } { int32_t L_28 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_28, _stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9, /*hidden argument*/NULL); } IL_00e6: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_29 = ___pcv0; NullCheck(L_29); ParticleContentValidator_AddChoice_m5F8A03AC7F590C92762A57DF512E798F1E57EC83(L_29, /*hidden argument*/NULL); ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_30 = V_1; NullCheck(L_30); L_30->set_parsingSchema_1(((int32_t)30)); goto IL_0014; } IL_00f9: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_31 = ___pcv0; NullCheck(L_31); ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5(L_31, /*hidden argument*/NULL); bool L_32 = __this->get_validate_8(); if (!L_32) { goto IL_012c; } } { int32_t L_33 = __this->get_currentEntityId_22(); ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_34 = V_1; NullCheck(L_34); int32_t L_35 = L_34->get_startParenEntityId_0(); if ((((int32_t)L_33) == ((int32_t)L_35))) { goto IL_012c; } } { int32_t L_36 = __this->get_curPos_13(); String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_36, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_37, /*hidden argument*/NULL); } IL_012c: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_38 = ___pcv0; DtdParser_ParseHowMany_m4ED59A99219D5ED3EB052DA320DF38696E87A0A1(__this, L_38, /*hidden argument*/NULL); goto IL_014e; } IL_0135: { int32_t L_39 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_39, _stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9, /*hidden argument*/NULL); goto IL_014e; } IL_0148: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); } IL_014e: { Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * L_40 = V_0; NullCheck(L_40); ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_41; L_41 = Stack_1_Pop_mB7ED1C331BD1EC00864C366637799FF8B69C7F07(L_40, /*hidden argument*/Stack_1_Pop_mB7ED1C331BD1EC00864C366637799FF8B69C7F07_RuntimeMethod_var); Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * L_42 = V_0; NullCheck(L_42); int32_t L_43; L_43 = Stack_1_get_Count_mE94EAB56D6338C31D793E1F23AEDAA1BC3E32D2C_inline(L_42, /*hidden argument*/Stack_1_get_Count_mE94EAB56D6338C31D793E1F23AEDAA1BC3E32D2C_RuntimeMethod_var); if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_016a; } } { Stack_1_tFD5DAC8F641A8AD454F4399F4723C55D8F5A1170 * L_44 = V_0; NullCheck(L_44); ParseElementOnlyContent_LocalFrame_t7039F5048E02E9CBFFC9AE73C56E4163B3B3638D * L_45; L_45 = Stack_1_Peek_mB03BA904E430A45CC0771F1BA83E8E90C7427AAA(L_44, /*hidden argument*/Stack_1_Peek_mB03BA904E430A45CC0771F1BA83E8E90C7427AAA_RuntimeMethod_var); V_1 = L_45; goto IL_0078; } IL_016a: { return; } } // System.Void System.Xml.DtdParser::ParseHowMany(System.Xml.Schema.ParticleContentValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseHowMany_m4ED59A99219D5ED3EB052DA320DF38696E87A0A1 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * ___pcv0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)39)))) { case 0: { goto IL_001e; } case 1: { goto IL_0025; } case 2: { goto IL_002c; } } } { return; } IL_001e: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_2 = ___pcv0; NullCheck(L_2); ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869(L_2, /*hidden argument*/NULL); return; } IL_0025: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_3 = ___pcv0; NullCheck(L_3); ParticleContentValidator_AddQMark_m6070B936D44FE99227A626DAB134B68B7DBF3254(L_3, /*hidden argument*/NULL); return; } IL_002c: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_4 = ___pcv0; NullCheck(L_4); ParticleContentValidator_AddPlus_m67886BDB9DA79814375C6536F897B264101550E0(L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseElementMixedContent(System.Xml.Schema.ParticleContentValidator,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseElementMixedContent_m76E46E428CBB56E4C468928430AA943F78DD6448 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * ___pcv0, int32_t ___startParenEntityId1, 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*)&_stringLiteral412CDD51CEFF0076D98025A6A06AA2AF9F83EF80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD259EE6AB580E33090940BF472020FA738C8617A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_4 = NULL; { V_0 = (bool)0; V_1 = (-1); int32_t L_0 = __this->get_currentEntityId_22(); V_2 = L_0; } IL_000b: { int32_t L_1; L_1 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_3 = L_1; int32_t L_2 = V_3; if ((((int32_t)L_2) == ((int32_t)((int32_t)28)))) { goto IL_0022; } } { int32_t L_3 = V_3; if ((((int32_t)L_3) == ((int32_t)((int32_t)30)))) { goto IL_007b; } } { goto IL_0129; } IL_0022: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_4 = ___pcv0; NullCheck(L_4); ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5(L_4, /*hidden argument*/NULL); bool L_5 = __this->get_validate_8(); if (!L_5) { goto IL_0050; } } { int32_t L_6 = __this->get_currentEntityId_22(); int32_t L_7 = ___startParenEntityId1; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_0050; } } { int32_t L_8 = __this->get_curPos_13(); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_8, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_9, /*hidden argument*/NULL); } IL_0050: { int32_t L_10; L_10 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); bool L_11 = V_0; if (!((int32_t)((int32_t)((((int32_t)L_10) == ((int32_t)((int32_t)39)))? 1 : 0)&(int32_t)L_11))) { goto IL_0066; } } { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_12 = ___pcv0; NullCheck(L_12); ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869(L_12, /*hidden argument*/NULL); return; } IL_0066: { bool L_13 = V_0; if (!L_13) { goto IL_007a; } } { int32_t L_14 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, L_14, _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7, /*hidden argument*/NULL); } IL_007a: { return; } IL_007b: { bool L_15 = V_0; if (L_15) { goto IL_0082; } } { V_0 = (bool)1; goto IL_0088; } IL_0082: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_16 = ___pcv0; NullCheck(L_16); ParticleContentValidator_AddChoice_m5F8A03AC7F590C92762A57DF512E798F1E57EC83(L_16, /*hidden argument*/NULL); } IL_0088: { bool L_17 = __this->get_validate_8(); if (!L_17) { goto IL_00b2; } } { int32_t L_18 = __this->get_currentEntityId_22(); V_1 = L_18; int32_t L_19 = V_2; int32_t L_20 = V_1; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_00b2; } } { int32_t L_21 = __this->get_curPos_13(); String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_21, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_22, /*hidden argument*/NULL); } IL_00b2: { int32_t L_23; L_23 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)23))))) { goto IL_0129; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_24; L_24 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)1, /*hidden argument*/NULL); V_4 = L_24; ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_25 = ___pcv0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_26 = V_4; NullCheck(L_25); bool L_27; L_27 = ParticleContentValidator_Exists_m17D51B4D1561EB266A8C233F04E6CDB5498FDD5C(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00eb; } } { bool L_28 = __this->get_validate_8(); if (!L_28) { goto IL_00eb; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_29 = V_4; NullCheck(L_29); String_t* L_30; L_30 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29); DtdParser_SendValidationEvent_m4D7A7012EAF2A762787497A59B05A144DECB1233(__this, 0, _stringLiteral412CDD51CEFF0076D98025A6A06AA2AF9F83EF80, L_30, /*hidden argument*/NULL); } IL_00eb: { ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_31 = ___pcv0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_32 = V_4; NullCheck(L_31); ParticleContentValidator_AddName_m4AD6407EF80604C1838783CD9B392949F1185577(L_31, L_32, NULL, /*hidden argument*/NULL); bool L_33 = __this->get_validate_8(); if (!L_33) { goto IL_000b; } } { int32_t L_34 = __this->get_currentEntityId_22(); V_2 = L_34; int32_t L_35 = V_2; int32_t L_36 = V_1; if ((((int32_t)L_35) >= ((int32_t)L_36))) { goto IL_000b; } } { int32_t L_37 = __this->get_curPos_13(); String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_37, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_38, /*hidden argument*/NULL); goto IL_000b; } IL_0129: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); goto IL_000b; } } // System.Void System.Xml.DtdParser::ParseEntityDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseEntityDecl_m3A228FC2AA7553A8C929E818C4562CC21C60C12C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m7A757361EEA17AE70FE276F92E3EF3E2ADCEEE34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mA3FFAC67AA8E18AD5B2A289744503F03016C125F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral744DBAE461E32AD381B1A38CE73D4E473E600816); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } bool V_0 = false; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * G_B5_0 = NULL; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * G_B4_0 = NULL; String_t* G_B6_0 = NULL; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * G_B6_1 = NULL; { V_0 = (bool)0; V_1 = (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E *)NULL; int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); V_3 = L_0; int32_t L_1 = V_3; if ((((int32_t)L_1) == ((int32_t)((int32_t)24)))) { goto IL_0029; } } { int32_t L_2 = V_3; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)38))))) { goto IL_01d9; } } { V_0 = (bool)1; int32_t L_3; L_3 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)24))))) { goto IL_01d9; } } IL_0029: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4; L_4 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)0, /*hidden argument*/NULL); V_4 = L_4; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = V_4; bool L_6 = V_0; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_7 = (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E *)il2cpp_codegen_object_new(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E_il2cpp_TypeInfo_var); SchemaEntity__ctor_m3B9599DA8C72FC6A07423C38B498732E9CC83750(L_7, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_8 = V_1; String_t* L_9; L_9 = DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5(__this, /*hidden argument*/NULL); NullCheck(L_8); SchemaEntity_set_BaseURI_mAFDEA9BFF892FAFF701CC4FFEA1CCEEFD538273D_inline(L_8, L_9, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_10 = V_1; String_t* L_11 = __this->get_externalDtdBaseUri_30(); NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); G_B4_0 = L_10; if (!L_12) { G_B5_0 = L_10; goto IL_005d; } } { String_t* L_13 = __this->get_externalDtdBaseUri_30(); G_B6_0 = L_13; G_B6_1 = G_B4_0; goto IL_0063; } IL_005d: { String_t* L_14 = __this->get_documentBaseUri_29(); G_B6_0 = L_14; G_B6_1 = G_B5_0; } IL_0063: { NullCheck(G_B6_1); SchemaEntity_set_DeclaredURI_mB92A24929A2B6BF67539EFF155615B5AB9150BC8_inline(G_B6_1, G_B6_0, /*hidden argument*/NULL); bool L_15 = V_0; if (!L_15) { goto IL_0094; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_16 = __this->get_schemaInfo_3(); NullCheck(L_16); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_17; L_17 = SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30(L_16, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_18 = V_4; NullCheck(L_17); bool L_19; L_19 = Dictionary_2_ContainsKey_mA3FFAC67AA8E18AD5B2A289744503F03016C125F(L_17, L_18, /*hidden argument*/Dictionary_2_ContainsKey_mA3FFAC67AA8E18AD5B2A289744503F03016C125F_RuntimeMethod_var); if (L_19) { goto IL_00bb; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_20 = __this->get_schemaInfo_3(); NullCheck(L_20); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_21; L_21 = SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30(L_20, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_22 = V_4; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_23 = V_1; NullCheck(L_21); Dictionary_2_Add_m7A757361EEA17AE70FE276F92E3EF3E2ADCEEE34(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_Add_m7A757361EEA17AE70FE276F92E3EF3E2ADCEEE34_RuntimeMethod_var); goto IL_00bb; } IL_0094: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_24 = __this->get_schemaInfo_3(); NullCheck(L_24); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_25; L_25 = SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94(L_24, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_26 = V_4; NullCheck(L_25); bool L_27; L_27 = Dictionary_2_ContainsKey_mA3FFAC67AA8E18AD5B2A289744503F03016C125F(L_25, L_26, /*hidden argument*/Dictionary_2_ContainsKey_mA3FFAC67AA8E18AD5B2A289744503F03016C125F_RuntimeMethod_var); if (L_27) { goto IL_00bb; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_28 = __this->get_schemaInfo_3(); NullCheck(L_28); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_29; L_29 = SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94(L_28, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_30 = V_4; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_31 = V_1; NullCheck(L_29); Dictionary_2_Add_m7A757361EEA17AE70FE276F92E3EF3E2ADCEEE34(L_29, L_30, L_31, /*hidden argument*/Dictionary_2_Add_m7A757361EEA17AE70FE276F92E3EF3E2ADCEEE34_RuntimeMethod_var); } IL_00bb: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_32 = V_1; bool L_33; L_33 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); NullCheck(L_32); SchemaEntity_set_DeclaredInExternal_m2EFCE2B9E2965C92F97BE69E2D2AA66E0EB9C2D4_inline(L_32, (bool)((((int32_t)L_33) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_34 = V_1; NullCheck(L_34); SchemaEntity_set_ParsingInProgress_m53B2A6A3A2E573092B19EBA5FFAF368C2BE5A9AB_inline(L_34, (bool)1, /*hidden argument*/NULL); int32_t L_35; L_35 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); V_2 = L_35; int32_t L_36 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)((int32_t)33)))) > ((uint32_t)1)))) { goto IL_00ed; } } { int32_t L_37 = V_2; if ((((int32_t)L_37) == ((int32_t)((int32_t)35)))) { goto IL_0198; } } { goto IL_01d9; } IL_00ed: { int32_t L_38 = V_2; DtdParser_ParseExternalId_m7645254CC6E255B819BB07ED19CCB0437FAF125F(__this, L_38, ((int32_t)13), (String_t**)(&V_6), (String_t**)(&V_5), /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_39 = V_1; NullCheck(L_39); SchemaEntity_set_IsExternal_m65463934D765AA2DAE0D569F437B722B9E75E75B_inline(L_39, (bool)1, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_40 = V_1; String_t* L_41 = V_5; NullCheck(L_40); SchemaEntity_set_Url_m61E1D8C602A7F2130760E1E32C1B7D7916E6E7F7(L_40, L_41, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_42 = V_1; String_t* L_43 = V_6; NullCheck(L_42); SchemaEntity_set_Pubid_m08846B90B1DBAE7F2D949336C2A1D0D67968FC00_inline(L_42, L_43, /*hidden argument*/NULL); int32_t L_44; L_44 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)37))))) { goto IL_01c6; } } { bool L_45 = V_0; if (!L_45) { goto IL_0135; } } { int32_t L_46 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)5)), _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); } IL_0135: { bool L_47 = __this->get_whitespaceSeen_17(); if (L_47) { goto IL_0155; } } { int32_t L_48 = __this->get_curPos_13(); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)5)), _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36, _stringLiteral744DBAE461E32AD381B1A38CE73D4E473E600816, /*hidden argument*/NULL); } IL_0155: { int32_t L_49; L_49 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)24))))) { goto IL_01d9; } } { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_50 = V_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_51; L_51 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)0, /*hidden argument*/NULL); NullCheck(L_50); SchemaEntity_set_NData_mD493C42553D9780205C808988FBA4D0F1C40C9B9_inline(L_50, L_51, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_52 = V_1; NullCheck(L_52); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_53; L_53 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_52, /*hidden argument*/NULL); NullCheck(L_53); String_t* L_54; L_54 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_53, /*hidden argument*/NULL); V_7 = L_54; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_55 = __this->get_schemaInfo_3(); NullCheck(L_55); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_56; L_56 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_55, /*hidden argument*/NULL); String_t* L_57 = V_7; NullCheck(L_56); bool L_58; L_58 = Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B(L_56, L_57, /*hidden argument*/Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B_RuntimeMethod_var); if (L_58) { goto IL_01c6; } } { String_t* L_59 = V_7; DtdParser_AddUndeclaredNotation_m55822FCAF440390D5B8E92A70B611F90356FFC6D(__this, L_59, /*hidden argument*/NULL); goto IL_01c6; } IL_0198: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_60 = V_1; String_t* L_61; L_61 = DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582(__this, /*hidden argument*/NULL); NullCheck(L_60); SchemaEntity_set_Text_mB2CF52174840CDA901F5F20B909BD8C3A040EF08(L_60, L_61, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_62 = V_1; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_63 = __this->get_address_of_literalLineInfo_27(); int32_t L_64 = L_63->get_lineNo_0(); NullCheck(L_62); SchemaEntity_set_Line_mC763565D1C187F4541E42EE21CA76C57EBEA6D72_inline(L_62, L_64, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_65 = V_1; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_66 = __this->get_address_of_literalLineInfo_27(); int32_t L_67 = L_66->get_linePos_1(); NullCheck(L_65); SchemaEntity_set_Pos_mA925BE118C0633173B4C94FD041BEBC5AD5F4674_inline(L_65, L_67, /*hidden argument*/NULL); } IL_01c6: { int32_t L_68; L_68 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_68) == ((uint32_t)((int32_t)29))))) { goto IL_01d9; } } { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_69 = V_1; NullCheck(L_69); SchemaEntity_set_ParsingInProgress_m53B2A6A3A2E573092B19EBA5FFAF368C2BE5A9AB_inline(L_69, (bool)0, /*hidden argument*/NULL); return; } IL_01d9: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseNotationDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseNotationDecl_mFA42CC5ADA58619FC8724817FA780D02FA49C6C6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m00609D36B3516F9EB2C6E7E2966DFCBF288E8C25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mFB7F47362AC203748B9BBE9447BEFF79FAF03C38_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34202956739DA5FD8C25F589724F7651D367199C); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; { int32_t L_0; L_0 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)24)))) { goto IL_0011; } } { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); } IL_0011: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1; L_1 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED *)NULL; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_2 = __this->get_schemaInfo_3(); NullCheck(L_2); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_3; L_3 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_2, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6; L_6 = Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B(L_3, L_5, /*hidden argument*/Dictionary_2_ContainsKey_mC13D8AFBFE44B8A5BB3DC8312864C7412BDA279B_RuntimeMethod_var); if (L_6) { goto IL_0072; } } { Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_7 = __this->get_undeclaredNotations_31(); if (!L_7) { goto IL_004d; } } { Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_8 = __this->get_undeclaredNotations_31(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11; L_11 = Dictionary_2_Remove_mFB7F47362AC203748B9BBE9447BEFF79FAF03C38(L_8, L_10, /*hidden argument*/Dictionary_2_Remove_mFB7F47362AC203748B9BBE9447BEFF79FAF03C38_RuntimeMethod_var); } IL_004d: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_12 = V_0; SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_13 = (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED *)il2cpp_codegen_object_new(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED_il2cpp_TypeInfo_var); SchemaNotation__ctor_mB9B6D9AC3CA75E0B70AB342EE0B4630256799DEF(L_13, L_12, /*hidden argument*/NULL); V_1 = L_13; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_14 = __this->get_schemaInfo_3(); NullCheck(L_14); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_15; L_15 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_14, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_16 = V_1; NullCheck(L_16); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_17; L_17 = SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_17, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_19 = V_1; NullCheck(L_15); Dictionary_2_Add_m00609D36B3516F9EB2C6E7E2966DFCBF288E8C25(L_15, L_18, L_19, /*hidden argument*/Dictionary_2_Add_m00609D36B3516F9EB2C6E7E2966DFCBF288E8C25_RuntimeMethod_var); goto IL_009e; } IL_0072: { bool L_20 = __this->get_validate_8(); if (!L_20) { goto IL_009e; } } { int32_t L_21 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_22 = V_0; NullCheck(L_22); String_t* L_23; L_23 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25 = V_0; NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_25, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_24)), 0, _stringLiteral34202956739DA5FD8C25F589724F7651D367199C, L_26, /*hidden argument*/NULL); } IL_009e: { int32_t L_27; L_27 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); V_2 = L_27; int32_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)34)))) { goto IL_00b0; } } { int32_t L_29 = V_2; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)33))))) { goto IL_00d0; } } IL_00b0: { int32_t L_30 = V_2; DtdParser_ParseExternalId_m7645254CC6E255B819BB07ED19CCB0437FAF125F(__this, L_30, 8, (String_t**)(&V_3), (String_t**)(&V_4), /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_31 = V_1; if (!L_31) { goto IL_00d6; } } { SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_32 = V_1; String_t* L_33 = V_4; NullCheck(L_32); SchemaNotation_set_SystemLiteral_m130B3E892EBAF4EAF49AE59324CC1034F5094BBE_inline(L_32, L_33, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_34 = V_1; String_t* L_35 = V_3; NullCheck(L_34); SchemaNotation_set_Pubid_mE52000D2E246F07911EFD3222028AC6F306BA9A6_inline(L_34, L_35, /*hidden argument*/NULL); goto IL_00d6; } IL_00d0: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); } IL_00d6: { int32_t L_36; L_36 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((((int32_t)L_36) == ((int32_t)((int32_t)29)))) { goto IL_00e7; } } { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); } IL_00e7: { return; } } // System.Void System.Xml.DtdParser::AddUndeclaredNotation(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_AddUndeclaredNotation_m55822FCAF440390D5B8E92A70B611F90356FFC6D (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, String_t* ___notationName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m148257C882469D381BA1DDBCAF3776BDA5F3B249_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m35A7DFA27486DFC2030FDAEE23FB43B488177E69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mBC7DCD808072C62B87F78A58313831C3A7AB6CB0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * V_0 = NULL; UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * V_1 = NULL; { Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_0 = __this->get_undeclaredNotations_31(); if (L_0) { goto IL_0013; } } { Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_1 = (Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 *)il2cpp_codegen_object_new(Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3_il2cpp_TypeInfo_var); Dictionary_2__ctor_mBC7DCD808072C62B87F78A58313831C3A7AB6CB0(L_1, /*hidden argument*/Dictionary_2__ctor_mBC7DCD808072C62B87F78A58313831C3A7AB6CB0_RuntimeMethod_var); __this->set_undeclaredNotations_31(L_1); } IL_0013: { String_t* L_2 = ___notationName0; int32_t L_3; L_3 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_4; L_4 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); String_t* L_5 = ___notationName0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_7 = (UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B *)il2cpp_codegen_object_new(UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B_il2cpp_TypeInfo_var); UndeclaredNotation__ctor_m7FFBDED56FC38644875FF424EC8028C447102629(L_7, L_2, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_6)), /*hidden argument*/NULL); V_0 = L_7; Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_8 = __this->get_undeclaredNotations_31(); String_t* L_9 = ___notationName0; NullCheck(L_8); bool L_10; L_10 = Dictionary_2_TryGetValue_m35A7DFA27486DFC2030FDAEE23FB43B488177E69(L_8, L_9, (UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m35A7DFA27486DFC2030FDAEE23FB43B488177E69_RuntimeMethod_var); if (!L_10) { goto IL_0051; } } { UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_11 = V_0; UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_12 = V_1; NullCheck(L_12); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_13 = L_12->get_next_3(); NullCheck(L_11); L_11->set_next_3(L_13); UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_14 = V_1; UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_15 = V_0; NullCheck(L_14); L_14->set_next_3(L_15); return; } IL_0051: { Dictionary_2_tA2D2059B5850FBF07B6BB759A2442A4EDCEAE3F3 * L_16 = __this->get_undeclaredNotations_31(); String_t* L_17 = ___notationName0; UndeclaredNotation_t1F530E59945B9747A96785CCFAB78E09D826008B * L_18 = V_0; NullCheck(L_16); Dictionary_2_Add_m148257C882469D381BA1DDBCAF3776BDA5F3B249(L_16, L_17, L_18, /*hidden argument*/Dictionary_2_Add_m148257C882469D381BA1DDBCAF3776BDA5F3B249_RuntimeMethod_var); return; } } // System.Void System.Xml.DtdParser::ParseComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseComment_mC4BC85998EF51416A5B738E7D90315F53A8CCAD1 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0AADDDCB10777660C04FFF62EE090971E9CB5CA); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) { bool L_0; L_0 = DtdParser_get_SaveInternalSubsetValue_mA48F2E11AFE13FF2BA5599DD788115118845A710(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0032; } } IL_000e: { RuntimeObject* L_1 = __this->get_readerAdapter_0(); StringBuilder_t * L_2 = __this->get_internalSubsetValueSb_20(); NullCheck(L_1); InterfaceActionInvoker1< StringBuilder_t * >::Invoke(17 /* System.Void System.Xml.IDtdParserAdapter::ParseComment(System.Text.StringBuilder) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_1, L_2); StringBuilder_t * L_3 = __this->get_internalSubsetValueSb_20(); NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, _stringLiteralB0AADDDCB10777660C04FFF62EE090971E9CB5CA, /*hidden argument*/NULL); goto IL_003e; } IL_0032: { RuntimeObject* L_5 = __this->get_readerAdapter_0(); NullCheck(L_5); InterfaceActionInvoker1< StringBuilder_t * >::Invoke(17 /* System.Void System.Xml.IDtdParserAdapter::ParseComment(System.Text.StringBuilder) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_5, (StringBuilder_t *)NULL); } IL_003e: { goto IL_006c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0040; } throw e; } CATCH_0040: { // begin catch(System.Xml.XmlException) { NullCheck(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); String_t* L_6; L_6 = XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761_inline(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)), /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC)), /*hidden argument*/NULL); if (!L_7) { goto IL_0068; } } IL_0051: { int32_t L_8 = __this->get_currentEntityId_22(); if (!L_8) { goto IL_0068; } } IL_0059: { DtdParser_SendValidationEvent_m4D7A7012EAF2A762787497A59B05A144DECB1233(__this, 0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD259EE6AB580E33090940BF472020FA738C8617A)), (String_t*)NULL, /*hidden argument*/NULL); goto IL_006a; } IL_0068: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtdParser_ParseComment_mC4BC85998EF51416A5B738E7D90315F53A8CCAD1_RuntimeMethod_var))); } IL_006a: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006c; } } // end catch (depth: 1) IL_006c: { DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParsePI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParsePI_m1795833CC951DDF930E377350C9E1B64427CE15F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB); s_Il2CppMethodInitialized = true; } { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); bool L_0; L_0 = DtdParser_get_SaveInternalSubsetValue_mA48F2E11AFE13FF2BA5599DD788115118845A710(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0032; } } { RuntimeObject* L_1 = __this->get_readerAdapter_0(); StringBuilder_t * L_2 = __this->get_internalSubsetValueSb_20(); NullCheck(L_1); InterfaceActionInvoker1< StringBuilder_t * >::Invoke(16 /* System.Void System.Xml.IDtdParserAdapter::ParsePI(System.Text.StringBuilder) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_1, L_2); StringBuilder_t * L_3 = __this->get_internalSubsetValueSb_20(); NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB, /*hidden argument*/NULL); goto IL_003e; } IL_0032: { RuntimeObject* L_5 = __this->get_readerAdapter_0(); NullCheck(L_5); InterfaceActionInvoker1< StringBuilder_t * >::Invoke(16 /* System.Void System.Xml.IDtdParserAdapter::ParsePI(System.Text.StringBuilder) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_5, (StringBuilder_t *)NULL); } IL_003e: { DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ParseCondSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseCondSection_m4FEE663FD51426916BC37FEC339B9879602ED4D6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD259EE6AB580E33090940BF472020FA738C8617A); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; { int32_t L_0 = __this->get_currentEntityId_22(); V_0 = L_0; int32_t L_1; L_1 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)46)))) { goto IL_00cd; } } { int32_t L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47))))) { goto IL_0134; } } { int32_t L_4; L_4 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)31))))) { goto IL_0134; } } { bool L_5 = __this->get_validate_8(); if (!L_5) { goto IL_0055; } } { int32_t L_6 = V_0; int32_t L_7 = __this->get_currentEntityId_22(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_0055; } } { int32_t L_8 = __this->get_curPos_13(); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_8, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_9, /*hidden argument*/NULL); } IL_0055: { bool L_10 = __this->get_validate_8(); if (!L_10) { goto IL_00be; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = __this->get_condSectionEntityIds_32(); if (L_11) { goto IL_0073; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_condSectionEntityIds_32(L_12); goto IL_00b0; } IL_0073: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = __this->get_condSectionEntityIds_32(); NullCheck(L_13); int32_t L_14 = __this->get_condSectionDepth_26(); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))) == ((uint32_t)L_14)))) { goto IL_00b0; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get_condSectionEntityIds_32(); NullCheck(L_15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)2))); V_2 = L_16; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = __this->get_condSectionEntityIds_32(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = __this->get_condSectionEntityIds_32(); NullCheck(L_19); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = V_2; __this->set_condSectionEntityIds_32(L_20); } IL_00b0: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = __this->get_condSectionEntityIds_32(); int32_t L_22 = __this->get_condSectionDepth_26(); int32_t L_23 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (int32_t)L_23); } IL_00be: { int32_t L_24 = __this->get_condSectionDepth_26(); __this->set_condSectionDepth_26(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); return; } IL_00cd: { int32_t L_25; L_25 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)31))))) { goto IL_0134; } } { bool L_26 = __this->get_validate_8(); if (!L_26) { goto IL_0100; } } { int32_t L_27 = V_0; int32_t L_28 = __this->get_currentEntityId_22(); if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_0100; } } { int32_t L_29 = __this->get_curPos_13(); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_29, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_30, /*hidden argument*/NULL); } IL_0100: { int32_t L_31; L_31 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)18))))) { goto IL_0134; } } { bool L_32 = __this->get_validate_8(); if (!L_32) { goto IL_013a; } } { int32_t L_33 = V_0; int32_t L_34 = __this->get_currentEntityId_22(); if ((((int32_t)L_33) == ((int32_t)L_34))) { goto IL_013a; } } { int32_t L_35 = __this->get_curPos_13(); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, L_35, 0, _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A, L_36, /*hidden argument*/NULL); return; } IL_0134: { DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A(__this, /*hidden argument*/NULL); } IL_013a: { return; } } // System.Void System.Xml.DtdParser::ParseExternalId(System.Xml.DtdParser/Token,System.Xml.DtdParser/Token,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ParseExternalId_m7645254CC6E255B819BB07ED19CCB0437FAF125F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___idTokenType0, int32_t ___declType1, String_t** ___publicId2, String_t** ___systemId3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral427B5CD0C06701810B3C126A307EAE3A6260A3C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0; L_0 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_1; L_1 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)(&V_0), L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)6)), /*hidden argument*/NULL); String_t** L_2 = ___publicId2; *((RuntimeObject **)L_2) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)NULL); String_t** L_3 = ___systemId3; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); int32_t L_4; L_4 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)1, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)35)))) { goto IL_003d; } } { int32_t L_5 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_5, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); } IL_003d: { int32_t L_6 = ___idTokenType0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)34))))) { goto IL_00d1; } } { String_t** L_7 = ___systemId3; String_t* L_8; L_8 = DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582(__this, /*hidden argument*/NULL); *((RuntimeObject **)L_7) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_8); String_t** L_9 = ___systemId3; String_t* L_10 = *((String_t**)L_9); NullCheck(L_10); int32_t L_11; L_11 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_10, ((int32_t)35), /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0098; } } { int32_t L_12 = __this->get_curPos_13(); String_t** L_13 = ___systemId3; String_t* L_14 = *((String_t**)L_13); NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; String_t** L_18 = ___systemId3; String_t* L_19 = *((String_t**)L_18); String_t** L_20 = ___systemId3; String_t* L_21 = *((String_t**)L_20); NullCheck(L_21); int32_t L_22; L_22 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_21, ((int32_t)35), /*hidden argument*/NULL); NullCheck(L_19); String_t* L_23; L_23 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_19, L_22, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_23); (L_17)->SetAt(static_cast(0), (String_t*)L_23); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_17; String_t** L_25 = ___systemId3; String_t* L_26 = *((String_t**)L_25); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(1), (String_t*)L_26); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_15)), (int32_t)1)), _stringLiteral427B5CD0C06701810B3C126A307EAE3A6260A3C9, L_24, /*hidden argument*/NULL); } IL_0098: { int32_t L_27 = ___declType1; if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)36))))) { goto IL_0227; } } { bool L_28 = __this->get_freeFloatingDtd_23(); if (L_28) { goto IL_0227; } } { LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_29 = __this->get_address_of_literalLineInfo_27(); int32_t* L_30 = L_29->get_address_of_linePos_1(); int32_t* L_31 = L_30; int32_t L_32 = *((int32_t*)L_31); *((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); RuntimeObject* L_33 = __this->get_readerAdapter_0(); String_t** L_34 = ___systemId3; String_t* L_35 = *((String_t**)L_34); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_36 = V_0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_37 = __this->get_literalLineInfo_27(); NullCheck(L_33); InterfaceActionInvoker3< String_t*, LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE , LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE >::Invoke(22 /* System.Void System.Xml.IDtdParserAdapter::OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_33, L_35, L_36, L_37); return; } IL_00d1: { String_t** L_38 = ___publicId2; String_t* L_39; L_39 = DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582(__this, /*hidden argument*/NULL); *((RuntimeObject **)L_38) = (RuntimeObject *)L_39; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_38, (void*)(RuntimeObject *)L_39); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_40 = __this->get_address_of_xmlCharType_4(); String_t** L_41 = ___publicId2; String_t* L_42 = *((String_t**)L_41); int32_t L_43; L_43 = XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_40, L_42, /*hidden argument*/NULL); int32_t L_44 = L_43; V_1 = L_44; if ((((int32_t)L_44) < ((int32_t)0))) { goto IL_0106; } } { int32_t L_45 = __this->get_curPos_13(); String_t** L_46 = ___publicId2; String_t* L_47 = *((String_t**)L_46); NullCheck(L_47); int32_t L_48; L_48 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_47, /*hidden argument*/NULL); int32_t L_49 = V_1; String_t** L_50 = ___publicId2; String_t* L_51 = *((String_t**)L_50); int32_t L_52 = V_1; DtdParser_ThrowInvalidChar_mE230D35A6EC9CCBBFA9A20C94E501DAC174969EA(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)), (int32_t)L_48)), (int32_t)L_49)), L_51, L_52, /*hidden argument*/NULL); } IL_0106: { int32_t L_53 = ___declType1; if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)36))))) { goto IL_01c3; } } { bool L_54 = __this->get_freeFloatingDtd_23(); if (L_54) { goto IL_01c3; } } { LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_55 = __this->get_address_of_literalLineInfo_27(); int32_t* L_56 = L_55->get_address_of_linePos_1(); int32_t* L_57 = L_56; int32_t L_58 = *((int32_t*)L_57); *((int32_t*)L_57) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); RuntimeObject* L_59 = __this->get_readerAdapter_0(); String_t** L_60 = ___publicId2; String_t* L_61 = *((String_t**)L_60); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_62 = V_0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_63 = __this->get_literalLineInfo_27(); NullCheck(L_59); InterfaceActionInvoker3< String_t*, LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE , LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE >::Invoke(23 /* System.Void System.Xml.IDtdParserAdapter::OnPublicId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_59, L_61, L_62, L_63); int32_t L_64; L_64 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)35))))) { goto IL_01ac; } } { bool L_65 = __this->get_whitespaceSeen_17(); if (L_65) { goto IL_017d; } } { Il2CppChar L_66 = __this->get_literalQuoteChar_28(); String_t* L_67; L_67 = String_CreateString_m4CBF2A74FB65655B0BB1452CA748E9CF78D974ED(NULL, L_66, 1, /*hidden argument*/NULL); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_68 = __this->get_address_of_literalLineInfo_27(); int32_t L_69 = L_68->get_lineNo_0(); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_70 = __this->get_address_of_literalLineInfo_27(); int32_t L_71 = L_70->get_linePos_1(); DtdParser_Throw_mA2BC7B0AEECD4FDF81220C8F55884A16512D6C66(__this, _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36, L_67, L_69, L_71, /*hidden argument*/NULL); } IL_017d: { String_t** L_72 = ___systemId3; String_t* L_73; L_73 = DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582(__this, /*hidden argument*/NULL); *((RuntimeObject **)L_72) = (RuntimeObject *)L_73; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_72, (void*)(RuntimeObject *)L_73); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_74 = __this->get_address_of_literalLineInfo_27(); int32_t* L_75 = L_74->get_address_of_linePos_1(); int32_t* L_76 = L_75; int32_t L_77 = *((int32_t*)L_76); *((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); RuntimeObject* L_78 = __this->get_readerAdapter_0(); String_t** L_79 = ___systemId3; String_t* L_80 = *((String_t**)L_79); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_81 = V_0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_82 = __this->get_literalLineInfo_27(); NullCheck(L_78); InterfaceActionInvoker3< String_t*, LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE , LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE >::Invoke(22 /* System.Void System.Xml.IDtdParserAdapter::OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_78, L_80, L_81, L_82); return; } IL_01ac: { int32_t L_83 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_83, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); return; } IL_01c3: { int32_t L_84; L_84 = DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F(__this, (bool)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)35))))) { goto IL_020d; } } { bool L_85 = __this->get_whitespaceSeen_17(); if (L_85) { goto IL_0203; } } { Il2CppChar L_86 = __this->get_literalQuoteChar_28(); String_t* L_87; L_87 = String_CreateString_m4CBF2A74FB65655B0BB1452CA748E9CF78D974ED(NULL, L_86, 1, /*hidden argument*/NULL); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_88 = __this->get_address_of_literalLineInfo_27(); int32_t L_89 = L_88->get_lineNo_0(); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_90 = __this->get_address_of_literalLineInfo_27(); int32_t L_91 = L_90->get_linePos_1(); DtdParser_Throw_mA2BC7B0AEECD4FDF81220C8F55884A16512D6C66(__this, _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36, L_87, L_89, L_91, /*hidden argument*/NULL); } IL_0203: { String_t** L_92 = ___systemId3; String_t* L_93; L_93 = DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582(__this, /*hidden argument*/NULL); *((RuntimeObject **)L_92) = (RuntimeObject *)L_93; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_92, (void*)(RuntimeObject *)L_93); return; } IL_020d: { int32_t L_94 = ___declType1; if ((((int32_t)L_94) == ((int32_t)8))) { goto IL_0227; } } { int32_t L_95 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_95, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); } IL_0227: { return; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::GetToken(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_GetToken_mB7C3B201F045B4BD603634DCB2A87373AF027D5F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___needWhiteSpace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; { __this->set_whitespaceSeen_17((bool)0); } IL_0007: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)13))))) { goto IL_003f; } } { Il2CppChar L_5 = V_0; if (!L_5) { goto IL_0054; } } { Il2CppChar L_6 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)9)))) { case 0: { goto IL_014d; } case 1: { goto IL_0082; } case 2: { goto IL_01c0; } case 3: { goto IL_01c0; } case 4: { goto IL_00ad; } } } { goto IL_01c0; } IL_003f: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_014d; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)37)))) { goto IL_0167; } } { goto IL_01c0; } IL_0054: { int32_t L_9 = __this->get_curPos_13(); int32_t L_10 = __this->get_charsUsed_12(); if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0388; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = __this->get_chars_11(); int32_t L_12 = __this->get_charsUsed_12(); int32_t L_13 = __this->get_curPos_13(); DtdParser_ThrowInvalidChar_m13B8EC1001A9326892B6D9555AC87829ADCBD18C(__this, L_11, L_12, L_13, /*hidden argument*/NULL); goto IL_0388; } IL_0082: { __this->set_whitespaceSeen_17((bool)1); int32_t L_14 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); RuntimeObject* L_15 = __this->get_readerAdapter_0(); int32_t L_16 = __this->get_curPos_13(); NullCheck(L_15); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_15, L_16); goto IL_0007; } IL_00ad: { __this->set_whitespaceSeen_17((bool)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = __this->get_chars_11(); int32_t L_18 = __this->get_curPos_13(); NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast(L_19)); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)10))))) { goto IL_00fa; } } { bool L_21; L_21 = DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10_inline(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_00ea; } } { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); RuntimeObject* L_22 = __this->get_readerAdapter_0(); RuntimeObject* L_23 = L_22; NullCheck(L_23); int32_t L_24; L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_23); V_1 = L_24; int32_t L_25 = V_1; NullCheck(L_23); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); } IL_00ea: { int32_t L_26 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2))); goto IL_0137; } IL_00fa: { int32_t L_27 = __this->get_curPos_13(); int32_t L_28 = __this->get_charsUsed_12(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) < ((int32_t)L_28))) { goto IL_011a; } } { RuntimeObject* L_29 = __this->get_readerAdapter_0(); NullCheck(L_29); bool L_30; L_30 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_29); if (!L_30) { goto IL_0388; } } IL_011a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = __this->get_chars_11(); int32_t L_32 = __this->get_curPos_13(); NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (Il2CppChar)((int32_t)10)); int32_t L_33 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); } IL_0137: { RuntimeObject* L_34 = __this->get_readerAdapter_0(); int32_t L_35 = __this->get_curPos_13(); NullCheck(L_34); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_34, L_35); goto IL_0007; } IL_014d: { __this->set_whitespaceSeen_17((bool)1); int32_t L_36 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); goto IL_0007; } IL_0167: { int32_t L_37 = __this->get_charsUsed_12(); int32_t L_38 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38))) < ((int32_t)2))) { goto IL_0388; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_39 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_40 = __this->get_chars_11(); int32_t L_41 = __this->get_curPos_13(); NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast(L_42)); bool L_44; L_44 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_39, L_43, /*hidden argument*/NULL); if (L_44) { goto IL_01c0; } } { bool L_45; L_45 = DtdParser_get_IgnoreEntityReferences_m34E989F65263B618059B84CF058B3526F30CB478(__this, /*hidden argument*/NULL); if (!L_45) { goto IL_01b1; } } { int32_t L_46 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); goto IL_0007; } IL_01b1: { bool L_47; L_47 = DtdParser_HandleEntityReference_mAD7EC14CC28448618EC4C386AA1A8C49FAFC396F(__this, (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); goto IL_0007; } IL_01c0: { bool L_48 = ___needWhiteSpace0; if (!L_48) { goto IL_01f2; } } { bool L_49 = __this->get_whitespaceSeen_17(); if (L_49) { goto IL_01f2; } } { int32_t L_50 = __this->get_scanningFunction_14(); if ((((int32_t)L_50) == ((int32_t)((int32_t)32)))) { goto IL_01f2; } } { int32_t L_51 = __this->get_curPos_13(); int32_t L_52 = __this->get_curPos_13(); String_t* L_53; L_53 = DtdParser_ParseUnexpectedToken_m6BD8CD51F6D2F8C84CE81D9A308F456A7397DA75(__this, L_52, /*hidden argument*/NULL); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, L_51, _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36, L_53, /*hidden argument*/NULL); } IL_01f2: { int32_t L_54 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_54); } IL_01fe: { int32_t L_55 = __this->get_scanningFunction_14(); V_2 = L_55; int32_t L_56 = V_2; switch (L_56) { case 0: { goto IL_02a9; } case 1: { goto IL_0294; } case 2: { goto IL_029b; } case 3: { goto IL_02a2; } case 4: { goto IL_02b0; } case 5: { goto IL_02b7; } case 6: { goto IL_02be; } case 7: { goto IL_02c5; } case 8: { goto IL_02cc; } case 9: { goto IL_02d3; } case 10: { goto IL_02da; } case 11: { goto IL_02e1; } case 12: { goto IL_02e8; } case 13: { goto IL_02ef; } case 14: { goto IL_02f6; } case 15: { goto IL_02fd; } case 16: { goto IL_0304; } case 17: { goto IL_030b; } case 18: { goto IL_0312; } case 19: { goto IL_0319; } case 20: { goto IL_033c; } case 21: { goto IL_0343; } case 22: { goto IL_034a; } case 23: { goto IL_0320; } case 24: { goto IL_0351; } case 25: { goto IL_0358; } case 26: { goto IL_035f; } case 27: { goto IL_0385; } case 28: { goto IL_0327; } case 29: { goto IL_032e; } case 30: { goto IL_0335; } case 31: { goto IL_0366; } case 32: { goto IL_036d; } } } { goto IL_0385; } IL_0294: { int32_t L_57; L_57 = DtdParser_ScanNameExpected_m3FD29F52C7D943C6E24335ED11853C5CE786265B(__this, /*hidden argument*/NULL); return L_57; } IL_029b: { int32_t L_58; L_58 = DtdParser_ScanQNameExpected_m0628CEF1404329AD748B3E36DCCEF1F9EC6AAB9D(__this, /*hidden argument*/NULL); return L_58; } IL_02a2: { int32_t L_59; L_59 = DtdParser_ScanNmtokenExpected_mE8B5ACE2FC0DF782014D3E83204C832110278992(__this, /*hidden argument*/NULL); return L_59; } IL_02a9: { int32_t L_60; L_60 = DtdParser_ScanSubsetContent_m0B4988B595742D989C0400B705D84E382C1D6160(__this, /*hidden argument*/NULL); return L_60; } IL_02b0: { int32_t L_61; L_61 = DtdParser_ScanDoctype1_mAD2D28FACE8708911EB9BCDFD6931E224367B323(__this, /*hidden argument*/NULL); return L_61; } IL_02b7: { int32_t L_62; L_62 = DtdParser_ScanDoctype2_m8BEC334D6E6732BE4D34A341C4AD85E81EFE8045(__this, /*hidden argument*/NULL); return L_62; } IL_02be: { int32_t L_63; L_63 = DtdParser_ScanElement1_m96A48E0C9638B7BA75928AA490DFE9E2A1ACD0BC(__this, /*hidden argument*/NULL); return L_63; } IL_02c5: { int32_t L_64; L_64 = DtdParser_ScanElement2_m7040DFA9F00421A3EB5981D0B736EE232EBC7643(__this, /*hidden argument*/NULL); return L_64; } IL_02cc: { int32_t L_65; L_65 = DtdParser_ScanElement3_m04D0359746AC4A20C927D274D71D876B16801C91(__this, /*hidden argument*/NULL); return L_65; } IL_02d3: { int32_t L_66; L_66 = DtdParser_ScanElement4_m2F8C4EAB4A5B2588C8EA37E827E4921B556E765A(__this, /*hidden argument*/NULL); return L_66; } IL_02da: { int32_t L_67; L_67 = DtdParser_ScanElement5_mE10AAB36033106C577F2173738F373E7F6D5F06B(__this, /*hidden argument*/NULL); return L_67; } IL_02e1: { int32_t L_68; L_68 = DtdParser_ScanElement6_mFB3551A6CB563C9A9347790CE3E48FE8E3E13561(__this, /*hidden argument*/NULL); return L_68; } IL_02e8: { int32_t L_69; L_69 = DtdParser_ScanElement7_m8A1B96CD7B7FFA54F46A8362E4E360C36CE4BCB3(__this, /*hidden argument*/NULL); return L_69; } IL_02ef: { int32_t L_70; L_70 = DtdParser_ScanAttlist1_m6EE34513AE6ABB03E9B0D7EE8263BB932724A77A(__this, /*hidden argument*/NULL); return L_70; } IL_02f6: { int32_t L_71; L_71 = DtdParser_ScanAttlist2_m18B52123ED8BA51CD64AA1DB00F46E017A8E1B39(__this, /*hidden argument*/NULL); return L_71; } IL_02fd: { int32_t L_72; L_72 = DtdParser_ScanAttlist3_m87D5EADE52E94923E1800B0971EB05FF9B5236FE(__this, /*hidden argument*/NULL); return L_72; } IL_0304: { int32_t L_73; L_73 = DtdParser_ScanAttlist4_mCB75A80671A50FE72634BBF50D18A41C83BBF5E2(__this, /*hidden argument*/NULL); return L_73; } IL_030b: { int32_t L_74; L_74 = DtdParser_ScanAttlist5_m5C9EC4B4151097877BCA8EF98FC47441D3399D10(__this, /*hidden argument*/NULL); return L_74; } IL_0312: { int32_t L_75; L_75 = DtdParser_ScanAttlist6_mE9DAB1AD1ACFBBC852DC557D10C333835AD7C1FE(__this, /*hidden argument*/NULL); return L_75; } IL_0319: { int32_t L_76; L_76 = DtdParser_ScanAttlist7_m430FBFE530A2239C3C7552920BAF97F6E5920A92(__this, /*hidden argument*/NULL); return L_76; } IL_0320: { int32_t L_77; L_77 = DtdParser_ScanNotation1_m0DEB0B55D70E791C8D9FD5C6713A5E474D0F7402(__this, /*hidden argument*/NULL); return L_77; } IL_0327: { int32_t L_78; L_78 = DtdParser_ScanSystemId_m2255EB934F98800B8FF4E964C0F14E95627E6A3C(__this, /*hidden argument*/NULL); return L_78; } IL_032e: { int32_t L_79; L_79 = DtdParser_ScanPublicId1_m32E69105EC36334634753FEC7718F7C2518986F7(__this, /*hidden argument*/NULL); return L_79; } IL_0335: { int32_t L_80; L_80 = DtdParser_ScanPublicId2_m1B3CD4139087A7FFBD93F3F12FEDD62CA94FA95C(__this, /*hidden argument*/NULL); return L_80; } IL_033c: { int32_t L_81; L_81 = DtdParser_ScanEntity1_m2869DF813A44798E7E30AB9FD2D5ABB6C5FC0D67(__this, /*hidden argument*/NULL); return L_81; } IL_0343: { int32_t L_82; L_82 = DtdParser_ScanEntity2_m511FE3C6F9AD1C43F53C8A5315F27272235234A6(__this, /*hidden argument*/NULL); return L_82; } IL_034a: { int32_t L_83; L_83 = DtdParser_ScanEntity3_mB5CFEEDE1BECC40F148BFAD4D6B39686AF18F396(__this, /*hidden argument*/NULL); return L_83; } IL_0351: { int32_t L_84; L_84 = DtdParser_ScanCondSection1_m596220E9678E84F03FAD03B1F965E650057703A6(__this, /*hidden argument*/NULL); return L_84; } IL_0358: { int32_t L_85; L_85 = DtdParser_ScanCondSection2_m02DBE86F64CD51B20E99F0ADDDEC817C693C8BF4(__this, /*hidden argument*/NULL); return L_85; } IL_035f: { int32_t L_86; L_86 = DtdParser_ScanCondSection3_m13595B2666A8A507D0793C3A4024D6488E1451A4(__this, /*hidden argument*/NULL); return L_86; } IL_0366: { int32_t L_87; L_87 = DtdParser_ScanClosingTag_m76FA4B57E01BB15529455036E83CFC20FE33C20E(__this, /*hidden argument*/NULL); return L_87; } IL_036d: { __this->set_whitespaceSeen_17((bool)1); int32_t L_88 = __this->get_savedScanningFunction_16(); __this->set_scanningFunction_14(L_88); goto IL_01fe; } IL_0385: { return (int32_t)(((int32_t)9)); } IL_0388: { RuntimeObject* L_89 = __this->get_readerAdapter_0(); NullCheck(L_89); bool L_90; L_90 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_89); if (L_90) { goto IL_03a0; } } { int32_t L_91; L_91 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_91) { goto IL_0007; } } IL_03a0: { bool L_92; L_92 = DtdParser_HandleEntityEnd_m354C09D9399AD3C91FCA518ED0BE71D4F5BCC78B(__this, (bool)0, /*hidden argument*/NULL); if (L_92) { goto IL_0007; } } { int32_t L_93 = __this->get_scanningFunction_14(); if (L_93) { goto IL_03b7; } } { return (int32_t)(((int32_t)19)); } IL_03b7: { int32_t L_94 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_94, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); goto IL_0007; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanSubsetContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSubsetContent_m0B4988B595742D989C0400B705D84E382C1D6160 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; IL_0000: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)60)))) { goto IL_0020; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)93)))) { goto IL_0453; } } { goto IL_04f3; } IL_0020: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get_chars_11(); int32_t L_7 = __this->get_curPos_13(); NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); V_0 = L_9; Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)33)))) { goto IL_0042; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)63)))) { goto IL_041b; } } { goto IL_042c; } IL_0042: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = __this->get_chars_11(); int32_t L_13 = __this->get_curPos_13(); NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); V_0 = L_15; Il2CppChar L_16 = V_0; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)65))))) { goto IL_006c; } } { Il2CppChar L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)45)))) { goto IL_03a3; } } { Il2CppChar L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)65)))) { goto IL_0206; } } { goto IL_03f0; } IL_006c: { Il2CppChar L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)69)))) { goto IL_0086; } } { Il2CppChar L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)78)))) { goto IL_02be; } } { Il2CppChar L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)91)))) { goto IL_038a; } } { goto IL_03f0; } IL_0086: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = __this->get_chars_11(); int32_t L_23 = __this->get_curPos_13(); NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)3)); uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast(L_24)); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)76))))) { goto IL_0140; } } { int32_t L_26 = __this->get_charsUsed_12(); int32_t L_27 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))) < ((int32_t)((int32_t)9)))) { goto IL_0513; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = __this->get_chars_11(); int32_t L_29 = __this->get_curPos_13(); NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)4)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)69))))) { goto IL_010f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = __this->get_chars_11(); int32_t L_33 = __this->get_curPos_13(); NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)5)); uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast(L_34)); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)77))))) { goto IL_010f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = __this->get_chars_11(); int32_t L_37 = __this->get_curPos_13(); NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)6)); uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast(L_38)); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)69))))) { goto IL_010f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_40 = __this->get_chars_11(); int32_t L_41 = __this->get_curPos_13(); NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)7)); uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast(L_42)); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)78))))) { goto IL_010f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = __this->get_chars_11(); int32_t L_45 = __this->get_curPos_13(); NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)8)); uint16_t L_47 = (uint16_t)(L_44)->GetAt(static_cast(L_46)); if ((((int32_t)L_47) == ((int32_t)((int32_t)84)))) { goto IL_0120; } } IL_010f: { int32_t L_48 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_48, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); } IL_0120: { int32_t L_49 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)((int32_t)9)))); __this->set_scanningFunction_14(2); __this->set_nextScaningFunction_15(6); return (int32_t)(((int32_t)12)); } IL_0140: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_50 = __this->get_chars_11(); int32_t L_51 = __this->get_curPos_13(); NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)3)); uint16_t L_53 = (uint16_t)(L_50)->GetAt(static_cast(L_52)); if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)78))))) { goto IL_01df; } } { int32_t L_54 = __this->get_charsUsed_12(); int32_t L_55 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55))) < ((int32_t)8))) { goto IL_0513; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_56 = __this->get_chars_11(); int32_t L_57 = __this->get_curPos_13(); NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)4)); uint16_t L_59 = (uint16_t)(L_56)->GetAt(static_cast(L_58)); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)84))))) { goto IL_01b5; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = __this->get_chars_11(); int32_t L_61 = __this->get_curPos_13(); NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)5)); uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast(L_62)); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)73))))) { goto IL_01b5; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_64 = __this->get_chars_11(); int32_t L_65 = __this->get_curPos_13(); NullCheck(L_64); int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)6)); uint16_t L_67 = (uint16_t)(L_64)->GetAt(static_cast(L_66)); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)84))))) { goto IL_01b5; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_68 = __this->get_chars_11(); int32_t L_69 = __this->get_curPos_13(); NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)7)); uint16_t L_71 = (uint16_t)(L_68)->GetAt(static_cast(L_70)); if ((((int32_t)L_71) == ((int32_t)((int32_t)89)))) { goto IL_01c6; } } IL_01b5: { int32_t L_72 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_72, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); } IL_01c6: { int32_t L_73 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)8))); __this->set_scanningFunction_14(((int32_t)20)); return (int32_t)(((int32_t)13)); } IL_01df: { int32_t L_74 = __this->get_charsUsed_12(); int32_t L_75 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75))) < ((int32_t)4))) { goto IL_0513; } } { int32_t L_76 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_76, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } IL_0206: { int32_t L_77 = __this->get_charsUsed_12(); int32_t L_78 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78))) < ((int32_t)((int32_t)9)))) { goto IL_0513; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_79 = __this->get_chars_11(); int32_t L_80 = __this->get_curPos_13(); NullCheck(L_79); int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)3)); uint16_t L_82 = (uint16_t)(L_79)->GetAt(static_cast(L_81)); if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)84))))) { goto IL_028c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_83 = __this->get_chars_11(); int32_t L_84 = __this->get_curPos_13(); NullCheck(L_83); int32_t L_85 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)4)); uint16_t L_86 = (uint16_t)(L_83)->GetAt(static_cast(L_85)); if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)84))))) { goto IL_028c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_87 = __this->get_chars_11(); int32_t L_88 = __this->get_curPos_13(); NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)5)); uint16_t L_90 = (uint16_t)(L_87)->GetAt(static_cast(L_89)); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)76))))) { goto IL_028c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_91 = __this->get_chars_11(); int32_t L_92 = __this->get_curPos_13(); NullCheck(L_91); int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)6)); uint16_t L_94 = (uint16_t)(L_91)->GetAt(static_cast(L_93)); if ((!(((uint32_t)L_94) == ((uint32_t)((int32_t)73))))) { goto IL_028c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_95 = __this->get_chars_11(); int32_t L_96 = __this->get_curPos_13(); NullCheck(L_95); int32_t L_97 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)7)); uint16_t L_98 = (uint16_t)(L_95)->GetAt(static_cast(L_97)); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)83))))) { goto IL_028c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_99 = __this->get_chars_11(); int32_t L_100 = __this->get_curPos_13(); NullCheck(L_99); int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)8)); uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast(L_101)); if ((((int32_t)L_102) == ((int32_t)((int32_t)84)))) { goto IL_029d; } } IL_028c: { int32_t L_103 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_103, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); } IL_029d: { int32_t L_104 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)((int32_t)9)))); __this->set_scanningFunction_14(2); __this->set_nextScaningFunction_15(((int32_t)13)); return (int32_t)(((int32_t)11)); } IL_02be: { int32_t L_105 = __this->get_charsUsed_12(); int32_t L_106 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_106))) < ((int32_t)((int32_t)10)))) { goto IL_0513; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_107 = __this->get_chars_11(); int32_t L_108 = __this->get_curPos_13(); NullCheck(L_107); int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)3)); uint16_t L_110 = (uint16_t)(L_107)->GetAt(static_cast(L_109)); if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)79))))) { goto IL_0358; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_111 = __this->get_chars_11(); int32_t L_112 = __this->get_curPos_13(); NullCheck(L_111); int32_t L_113 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)4)); uint16_t L_114 = (uint16_t)(L_111)->GetAt(static_cast(L_113)); if ((!(((uint32_t)L_114) == ((uint32_t)((int32_t)84))))) { goto IL_0358; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_115 = __this->get_chars_11(); int32_t L_116 = __this->get_curPos_13(); NullCheck(L_115); int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)5)); uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast(L_117)); if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)65))))) { goto IL_0358; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_119 = __this->get_chars_11(); int32_t L_120 = __this->get_curPos_13(); NullCheck(L_119); int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)6)); uint16_t L_122 = (uint16_t)(L_119)->GetAt(static_cast(L_121)); if ((!(((uint32_t)L_122) == ((uint32_t)((int32_t)84))))) { goto IL_0358; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_123 = __this->get_chars_11(); int32_t L_124 = __this->get_curPos_13(); NullCheck(L_123); int32_t L_125 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)7)); uint16_t L_126 = (uint16_t)(L_123)->GetAt(static_cast(L_125)); if ((!(((uint32_t)L_126) == ((uint32_t)((int32_t)73))))) { goto IL_0358; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_127 = __this->get_chars_11(); int32_t L_128 = __this->get_curPos_13(); NullCheck(L_127); int32_t L_129 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)8)); uint16_t L_130 = (uint16_t)(L_127)->GetAt(static_cast(L_129)); if ((!(((uint32_t)L_130) == ((uint32_t)((int32_t)79))))) { goto IL_0358; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_131 = __this->get_chars_11(); int32_t L_132 = __this->get_curPos_13(); NullCheck(L_131); int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)((int32_t)9))); uint16_t L_134 = (uint16_t)(L_131)->GetAt(static_cast(L_133)); if ((((int32_t)L_134) == ((int32_t)((int32_t)78)))) { goto IL_0369; } } IL_0358: { int32_t L_135 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_135, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); } IL_0369: { int32_t L_136 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)((int32_t)10)))); __this->set_scanningFunction_14(1); __this->set_nextScaningFunction_15(((int32_t)23)); return (int32_t)(((int32_t)14)); } IL_038a: { int32_t L_137 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)3))); __this->set_scanningFunction_14(((int32_t)24)); return (int32_t)(((int32_t)17)); } IL_03a3: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_138 = __this->get_chars_11(); int32_t L_139 = __this->get_curPos_13(); NullCheck(L_138); int32_t L_140 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)3)); uint16_t L_141 = (uint16_t)(L_138)->GetAt(static_cast(L_140)); if ((!(((uint32_t)L_141) == ((uint32_t)((int32_t)45))))) { goto IL_03c7; } } { int32_t L_142 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)4))); return (int32_t)(((int32_t)15)); } IL_03c7: { int32_t L_143 = __this->get_charsUsed_12(); int32_t L_144 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_143, (int32_t)L_144))) < ((int32_t)4))) { goto IL_0513; } } { int32_t L_145 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_145, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); goto IL_0513; } IL_03f0: { int32_t L_146 = __this->get_charsUsed_12(); int32_t L_147 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)L_147))) < ((int32_t)3))) { goto IL_0513; } } { int32_t L_148 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)2)), _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); goto IL_0513; } IL_041b: { int32_t L_149 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)2))); return (int32_t)(((int32_t)16)); } IL_042c: { int32_t L_150 = __this->get_charsUsed_12(); int32_t L_151 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)L_151))) < ((int32_t)2))) { goto IL_0513; } } { int32_t L_152 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_152, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } IL_0453: { int32_t L_153 = __this->get_charsUsed_12(); int32_t L_154 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)L_154))) >= ((int32_t)2))) { goto IL_0473; } } { RuntimeObject* L_155 = __this->get_readerAdapter_0(); NullCheck(L_155); bool L_156; L_156 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_155); if (!L_156) { goto IL_0513; } } IL_0473: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_157 = __this->get_chars_11(); int32_t L_158 = __this->get_curPos_13(); NullCheck(L_157); int32_t L_159 = ((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)1)); uint16_t L_160 = (uint16_t)(L_157)->GetAt(static_cast(L_159)); if ((((int32_t)L_160) == ((int32_t)((int32_t)93)))) { goto IL_049f; } } { int32_t L_161 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1))); __this->set_scanningFunction_14(((int32_t)31)); return (int32_t)(((int32_t)32)); } IL_049f: { int32_t L_162 = __this->get_charsUsed_12(); int32_t L_163 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)L_163))) >= ((int32_t)3))) { goto IL_04bc; } } { RuntimeObject* L_164 = __this->get_readerAdapter_0(); NullCheck(L_164); bool L_165; L_165 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_164); if (!L_165) { goto IL_0513; } } IL_04bc: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_166 = __this->get_chars_11(); int32_t L_167 = __this->get_curPos_13(); NullCheck(L_166); int32_t L_168 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1)); uint16_t L_169 = (uint16_t)(L_166)->GetAt(static_cast(L_168)); if ((!(((uint32_t)L_169) == ((uint32_t)((int32_t)93))))) { goto IL_04f3; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_170 = __this->get_chars_11(); int32_t L_171 = __this->get_curPos_13(); NullCheck(L_170); int32_t L_172 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)2)); uint16_t L_173 = (uint16_t)(L_170)->GetAt(static_cast(L_172)); if ((!(((uint32_t)L_173) == ((uint32_t)((int32_t)62))))) { goto IL_04f3; } } { int32_t L_174 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)3))); return (int32_t)(((int32_t)18)); } IL_04f3: { int32_t L_175 = __this->get_charsUsed_12(); int32_t L_176 = __this->get_curPos_13(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_175, (int32_t)L_176))) { goto IL_0513; } } { int32_t L_177 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_177, _stringLiteral324ECCE6E181944A23FC9126AE81680CA09C93D4, /*hidden argument*/NULL); } IL_0513: { int32_t L_178; L_178 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_178) { goto IL_0000; } } { int32_t L_179 = __this->get_charsUsed_12(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_179, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); goto IL_0000; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNameExpected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNameExpected_m3FD29F52C7D943C6E24335ED11853C5CE786265B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { DtdParser_ScanName_m68E02DF68D0D64AA3CE9DA317F08444A45C396D1(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_nextScaningFunction_15(); __this->set_scanningFunction_14(L_0); return (int32_t)(((int32_t)24)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanQNameExpected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanQNameExpected_m0628CEF1404329AD748B3E36DCCEF1F9EC6AAB9D (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { DtdParser_ScanQName_mB02ED44C73FFAAF8A9C6C10D44F7C32EAF00B8DC(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_nextScaningFunction_15(); __this->set_scanningFunction_14(L_0); return (int32_t)(((int32_t)23)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNmtokenExpected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNmtokenExpected_mE8B5ACE2FC0DF782014D3E83204C832110278992 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { DtdParser_ScanNmtoken_mA8DA56F1861A144EC1F4B51E26213D09629C957E(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_nextScaningFunction_15(); __this->set_scanningFunction_14(L_0); return (int32_t)(((int32_t)25)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanDoctype1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype1_mAD2D28FACE8708911EB9BCDFD6931E224367B323 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)80))))) { goto IL_0025; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)62)))) { goto IL_00a2; } } { Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)80)))) { goto IL_0034; } } { goto IL_00ba; } IL_0025: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)83)))) { goto IL_005f; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)91)))) { goto IL_008a; } } { goto IL_00ba; } IL_0034: { bool L_9; L_9 = DtdParser_EatPublicKeyword_mFA3045751D92260847D954B679F4A535BBE7A0E3(__this, /*hidden argument*/NULL); if (L_9) { goto IL_004d; } } { int32_t L_10 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_10, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); } IL_004d: { __this->set_nextScaningFunction_15(5); __this->set_scanningFunction_14(((int32_t)29)); return (int32_t)(((int32_t)33)); } IL_005f: { bool L_11; L_11 = DtdParser_EatSystemKeyword_m435D865460A8D05EB3B37417B78EE8D4A67B7C43(__this, /*hidden argument*/NULL); if (L_11) { goto IL_0078; } } { int32_t L_12 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_12, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); } IL_0078: { __this->set_nextScaningFunction_15(5); __this->set_scanningFunction_14(((int32_t)28)); return (int32_t)(((int32_t)34)); } IL_008a: { int32_t L_13 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)31)); } IL_00a2: { int32_t L_14 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)29)); } IL_00ba: { int32_t L_15 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_15, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanDoctype2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype2_m8BEC334D6E6732BE4D34A341C4AD85E81EFE8045 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)62)))) { goto IL_0030; } } { Il2CppChar L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)91))))) { goto IL_0048; } } { int32_t L_6 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)31)); } IL_0030: { int32_t L_7 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)29)); } IL_0048: { int32_t L_8 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_8, _stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanClosingTag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanClosingTag_m76FA4B57E01BB15529455036E83CFC20FE33C20E (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) == ((int32_t)((int32_t)62)))) { goto IL_0022; } } { int32_t L_4 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, L_4, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); } IL_0022: { int32_t L_5 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)29)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement1_m96A48E0C9638B7BA75928AA490DFE9E2A1ACD0BC (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; IL_0000: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)40)))) { goto IL_0025; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)65)))) { goto IL_00bb; } } { Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)69)))) { goto IL_003d; } } { goto IL_010a; } IL_0025: { __this->set_scanningFunction_14(7); int32_t L_7 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return (int32_t)(((int32_t)27)); } IL_003d: { int32_t L_8 = __this->get_charsUsed_12(); int32_t L_9 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) < ((int32_t)5))) { goto IL_011b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_chars_11(); int32_t L_11 = __this->get_curPos_13(); NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)77))))) { goto IL_010a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = __this->get_chars_11(); int32_t L_15 = __this->get_curPos_13(); NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)2)); uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)80))))) { goto IL_010a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = __this->get_chars_11(); int32_t L_19 = __this->get_curPos_13(); NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)3)); uint16_t L_21 = (uint16_t)(L_18)->GetAt(static_cast(L_20)); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)84))))) { goto IL_010a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = __this->get_chars_11(); int32_t L_23 = __this->get_curPos_13(); NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)4)); uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast(L_24)); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)89))))) { goto IL_010a; } } { int32_t L_26 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)5))); __this->set_scanningFunction_14(((int32_t)31)); return (int32_t)(((int32_t)45)); } IL_00bb: { int32_t L_27 = __this->get_charsUsed_12(); int32_t L_28 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))) < ((int32_t)3))) { goto IL_011b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = __this->get_chars_11(); int32_t L_30 = __this->get_curPos_13(); NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)78))))) { goto IL_010a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = __this->get_chars_11(); int32_t L_34 = __this->get_curPos_13(); NullCheck(L_33); int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2)); uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)89))))) { goto IL_010a; } } { int32_t L_37 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)3))); __this->set_scanningFunction_14(((int32_t)31)); return (int32_t)(((int32_t)44)); } IL_010a: { int32_t L_38 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_38, _stringLiteralF2F28D0DCD35D90C0A1A591C99FD816AC6E36CB9, /*hidden argument*/NULL); } IL_011b: { int32_t L_39; L_39 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_39) { goto IL_0000; } } { int32_t L_40 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_40, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); goto IL_0000; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement2_m7040DFA9F00421A3EB5981D0B736EE232EBC7643 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE37FDA7277F15534CECEDAEFDA7350672DC07A1D); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)35))))) { goto IL_00dd; } } { goto IL_002f; } IL_0016: { int32_t L_4; L_4 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { int32_t L_5 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_5, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); } IL_002f: { int32_t L_6 = __this->get_charsUsed_12(); int32_t L_7 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) < ((int32_t)7))) { goto IL_0016; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = __this->get_chars_11(); int32_t L_9 = __this->get_curPos_13(); NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast(L_10)); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)80))))) { goto IL_00ca; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = __this->get_chars_11(); int32_t L_13 = __this->get_curPos_13(); NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)67))))) { goto IL_00ca; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get_chars_11(); int32_t L_17 = __this->get_curPos_13(); NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast(L_18)); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)68))))) { goto IL_00ca; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = __this->get_chars_11(); int32_t L_21 = __this->get_curPos_13(); NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)4)); uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast(L_22)); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)65))))) { goto IL_00ca; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = __this->get_chars_11(); int32_t L_25 = __this->get_curPos_13(); NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)5)); uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast(L_26)); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)84))))) { goto IL_00ca; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = __this->get_chars_11(); int32_t L_29 = __this->get_curPos_13(); NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)65))))) { goto IL_00ca; } } { int32_t L_32 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)7))); __this->set_scanningFunction_14(((int32_t)11)); return (int32_t)(((int32_t)42)); } IL_00ca: { int32_t L_33 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)), _stringLiteralE37FDA7277F15534CECEDAEFDA7350672DC07A1D, /*hidden argument*/NULL); } IL_00dd: { __this->set_scanningFunction_14(8); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement3_m04D0359746AC4A20C927D274D71D876B16801C91 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)40)))) { goto IL_001a; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)62)))) { goto IL_002b; } } { goto IL_0043; } IL_001a: { int32_t L_6 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return (int32_t)(((int32_t)27)); } IL_002b: { int32_t L_7 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)29)); } IL_0043: { DtdParser_ScanQName_mB02ED44C73FFAAF8A9C6C10D44F7C32EAF00B8DC(__this, /*hidden argument*/NULL); __this->set_scanningFunction_14(((int32_t)9)); return (int32_t)(((int32_t)23)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement4_m2F8C4EAB4A5B2588C8EA37E827E4921B556E765A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral465E30F3D21D06E0DA20D8DA61A1DEC0DAB8C6A5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { __this->set_scanningFunction_14(((int32_t)10)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_1 = L_3; Il2CppChar L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)42)))) { goto IL_0027; } } { Il2CppChar L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)43)))) { goto IL_0031; } } { Il2CppChar L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)63)))) { goto IL_002c; } } { goto IL_0036; } IL_0027: { V_0 = ((int32_t)39); goto IL_0039; } IL_002c: { V_0 = ((int32_t)40); goto IL_0039; } IL_0031: { V_0 = ((int32_t)41); goto IL_0039; } IL_0036: { return (int32_t)(((int32_t)9)); } IL_0039: { bool L_7 = __this->get_whitespaceSeen_17(); if (!L_7) { goto IL_0052; } } { int32_t L_8 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_8, _stringLiteral465E30F3D21D06E0DA20D8DA61A1DEC0DAB8C6A5, /*hidden argument*/NULL); } IL_0052: { int32_t L_9 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; return L_10; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement5_mE10AAB36033106C577F2173738F373E7F6D5F06B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E813A351BDAF588C5F27BAF94CA6FA9357A2BD3); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)44))))) { goto IL_001f; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)41)))) { goto IL_005b; } } { Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)44)))) { goto IL_002b; } } { goto IL_008c; } IL_001f: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)62)))) { goto IL_0074; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)124)))) { goto IL_0043; } } { goto IL_008c; } IL_002b: { int32_t L_9 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); __this->set_scanningFunction_14(8); return (int32_t)(((int32_t)43)); } IL_0043: { int32_t L_10 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); __this->set_scanningFunction_14(8); return (int32_t)(((int32_t)30)); } IL_005b: { int32_t L_11 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); __this->set_scanningFunction_14(((int32_t)9)); return (int32_t)(((int32_t)28)); } IL_0074: { int32_t L_12 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)29)); } IL_008c: { int32_t L_13 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_13, _stringLiteral7E813A351BDAF588C5F27BAF94CA6FA9357A2BD3, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement6_mFB3551A6CB563C9A9347790CE3E48FE8E3E13561 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)41)))) { goto IL_001a; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)124)))) { goto IL_0033; } } { goto IL_0053; } IL_001a: { int32_t L_6 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); __this->set_scanningFunction_14(((int32_t)12)); return (int32_t)(((int32_t)28)); } IL_0033: { int32_t L_7 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); __this->set_nextScaningFunction_15(((int32_t)11)); __this->set_scanningFunction_14(2); return (int32_t)(((int32_t)30)); } IL_0053: { int32_t L_8 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_8, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement7() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement7_m8A1B96CD7B7FFA54F46A8362E4E360C36CE4BCB3 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { __this->set_scanningFunction_14(((int32_t)31)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)42))))) { goto IL_0032; } } { bool L_4 = __this->get_whitespaceSeen_17(); if (L_4) { goto IL_0032; } } { int32_t L_5 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return (int32_t)(((int32_t)39)); } IL_0032: { return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist1_m6EE34513AE6ABB03E9B0D7EE8263BB932724A77A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)62))))) { goto IL_002b; } } { int32_t L_5 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)29)); } IL_002b: { bool L_6 = __this->get_whitespaceSeen_17(); if (L_6) { goto IL_0050; } } { int32_t L_7 = __this->get_curPos_13(); int32_t L_8 = __this->get_curPos_13(); String_t* L_9; L_9 = DtdParser_ParseUnexpectedToken_m6BD8CD51F6D2F8C84CE81D9A308F456A7397DA75(__this, L_8, /*hidden argument*/NULL); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, L_7, _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36, L_9, /*hidden argument*/NULL); } IL_0050: { DtdParser_ScanQName_mB02ED44C73FFAAF8A9C6C10D44F7C32EAF00B8DC(__this, /*hidden argument*/NULL); __this->set_scanningFunction_14(((int32_t)14)); return (int32_t)(((int32_t)23)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist2_m18B52123ED8BA51CD64AA1DB00F46E017A8E1B39 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EA907DF837264718D0DC8D41DDEAFB889AC5C57); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; IL_0000: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)67))))) { goto IL_0022; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)40)))) { goto IL_003f; } } { Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)67)))) { goto IL_005f; } } { goto IL_044e; } IL_0022: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)69)))) { goto IL_00e7; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)73)))) { goto IL_01e9; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)78)))) { goto IL_02b5; } } { goto IL_044e; } IL_003f: { int32_t L_10 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); __this->set_scanningFunction_14(3); __this->set_nextScaningFunction_15(((int32_t)17)); return (int32_t)(((int32_t)27)); } IL_005f: { int32_t L_11 = __this->get_charsUsed_12(); int32_t L_12 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) < ((int32_t)5))) { goto IL_045f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_chars_11(); int32_t L_14 = __this->get_curPos_13(); NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast(L_15)); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)68))))) { goto IL_00be; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = __this->get_chars_11(); int32_t L_18 = __this->get_curPos_13(); NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2)); uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast(L_19)); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)65))))) { goto IL_00be; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = __this->get_chars_11(); int32_t L_22 = __this->get_curPos_13(); NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)3)); uint16_t L_24 = (uint16_t)(L_21)->GetAt(static_cast(L_23)); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)84))))) { goto IL_00be; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = __this->get_chars_11(); int32_t L_26 = __this->get_curPos_13(); NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)4)); uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); if ((((int32_t)L_28) == ((int32_t)((int32_t)65)))) { goto IL_00cf; } } IL_00be: { int32_t L_29 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_29, _stringLiteral5EA907DF837264718D0DC8D41DDEAFB889AC5C57, /*hidden argument*/NULL); } IL_00cf: { int32_t L_30 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)5))); __this->set_scanningFunction_14(((int32_t)18)); return (int32_t)(0); } IL_00e7: { int32_t L_31 = __this->get_charsUsed_12(); int32_t L_32 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))) < ((int32_t)((int32_t)9)))) { goto IL_045f; } } { __this->set_scanningFunction_14(((int32_t)18)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = __this->get_chars_11(); int32_t L_34 = __this->get_curPos_13(); NullCheck(L_33); int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)78))))) { goto IL_014f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = __this->get_chars_11(); int32_t L_38 = __this->get_curPos_13(); NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)2)); uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast(L_39)); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)84))))) { goto IL_014f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = __this->get_chars_11(); int32_t L_42 = __this->get_curPos_13(); NullCheck(L_41); int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3)); uint16_t L_44 = (uint16_t)(L_41)->GetAt(static_cast(L_43)); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)73))))) { goto IL_014f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_45 = __this->get_chars_11(); int32_t L_46 = __this->get_curPos_13(); NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)4)); uint16_t L_48 = (uint16_t)(L_45)->GetAt(static_cast(L_47)); if ((((int32_t)L_48) == ((int32_t)((int32_t)84)))) { goto IL_0160; } } IL_014f: { int32_t L_49 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_49, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); } IL_0160: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_50 = __this->get_chars_11(); int32_t L_51 = __this->get_curPos_13(); NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)5)); uint16_t L_53 = (uint16_t)(L_50)->GetAt(static_cast(L_52)); V_0 = L_53; Il2CppChar L_54 = V_0; if ((((int32_t)L_54) == ((int32_t)((int32_t)73)))) { goto IL_017c; } } { Il2CppChar L_55 = V_0; if ((((int32_t)L_55) == ((int32_t)((int32_t)89)))) { goto IL_01c3; } } { goto IL_01d3; } IL_017c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_56 = __this->get_chars_11(); int32_t L_57 = __this->get_curPos_13(); NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)6)); uint16_t L_59 = (uint16_t)(L_56)->GetAt(static_cast(L_58)); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)69))))) { goto IL_01a2; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = __this->get_chars_11(); int32_t L_61 = __this->get_curPos_13(); NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)7)); uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast(L_62)); if ((((int32_t)L_63) == ((int32_t)((int32_t)83)))) { goto IL_01b3; } } IL_01a2: { int32_t L_64 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_64, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); } IL_01b3: { int32_t L_65 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)8))); return (int32_t)(5); } IL_01c3: { int32_t L_66 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)6))); return (int32_t)(4); } IL_01d3: { int32_t L_67 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_67, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); goto IL_045f; } IL_01e9: { int32_t L_68 = __this->get_charsUsed_12(); int32_t L_69 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_69))) < ((int32_t)6))) { goto IL_045f; } } { __this->set_scanningFunction_14(((int32_t)18)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_70 = __this->get_chars_11(); int32_t L_71 = __this->get_curPos_13(); NullCheck(L_70); int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); uint16_t L_73 = (uint16_t)(L_70)->GetAt(static_cast(L_72)); if ((((int32_t)L_73) == ((int32_t)((int32_t)68)))) { goto IL_0228; } } { int32_t L_74 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_74, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); } IL_0228: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_75 = __this->get_chars_11(); int32_t L_76 = __this->get_curPos_13(); NullCheck(L_75); int32_t L_77 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)2)); uint16_t L_78 = (uint16_t)(L_75)->GetAt(static_cast(L_77)); if ((((int32_t)L_78) == ((int32_t)((int32_t)82)))) { goto IL_024b; } } { int32_t L_79 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)2))); return (int32_t)(1); } IL_024b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_80 = __this->get_chars_11(); int32_t L_81 = __this->get_curPos_13(); NullCheck(L_80); int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)3)); uint16_t L_83 = (uint16_t)(L_80)->GetAt(static_cast(L_82)); if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)69))))) { goto IL_0271; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_84 = __this->get_chars_11(); int32_t L_85 = __this->get_curPos_13(); NullCheck(L_84); int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)4)); uint16_t L_87 = (uint16_t)(L_84)->GetAt(static_cast(L_86)); if ((((int32_t)L_87) == ((int32_t)((int32_t)70)))) { goto IL_0282; } } IL_0271: { int32_t L_88 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_88, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); } IL_0282: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_89 = __this->get_chars_11(); int32_t L_90 = __this->get_curPos_13(); NullCheck(L_89); int32_t L_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)5)); uint16_t L_92 = (uint16_t)(L_89)->GetAt(static_cast(L_91)); if ((((int32_t)L_92) == ((int32_t)((int32_t)83)))) { goto IL_02a5; } } { int32_t L_93 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)5))); return (int32_t)(2); } IL_02a5: { int32_t L_94 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)6))); return (int32_t)(3); } IL_02b5: { int32_t L_95 = __this->get_charsUsed_12(); int32_t L_96 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96))) >= ((int32_t)8))) { goto IL_02d5; } } { RuntimeObject* L_97 = __this->get_readerAdapter_0(); NullCheck(L_97); bool L_98; L_98 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_97); if (!L_98) { goto IL_045f; } } IL_02d5: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_99 = __this->get_chars_11(); int32_t L_100 = __this->get_curPos_13(); NullCheck(L_99); int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast(L_101)); V_0 = L_102; Il2CppChar L_103 = V_0; if ((((int32_t)L_103) == ((int32_t)((int32_t)77)))) { goto IL_0390; } } { Il2CppChar L_104 = V_0; if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)79))))) { goto IL_043b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_105 = __this->get_chars_11(); int32_t L_106 = __this->get_curPos_13(); NullCheck(L_105); int32_t L_107 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)2)); uint16_t L_108 = (uint16_t)(L_105)->GetAt(static_cast(L_107)); if ((!(((uint32_t)L_108) == ((uint32_t)((int32_t)84))))) { goto IL_0367; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_109 = __this->get_chars_11(); int32_t L_110 = __this->get_curPos_13(); NullCheck(L_109); int32_t L_111 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)3)); uint16_t L_112 = (uint16_t)(L_109)->GetAt(static_cast(L_111)); if ((!(((uint32_t)L_112) == ((uint32_t)((int32_t)65))))) { goto IL_0367; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_113 = __this->get_chars_11(); int32_t L_114 = __this->get_curPos_13(); NullCheck(L_113); int32_t L_115 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)4)); uint16_t L_116 = (uint16_t)(L_113)->GetAt(static_cast(L_115)); if ((!(((uint32_t)L_116) == ((uint32_t)((int32_t)84))))) { goto IL_0367; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_117 = __this->get_chars_11(); int32_t L_118 = __this->get_curPos_13(); NullCheck(L_117); int32_t L_119 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)5)); uint16_t L_120 = (uint16_t)(L_117)->GetAt(static_cast(L_119)); if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)73))))) { goto IL_0367; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_121 = __this->get_chars_11(); int32_t L_122 = __this->get_curPos_13(); NullCheck(L_121); int32_t L_123 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)6)); uint16_t L_124 = (uint16_t)(L_121)->GetAt(static_cast(L_123)); if ((!(((uint32_t)L_124) == ((uint32_t)((int32_t)79))))) { goto IL_0367; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_125 = __this->get_chars_11(); int32_t L_126 = __this->get_curPos_13(); NullCheck(L_125); int32_t L_127 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)7)); uint16_t L_128 = (uint16_t)(L_125)->GetAt(static_cast(L_127)); if ((((int32_t)L_128) == ((int32_t)((int32_t)78)))) { goto IL_0378; } } IL_0367: { int32_t L_129 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_129, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); } IL_0378: { int32_t L_130 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)8))); __this->set_scanningFunction_14(((int32_t)15)); return (int32_t)(8); } IL_0390: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_131 = __this->get_chars_11(); int32_t L_132 = __this->get_curPos_13(); NullCheck(L_131); int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)2)); uint16_t L_134 = (uint16_t)(L_131)->GetAt(static_cast(L_133)); if ((!(((uint32_t)L_134) == ((uint32_t)((int32_t)84))))) { goto IL_03ef; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_135 = __this->get_chars_11(); int32_t L_136 = __this->get_curPos_13(); NullCheck(L_135); int32_t L_137 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)3)); uint16_t L_138 = (uint16_t)(L_135)->GetAt(static_cast(L_137)); if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)79))))) { goto IL_03ef; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_139 = __this->get_chars_11(); int32_t L_140 = __this->get_curPos_13(); NullCheck(L_139); int32_t L_141 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)4)); uint16_t L_142 = (uint16_t)(L_139)->GetAt(static_cast(L_141)); if ((!(((uint32_t)L_142) == ((uint32_t)((int32_t)75))))) { goto IL_03ef; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_143 = __this->get_chars_11(); int32_t L_144 = __this->get_curPos_13(); NullCheck(L_143); int32_t L_145 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)5)); uint16_t L_146 = (uint16_t)(L_143)->GetAt(static_cast(L_145)); if ((!(((uint32_t)L_146) == ((uint32_t)((int32_t)69))))) { goto IL_03ef; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_147 = __this->get_chars_11(); int32_t L_148 = __this->get_curPos_13(); NullCheck(L_147); int32_t L_149 = ((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)6)); uint16_t L_150 = (uint16_t)(L_147)->GetAt(static_cast(L_149)); if ((((int32_t)L_150) == ((int32_t)((int32_t)78)))) { goto IL_0400; } } IL_03ef: { int32_t L_151 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_151, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); } IL_0400: { __this->set_scanningFunction_14(((int32_t)18)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_152 = __this->get_chars_11(); int32_t L_153 = __this->get_curPos_13(); NullCheck(L_152); int32_t L_154 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)7)); uint16_t L_155 = (uint16_t)(L_152)->GetAt(static_cast(L_154)); if ((!(((uint32_t)L_155) == ((uint32_t)((int32_t)83))))) { goto IL_042b; } } { int32_t L_156 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)8))); return (int32_t)(7); } IL_042b: { int32_t L_157 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)7))); return (int32_t)(6); } IL_043b: { int32_t L_158 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_158, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); goto IL_045f; } IL_044e: { int32_t L_159 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_159, _stringLiteral26FEE84CC21450278EF3064F22658C1FBAD97632, /*hidden argument*/NULL); } IL_045f: { int32_t L_160; L_160 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_160) { goto IL_0000; } } { int32_t L_161 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_161, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); goto IL_0000; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist3_m87D5EADE52E94923E1800B0971EB05FF9B5236FE (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)40))))) { goto IL_0031; } } { int32_t L_4 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); __this->set_scanningFunction_14(1); __this->set_nextScaningFunction_15(((int32_t)16)); return (int32_t)(((int32_t)27)); } IL_0031: { int32_t L_5 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, L_5, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist4_mCB75A80671A50FE72634BBF50D18A41C83BBF5E2 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)41)))) { goto IL_001a; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)124)))) { goto IL_0033; } } { goto IL_0053; } IL_001a: { int32_t L_6 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); __this->set_scanningFunction_14(((int32_t)18)); return (int32_t)(((int32_t)28)); } IL_0033: { int32_t L_7 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); __this->set_scanningFunction_14(1); __this->set_nextScaningFunction_15(((int32_t)16)); return (int32_t)(((int32_t)30)); } IL_0053: { int32_t L_8 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_8, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist5_m5C9EC4B4151097877BCA8EF98FC47441D3399D10 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)41)))) { goto IL_001a; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)124)))) { goto IL_0033; } } { goto IL_0053; } IL_001a: { int32_t L_6 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); __this->set_scanningFunction_14(((int32_t)18)); return (int32_t)(((int32_t)28)); } IL_0033: { int32_t L_7 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); __this->set_scanningFunction_14(3); __this->set_nextScaningFunction_15(((int32_t)17)); return (int32_t)(((int32_t)30)); } IL_0053: { int32_t L_8 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_8, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist6_mE9DAB1AD1ACFBBC852DC557D10C333835AD7C1FE (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral601E51A43FF6581ACBC417FEE88AE4098CBBB1A4); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; IL_0000: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0020; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)35)))) { goto IL_0033; } } { Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)39))))) { goto IL_026a; } } IL_0020: { int32_t L_7; L_7 = DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660(__this, 0, /*hidden argument*/NULL); __this->set_scanningFunction_14(((int32_t)13)); return (int32_t)(((int32_t)35)); } IL_0033: { int32_t L_8 = __this->get_charsUsed_12(); int32_t L_9 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) < ((int32_t)6))) { goto IL_027b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_chars_11(); int32_t L_11 = __this->get_curPos_13(); NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); V_0 = L_13; Il2CppChar L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)70)))) { goto IL_01e1; } } { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)73)))) { goto IL_0132; } } { Il2CppChar L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)82))))) { goto IL_0257; } } { int32_t L_17 = __this->get_charsUsed_12(); int32_t L_18 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) < ((int32_t)((int32_t)9)))) { goto IL_027b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_chars_11(); int32_t L_20 = __this->get_curPos_13(); NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2)); uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)69))))) { goto IL_0107; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = __this->get_chars_11(); int32_t L_24 = __this->get_curPos_13(); NullCheck(L_23); int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)3)); uint16_t L_26 = (uint16_t)(L_23)->GetAt(static_cast(L_25)); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)81))))) { goto IL_0107; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = __this->get_chars_11(); int32_t L_28 = __this->get_curPos_13(); NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)4)); uint16_t L_30 = (uint16_t)(L_27)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)85))))) { goto IL_0107; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = __this->get_chars_11(); int32_t L_32 = __this->get_curPos_13(); NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)5)); uint16_t L_34 = (uint16_t)(L_31)->GetAt(static_cast(L_33)); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)73))))) { goto IL_0107; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = __this->get_chars_11(); int32_t L_36 = __this->get_curPos_13(); NullCheck(L_35); int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)6)); uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast(L_37)); if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)82))))) { goto IL_0107; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = __this->get_chars_11(); int32_t L_40 = __this->get_curPos_13(); NullCheck(L_39); int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)7)); uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)69))))) { goto IL_0107; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = __this->get_chars_11(); int32_t L_44 = __this->get_curPos_13(); NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)8)); uint16_t L_46 = (uint16_t)(L_43)->GetAt(static_cast(L_45)); if ((((int32_t)L_46) == ((int32_t)((int32_t)68)))) { goto IL_0118; } } IL_0107: { int32_t L_47 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_47, _stringLiteral601E51A43FF6581ACBC417FEE88AE4098CBBB1A4, /*hidden argument*/NULL); } IL_0118: { int32_t L_48 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)9)))); __this->set_scanningFunction_14(((int32_t)13)); return (int32_t)(((int32_t)20)); } IL_0132: { int32_t L_49 = __this->get_charsUsed_12(); int32_t L_50 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50))) < ((int32_t)8))) { goto IL_027b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_51 = __this->get_chars_11(); int32_t L_52 = __this->get_curPos_13(); NullCheck(L_51); int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)2)); uint16_t L_54 = (uint16_t)(L_51)->GetAt(static_cast(L_53)); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)77))))) { goto IL_01b7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_55 = __this->get_chars_11(); int32_t L_56 = __this->get_curPos_13(); NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)3)); uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast(L_57)); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)80))))) { goto IL_01b7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = __this->get_chars_11(); int32_t L_60 = __this->get_curPos_13(); NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)4)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)76))))) { goto IL_01b7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_63 = __this->get_chars_11(); int32_t L_64 = __this->get_curPos_13(); NullCheck(L_63); int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)5)); uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast(L_65)); if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)73))))) { goto IL_01b7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_67 = __this->get_chars_11(); int32_t L_68 = __this->get_curPos_13(); NullCheck(L_67); int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)6)); uint16_t L_70 = (uint16_t)(L_67)->GetAt(static_cast(L_69)); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)69))))) { goto IL_01b7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_71 = __this->get_chars_11(); int32_t L_72 = __this->get_curPos_13(); NullCheck(L_71); int32_t L_73 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)7)); uint16_t L_74 = (uint16_t)(L_71)->GetAt(static_cast(L_73)); if ((((int32_t)L_74) == ((int32_t)((int32_t)68)))) { goto IL_01c8; } } IL_01b7: { int32_t L_75 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_75, _stringLiteral601E51A43FF6581ACBC417FEE88AE4098CBBB1A4, /*hidden argument*/NULL); } IL_01c8: { int32_t L_76 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)8))); __this->set_scanningFunction_14(((int32_t)13)); return (int32_t)(((int32_t)21)); } IL_01e1: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_77 = __this->get_chars_11(); int32_t L_78 = __this->get_curPos_13(); NullCheck(L_77); int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)2)); uint16_t L_80 = (uint16_t)(L_77)->GetAt(static_cast(L_79)); if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)73))))) { goto IL_022d; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_81 = __this->get_chars_11(); int32_t L_82 = __this->get_curPos_13(); NullCheck(L_81); int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)3)); uint16_t L_84 = (uint16_t)(L_81)->GetAt(static_cast(L_83)); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)88))))) { goto IL_022d; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_85 = __this->get_chars_11(); int32_t L_86 = __this->get_curPos_13(); NullCheck(L_85); int32_t L_87 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)4)); uint16_t L_88 = (uint16_t)(L_85)->GetAt(static_cast(L_87)); if ((!(((uint32_t)L_88) == ((uint32_t)((int32_t)69))))) { goto IL_022d; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_89 = __this->get_chars_11(); int32_t L_90 = __this->get_curPos_13(); NullCheck(L_89); int32_t L_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)5)); uint16_t L_92 = (uint16_t)(L_89)->GetAt(static_cast(L_91)); if ((((int32_t)L_92) == ((int32_t)((int32_t)68)))) { goto IL_023e; } } IL_022d: { int32_t L_93 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_93, _stringLiteral601E51A43FF6581ACBC417FEE88AE4098CBBB1A4, /*hidden argument*/NULL); } IL_023e: { int32_t L_94 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)6))); __this->set_scanningFunction_14(((int32_t)19)); return (int32_t)(((int32_t)22)); } IL_0257: { int32_t L_95 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_95, _stringLiteral601E51A43FF6581ACBC417FEE88AE4098CBBB1A4, /*hidden argument*/NULL); goto IL_027b; } IL_026a: { int32_t L_96 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_96, _stringLiteral601E51A43FF6581ACBC417FEE88AE4098CBBB1A4, /*hidden argument*/NULL); } IL_027b: { int32_t L_97; L_97 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_97) { goto IL_0000; } } { int32_t L_98 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_98, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); goto IL_0000; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist7() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist7_m430FBFE530A2239C3C7552920BAF97F6E5920A92 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0018; } } { Il2CppChar L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)39))))) { goto IL_002b; } } IL_0018: { int32_t L_6; L_6 = DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660(__this, 0, /*hidden argument*/NULL); __this->set_scanningFunction_14(((int32_t)13)); return (int32_t)(((int32_t)35)); } IL_002b: { int32_t L_7 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_7, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanLiteral(System.Xml.DtdParser/LiteralType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___literalType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_9 = NULL; int32_t G_B3_0 = 0; StringBuilder_t * G_B29_0 = NULL; StringBuilder_t * G_B28_0 = NULL; String_t* G_B30_0 = NULL; StringBuilder_t * G_B30_1 = NULL; StringBuilder_t * G_B33_0 = NULL; StringBuilder_t * G_B32_0 = NULL; String_t* G_B34_0 = NULL; StringBuilder_t * G_B34_1 = NULL; RuntimeObject* G_B57_0 = NULL; RuntimeObject* G_B56_0 = NULL; StringBuilder_t * G_B58_0 = NULL; RuntimeObject* G_B58_1 = NULL; int32_t G_B62_0 = 0; RuntimeObject* G_B62_1 = NULL; int32_t G_B61_0 = 0; RuntimeObject* G_B61_1 = NULL; StringBuilder_t * G_B63_0 = NULL; int32_t G_B63_1 = 0; RuntimeObject* G_B63_2 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = ___literalType0; if (!L_4) { goto IL_0015; } } { G_B3_0 = ((int32_t)10); goto IL_0017; } IL_0015: { G_B3_0 = ((int32_t)32); } IL_0017: { V_1 = G_B3_0; int32_t L_5 = __this->get_currentEntityId_22(); V_2 = L_5; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_6 = __this->get_address_of_literalLineInfo_27(); int32_t L_7; L_7 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_8; L_8 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)L_6, L_7, L_8, /*hidden argument*/NULL); int32_t L_9 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_10); StringBuilder_t * L_11 = __this->get_stringBuilder_25(); NullCheck(L_11); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_11, 0, /*hidden argument*/NULL); goto IL_006c; } IL_005e: { int32_t L_12 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_006c: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_13 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = L_13->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = __this->get_chars_11(); int32_t L_16 = __this->get_curPos_13(); NullCheck(L_15); int32_t L_17 = L_16; uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast(L_17)); NullCheck(L_14); uint16_t L_19 = L_18; uint8_t L_20 = (L_14)->GetAt(static_cast(L_19)); if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)128)))) { goto IL_009e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = __this->get_chars_11(); int32_t L_22 = __this->get_curPos_13(); NullCheck(L_21); int32_t L_23 = L_22; uint16_t L_24 = (uint16_t)(L_21)->GetAt(static_cast(L_23)); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)37))))) { goto IL_005e; } } IL_009e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = __this->get_chars_11(); int32_t L_26 = __this->get_curPos_13(); NullCheck(L_25); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); Il2CppChar L_29 = V_0; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_0102; } } { int32_t L_30 = __this->get_currentEntityId_22(); int32_t L_31 = V_2; if ((!(((uint32_t)L_30) == ((uint32_t)L_31)))) { goto IL_0102; } } { StringBuilder_t * L_32 = __this->get_stringBuilder_25(); NullCheck(L_32); int32_t L_33; L_33 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) <= ((int32_t)0))) { goto IL_00ea; } } { StringBuilder_t * L_34 = __this->get_stringBuilder_25(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = __this->get_chars_11(); int32_t L_36 = __this->get_tokenStartPos_18(); int32_t L_37 = __this->get_curPos_13(); int32_t L_38 = __this->get_tokenStartPos_18(); NullCheck(L_34); StringBuilder_t * L_39; L_39 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_34, L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL); } IL_00ea: { int32_t L_40 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); Il2CppChar L_41 = V_0; __this->set_literalQuoteChar_28(L_41); return (int32_t)(((int32_t)35)); } IL_0102: { int32_t L_42 = __this->get_curPos_13(); int32_t L_43 = __this->get_tokenStartPos_18(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43)); int32_t L_44 = V_3; if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_0139; } } { StringBuilder_t * L_45 = __this->get_stringBuilder_25(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46 = __this->get_chars_11(); int32_t L_47 = __this->get_tokenStartPos_18(); int32_t L_48 = V_3; NullCheck(L_45); StringBuilder_t * L_49; L_49 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_45, L_46, L_47, L_48, /*hidden argument*/NULL); int32_t L_50 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_50); } IL_0139: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_51 = __this->get_chars_11(); int32_t L_52 = __this->get_curPos_13(); NullCheck(L_51); int32_t L_53 = L_52; uint16_t L_54 = (uint16_t)(L_51)->GetAt(static_cast(L_53)); V_4 = L_54; Il2CppChar L_55 = V_4; if ((!(((uint32_t)L_55) <= ((uint32_t)((int32_t)39))))) { goto IL_0193; } } { Il2CppChar L_56 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)((int32_t)9)))) { case 0: { goto IL_02fd; } case 1: { goto IL_01b8; } case 2: { goto IL_054d; } case 3: { goto IL_054d; } case 4: { goto IL_01fd; } } } { Il2CppChar L_57 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)((int32_t)34)))) { case 0: { goto IL_01a5; } case 1: { goto IL_054d; } case 2: { goto IL_054d; } case 3: { goto IL_0366; } case 4: { goto IL_039b; } case 5: { goto IL_01a5; } } } { goto IL_054d; } IL_0193: { Il2CppChar L_58 = V_4; if ((((int32_t)L_58) == ((int32_t)((int32_t)60)))) { goto IL_0337; } } { Il2CppChar L_59 = V_4; if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)62))))) { goto IL_054d; } } IL_01a5: { int32_t L_60 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1))); goto IL_006c; } IL_01b8: { int32_t L_61 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1))); bool L_62; L_62 = DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10_inline(__this, /*hidden argument*/NULL); if (!L_62) { goto IL_01e7; } } { StringBuilder_t * L_63 = __this->get_stringBuilder_25(); Il2CppChar L_64 = V_1; NullCheck(L_63); StringBuilder_t * L_65; L_65 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_63, L_64, /*hidden argument*/NULL); int32_t L_66 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_66); } IL_01e7: { RuntimeObject* L_67 = __this->get_readerAdapter_0(); int32_t L_68 = __this->get_curPos_13(); NullCheck(L_67); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_67, L_68); goto IL_006c; } IL_01fd: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_69 = __this->get_chars_11(); int32_t L_70 = __this->get_curPos_13(); NullCheck(L_69); int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); uint16_t L_72 = (uint16_t)(L_69)->GetAt(static_cast(L_71)); if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)10))))) { goto IL_02a5; } } { bool L_73; L_73 = DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10_inline(__this, /*hidden argument*/NULL); if (!L_73) { goto IL_0295; } } { int32_t L_74 = ___literalType0; if (L_74) { goto IL_0245; } } { StringBuilder_t * L_75 = __this->get_stringBuilder_25(); RuntimeObject* L_76 = __this->get_readerAdapter_0(); NullCheck(L_76); bool L_77; L_77 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEntityEolNormalized() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_76); G_B28_0 = L_75; if (L_77) { G_B29_0 = L_75; goto IL_0238; } } { G_B30_0 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; G_B30_1 = G_B28_0; goto IL_023d; } IL_0238: { G_B30_0 = _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; G_B30_1 = G_B29_0; } IL_023d: { NullCheck(G_B30_1); StringBuilder_t * L_78; L_78 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(G_B30_1, G_B30_0, /*hidden argument*/NULL); goto IL_026a; } IL_0245: { StringBuilder_t * L_79 = __this->get_stringBuilder_25(); RuntimeObject* L_80 = __this->get_readerAdapter_0(); NullCheck(L_80); bool L_81; L_81 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEntityEolNormalized() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_80); G_B32_0 = L_79; if (L_81) { G_B33_0 = L_79; goto IL_025f; } } { G_B34_0 = _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; G_B34_1 = G_B32_0; goto IL_0264; } IL_025f: { G_B34_0 = _stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5; G_B34_1 = G_B33_0; } IL_0264: { NullCheck(G_B34_1); StringBuilder_t * L_82; L_82 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(G_B34_1, G_B34_0, /*hidden argument*/NULL); } IL_026a: { int32_t L_83 = __this->get_curPos_13(); __this->set_tokenStartPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)2))); DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); RuntimeObject* L_84 = __this->get_readerAdapter_0(); RuntimeObject* L_85 = L_84; NullCheck(L_85); int32_t L_86; L_86 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_85); V_5 = L_86; int32_t L_87 = V_5; NullCheck(L_85); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_85, ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1))); } IL_0295: { int32_t L_88 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)2))); goto IL_02e7; } IL_02a5: { int32_t L_89 = __this->get_curPos_13(); int32_t L_90 = __this->get_charsUsed_12(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1))) == ((int32_t)L_90))) { goto IL_05cf; } } { int32_t L_91 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1))); bool L_92; L_92 = DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10_inline(__this, /*hidden argument*/NULL); if (!L_92) { goto IL_02e7; } } { StringBuilder_t * L_93 = __this->get_stringBuilder_25(); Il2CppChar L_94 = V_1; NullCheck(L_93); StringBuilder_t * L_95; L_95 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_93, L_94, /*hidden argument*/NULL); int32_t L_96 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_96); } IL_02e7: { RuntimeObject* L_97 = __this->get_readerAdapter_0(); int32_t L_98 = __this->get_curPos_13(); NullCheck(L_97); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_97, L_98); goto IL_006c; } IL_02fd: { int32_t L_99 = ___literalType0; if (L_99) { goto IL_0324; } } { bool L_100; L_100 = DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10_inline(__this, /*hidden argument*/NULL); if (!L_100) { goto IL_0324; } } { StringBuilder_t * L_101 = __this->get_stringBuilder_25(); NullCheck(L_101); StringBuilder_t * L_102; L_102 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_101, ((int32_t)32), /*hidden argument*/NULL); int32_t L_103 = __this->get_tokenStartPos_18(); __this->set_tokenStartPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1))); } IL_0324: { int32_t L_104 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1))); goto IL_006c; } IL_0337: { int32_t L_105 = ___literalType0; if (L_105) { goto IL_0353; } } { int32_t L_106 = __this->get_curPos_13(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_107; L_107 = XmlException_BuildCharExceptionArgs_m65E6BAAF1BBC77E8359E7365E64C35C159A4B8BC(((int32_t)60), 0, /*hidden argument*/NULL); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_106, _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613, L_107, /*hidden argument*/NULL); } IL_0353: { int32_t L_108 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1))); goto IL_006c; } IL_0366: { int32_t L_109 = ___literalType0; if ((((int32_t)L_109) == ((int32_t)1))) { goto IL_037d; } } { int32_t L_110 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1))); goto IL_006c; } IL_037d: { int32_t L_111 = ___literalType0; bool L_112; L_112 = DtdParser_HandleEntityReference_mAD7EC14CC28448618EC4C386AA1A8C49FAFC396F(__this, (bool)1, (bool)1, (bool)((((int32_t)L_111) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); int32_t L_113 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_113); goto IL_006c; } IL_039b: { int32_t L_114 = ___literalType0; if ((!(((uint32_t)L_114) == ((uint32_t)2)))) { goto IL_03b2; } } { int32_t L_115 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1))); goto IL_006c; } IL_03b2: { int32_t L_116 = __this->get_curPos_13(); int32_t L_117 = __this->get_charsUsed_12(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1))) == ((int32_t)L_117))) { goto IL_05cf; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_118 = __this->get_chars_11(); int32_t L_119 = __this->get_curPos_13(); NullCheck(L_118); int32_t L_120 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)); uint16_t L_121 = (uint16_t)(L_118)->GetAt(static_cast(L_120)); if ((!(((uint32_t)L_121) == ((uint32_t)((int32_t)35))))) { goto IL_0445; } } { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); RuntimeObject* L_122 = __this->get_readerAdapter_0(); bool L_123; L_123 = DtdParser_get_SaveInternalSubsetValue_mA48F2E11AFE13FF2BA5599DD788115118845A710(__this, /*hidden argument*/NULL); G_B56_0 = L_122; if (L_123) { G_B57_0 = L_122; goto IL_03ef; } } { G_B58_0 = ((StringBuilder_t *)(NULL)); G_B58_1 = G_B56_0; goto IL_03f5; } IL_03ef: { StringBuilder_t * L_124 = __this->get_internalSubsetValueSb_20(); G_B58_0 = L_124; G_B58_1 = G_B57_0; } IL_03f5: { NullCheck(G_B58_1); int32_t L_125; L_125 = InterfaceFuncInvoker1< int32_t, StringBuilder_t * >::Invoke(14 /* System.Int32 System.Xml.IDtdParserAdapter::ParseNumericCharRef(System.Text.StringBuilder) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, G_B58_1, G_B58_0); V_6 = L_125; DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); StringBuilder_t * L_126 = __this->get_stringBuilder_25(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_127 = __this->get_chars_11(); int32_t L_128 = __this->get_curPos_13(); int32_t L_129 = V_6; int32_t L_130 = __this->get_curPos_13(); NullCheck(L_126); StringBuilder_t * L_131; L_131 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_126, L_127, L_128, ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_130)), /*hidden argument*/NULL); RuntimeObject* L_132 = __this->get_readerAdapter_0(); int32_t L_133 = V_6; NullCheck(L_132); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_132, L_133); int32_t L_134 = V_6; __this->set_tokenStartPos_18(L_134); int32_t L_135 = V_6; __this->set_curPos_13(L_135); goto IL_006c; } IL_0445: { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); int32_t L_136 = ___literalType0; if (L_136) { goto IL_04d9; } } { RuntimeObject* L_137 = __this->get_readerAdapter_0(); bool L_138; L_138 = DtdParser_get_SaveInternalSubsetValue_mA48F2E11AFE13FF2BA5599DD788115118845A710(__this, /*hidden argument*/NULL); G_B61_0 = 1; G_B61_1 = L_137; if (L_138) { G_B62_0 = 1; G_B62_1 = L_137; goto IL_0463; } } { G_B63_0 = ((StringBuilder_t *)(NULL)); G_B63_1 = G_B61_0; G_B63_2 = G_B61_1; goto IL_0469; } IL_0463: { StringBuilder_t * L_139 = __this->get_internalSubsetValueSb_20(); G_B63_0 = L_139; G_B63_1 = G_B62_0; G_B63_2 = G_B62_1; } IL_0469: { NullCheck(G_B63_2); int32_t L_140; L_140 = InterfaceFuncInvoker2< int32_t, bool, StringBuilder_t * >::Invoke(15 /* System.Int32 System.Xml.IDtdParserAdapter::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, G_B63_2, (bool)G_B63_1, G_B63_0); V_7 = L_140; DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); int32_t L_141 = V_7; if ((((int32_t)L_141) < ((int32_t)0))) { goto IL_04be; } } { StringBuilder_t * L_142 = __this->get_stringBuilder_25(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_143 = __this->get_chars_11(); int32_t L_144 = __this->get_curPos_13(); int32_t L_145 = V_7; int32_t L_146 = __this->get_curPos_13(); NullCheck(L_142); StringBuilder_t * L_147; L_147 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_142, L_143, L_144, ((int32_t)il2cpp_codegen_subtract((int32_t)L_145, (int32_t)L_146)), /*hidden argument*/NULL); RuntimeObject* L_148 = __this->get_readerAdapter_0(); int32_t L_149 = V_7; NullCheck(L_148); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_148, L_149); int32_t L_150 = V_7; __this->set_tokenStartPos_18(L_150); int32_t L_151 = V_7; __this->set_curPos_13(L_151); goto IL_006c; } IL_04be: { bool L_152; L_152 = DtdParser_HandleEntityReference_mAD7EC14CC28448618EC4C386AA1A8C49FAFC396F(__this, (bool)0, (bool)1, (bool)1, /*hidden argument*/NULL); int32_t L_153 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_153); goto IL_006c; } IL_04d9: { RuntimeObject* L_154 = __this->get_readerAdapter_0(); NullCheck(L_154); int32_t L_155; L_155 = InterfaceFuncInvoker2< int32_t, bool, StringBuilder_t * >::Invoke(15 /* System.Int32 System.Xml.IDtdParserAdapter::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_154, (bool)0, (StringBuilder_t *)NULL); V_8 = L_155; DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); int32_t L_156 = V_8; if ((((int32_t)L_156) < ((int32_t)0))) { goto IL_050c; } } { int32_t L_157 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_157); int32_t L_158 = V_8; __this->set_curPos_13(L_158); goto IL_006c; } IL_050c: { StringBuilder_t * L_159 = __this->get_stringBuilder_25(); NullCheck(L_159); StringBuilder_t * L_160; L_160 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_159, ((int32_t)38), /*hidden argument*/NULL); int32_t L_161 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1))); int32_t L_162 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_162); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_163; L_163 = DtdParser_ScanEntityName_mF3D4944DF6D4720F09358C92BBFD00368175BDC6(__this, /*hidden argument*/NULL); V_9 = L_163; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_164 = V_9; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_165; L_165 = DtdParser_VerifyEntityReference_m110AAA443CAD4F49BE238DE1D99AEDDA66BDCEC6(__this, L_164, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); goto IL_006c; } IL_054d: { int32_t L_166 = __this->get_curPos_13(); int32_t L_167 = __this->get_charsUsed_12(); if ((((int32_t)L_166) == ((int32_t)L_167))) { goto IL_05cf; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_168 = __this->get_chars_11(); int32_t L_169 = __this->get_curPos_13(); NullCheck(L_168); int32_t L_170 = L_169; uint16_t L_171 = (uint16_t)(L_168)->GetAt(static_cast(L_170)); bool L_172; L_172 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_171, /*hidden argument*/NULL); if (!L_172) { goto IL_05b4; } } { int32_t L_173 = __this->get_curPos_13(); int32_t L_174 = __this->get_charsUsed_12(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_173, (int32_t)1))) == ((int32_t)L_174))) { goto IL_05cf; } } { int32_t L_175 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)1))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_176 = __this->get_chars_11(); int32_t L_177 = __this->get_curPos_13(); NullCheck(L_176); int32_t L_178 = L_177; uint16_t L_179 = (uint16_t)(L_176)->GetAt(static_cast(L_178)); bool L_180; L_180 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_179, /*hidden argument*/NULL); if (!L_180) { goto IL_05b4; } } { int32_t L_181 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)1))); goto IL_006c; } IL_05b4: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_182 = __this->get_chars_11(); int32_t L_183 = __this->get_charsUsed_12(); int32_t L_184 = __this->get_curPos_13(); DtdParser_ThrowInvalidChar_m13B8EC1001A9326892B6D9555AC87829ADCBD18C(__this, L_182, L_183, L_184, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } IL_05cf: { RuntimeObject* L_185 = __this->get_readerAdapter_0(); NullCheck(L_185); bool L_186; L_186 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_185); if (L_186) { goto IL_05e4; } } { int32_t L_187; L_187 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_187) { goto IL_0602; } } IL_05e4: { int32_t L_188 = ___literalType0; if ((((int32_t)L_188) == ((int32_t)2))) { goto IL_05f1; } } { bool L_189; L_189 = DtdParser_HandleEntityEnd_m354C09D9399AD3C91FCA518ED0BE71D4F5BCC78B(__this, (bool)1, /*hidden argument*/NULL); if (L_189) { goto IL_0602; } } IL_05f1: { int32_t L_190 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_190, _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989, /*hidden argument*/NULL); } IL_0602: { int32_t L_191 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_191); goto IL_006c; } } // System.Xml.XmlQualifiedName System.Xml.DtdParser::ScanEntityName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * DtdParser_ScanEntityName_mF3D4944DF6D4720F09358C92BBFD00368175BDC6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); s_Il2CppMethodInitialized = true; } XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) DtdParser_ScanName_m68E02DF68D0D64AA3CE9DA317F08444A45C396D1(__this, /*hidden argument*/NULL); goto IL_0027; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0008; } throw e; } CATCH_0008: { // begin catch(System.Xml.XmlException) V_0 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE_inline(L_1, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD_inline(L_3, /*hidden argument*/NULL); DtdParser_Throw_mA2BC7B0AEECD4FDF81220C8F55884A16512D6C66(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54)), L_0, L_2, L_4, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0027; } // end catch (depth: 1) IL_0027: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get_chars_11(); int32_t L_6 = __this->get_curPos_13(); NullCheck(L_5); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_5)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)59)))) { goto IL_0049; } } { int32_t L_9 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, L_9, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, /*hidden argument*/NULL); } IL_0049: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10; L_10 = DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF(__this, (bool)0, /*hidden argument*/NULL); int32_t L_11 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return L_10; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNotation1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNotation1_m0DEB0B55D70E791C8D9FD5C6713A5E474D0F7402 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59EB542A9E6EFCBFACCAE7DFE982B1F399E566DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)80)))) { goto IL_001a; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)83)))) { goto IL_0046; } } { goto IL_0072; } IL_001a: { bool L_6; L_6 = DtdParser_EatPublicKeyword_mFA3045751D92260847D954B679F4A535BBE7A0E3(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0033; } } { int32_t L_7 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_7, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); } IL_0033: { __this->set_nextScaningFunction_15(((int32_t)31)); __this->set_scanningFunction_14(((int32_t)29)); return (int32_t)(((int32_t)33)); } IL_0046: { bool L_8; L_8 = DtdParser_EatSystemKeyword_m435D865460A8D05EB3B37417B78EE8D4A67B7C43(__this, /*hidden argument*/NULL); if (L_8) { goto IL_005f; } } { int32_t L_9 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_9, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); } IL_005f: { __this->set_nextScaningFunction_15(((int32_t)31)); __this->set_scanningFunction_14(((int32_t)28)); return (int32_t)(((int32_t)34)); } IL_0072: { int32_t L_10 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_10, _stringLiteral59EB542A9E6EFCBFACCAE7DFE982B1F399E566DA, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanSystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSystemId_m2255EB934F98800B8FF4E964C0F14E95627E6A3C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) == ((int32_t)((int32_t)34)))) { goto IL_0038; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_chars_11(); int32_t L_5 = __this->get_curPos_13(); NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); if ((((int32_t)L_7) == ((int32_t)((int32_t)39)))) { goto IL_0038; } } { int32_t L_8 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_8, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); } IL_0038: { int32_t L_9; L_9 = DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660(__this, 2, /*hidden argument*/NULL); int32_t L_10 = __this->get_nextScaningFunction_15(); __this->set_scanningFunction_14(L_10); return (int32_t)(((int32_t)35)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity1_m2869DF813A44798E7E30AB9FD2D5ABB6C5FC0D67 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)37))))) { goto IL_0031; } } { int32_t L_4 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); __this->set_nextScaningFunction_15(((int32_t)21)); __this->set_scanningFunction_14(1); return (int32_t)(((int32_t)38)); } IL_0031: { DtdParser_ScanName_m68E02DF68D0D64AA3CE9DA317F08444A45C396D1(__this, /*hidden argument*/NULL); __this->set_scanningFunction_14(((int32_t)21)); return (int32_t)(((int32_t)24)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity2_m511FE3C6F9AD1C43F53C8A5315F27272235234A6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E08A69B160B273B33CB600405C55F98F76617CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)39))))) { goto IL_001f; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)34)))) { goto IL_0083; } } { Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)39)))) { goto IL_0083; } } { goto IL_0096; } IL_001f: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)80)))) { goto IL_002b; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)83)))) { goto IL_0057; } } { goto IL_0096; } IL_002b: { bool L_9; L_9 = DtdParser_EatPublicKeyword_mFA3045751D92260847D954B679F4A535BBE7A0E3(__this, /*hidden argument*/NULL); if (L_9) { goto IL_0044; } } { int32_t L_10 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_10, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); } IL_0044: { __this->set_nextScaningFunction_15(((int32_t)22)); __this->set_scanningFunction_14(((int32_t)29)); return (int32_t)(((int32_t)33)); } IL_0057: { bool L_11; L_11 = DtdParser_EatSystemKeyword_m435D865460A8D05EB3B37417B78EE8D4A67B7C43(__this, /*hidden argument*/NULL); if (L_11) { goto IL_0070; } } { int32_t L_12 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_12, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); } IL_0070: { __this->set_nextScaningFunction_15(((int32_t)22)); __this->set_scanningFunction_14(((int32_t)28)); return (int32_t)(((int32_t)34)); } IL_0083: { int32_t L_13; L_13 = DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660(__this, 1, /*hidden argument*/NULL); __this->set_scanningFunction_14(((int32_t)31)); return (int32_t)(((int32_t)35)); } IL_0096: { int32_t L_14 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_14, _stringLiteral2E08A69B160B273B33CB600405C55F98F76617CC, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity3_mB5CFEEDE1BECC40F148BFAD4D6B39686AF18F396 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)78))))) { goto IL_009a; } } { goto IL_001e; } IL_0016: { int32_t L_4; L_4 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_009a; } } IL_001e: { int32_t L_5 = __this->get_charsUsed_12(); int32_t L_6 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))) < ((int32_t)5))) { goto IL_0016; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = __this->get_chars_11(); int32_t L_8 = __this->get_curPos_13(); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)68))))) { goto IL_009a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = __this->get_chars_11(); int32_t L_12 = __this->get_curPos_13(); NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)65))))) { goto IL_009a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = __this->get_chars_11(); int32_t L_16 = __this->get_curPos_13(); NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3)); uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast(L_17)); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)84))))) { goto IL_009a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_chars_11(); int32_t L_20 = __this->get_curPos_13(); NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)4)); uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)65))))) { goto IL_009a; } } { int32_t L_23 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)5))); __this->set_scanningFunction_14(1); __this->set_nextScaningFunction_15(((int32_t)31)); return (int32_t)(((int32_t)37)); } IL_009a: { __this->set_scanningFunction_14(((int32_t)31)); return (int32_t)(((int32_t)9)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanPublicId1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId1_m32E69105EC36334634753FEC7718F7C2518986F7 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) == ((int32_t)((int32_t)34)))) { goto IL_0038; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_chars_11(); int32_t L_5 = __this->get_curPos_13(); NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); if ((((int32_t)L_7) == ((int32_t)((int32_t)39)))) { goto IL_0038; } } { int32_t L_8 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_8, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); } IL_0038: { int32_t L_9; L_9 = DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660(__this, 2, /*hidden argument*/NULL); __this->set_scanningFunction_14(((int32_t)30)); return (int32_t)(((int32_t)35)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanPublicId2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId2_m1B3CD4139087A7FFBD93F3F12FEDD62CA94FA95C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) == ((int32_t)((int32_t)34)))) { goto IL_0031; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_chars_11(); int32_t L_5 = __this->get_curPos_13(); NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); if ((((int32_t)L_7) == ((int32_t)((int32_t)39)))) { goto IL_0031; } } { int32_t L_8 = __this->get_nextScaningFunction_15(); __this->set_scanningFunction_14(L_8); return (int32_t)(((int32_t)9)); } IL_0031: { int32_t L_9; L_9 = DtdParser_ScanLiteral_m9B6F24AD646A338384FF8C02D0138C5237926660(__this, 2, /*hidden argument*/NULL); int32_t L_10 = __this->get_nextScaningFunction_15(); __this->set_scanningFunction_14(L_10); return (int32_t)(((int32_t)35)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection1_m596220E9678E84F03FAD03B1F965E650057703A6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72AA82468046288272E323F13B397B70AFA72BDD); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) == ((int32_t)((int32_t)73)))) { goto IL_0022; } } { int32_t L_4 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_4, _stringLiteral72AA82468046288272E323F13B397B70AFA72BDD, /*hidden argument*/NULL); } IL_0022: { int32_t L_5 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); } IL_0030: { int32_t L_6 = __this->get_charsUsed_12(); int32_t L_7 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) < ((int32_t)5))) { goto IL_01c0; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = __this->get_chars_11(); int32_t L_9 = __this->get_curPos_13(); NullCheck(L_8); int32_t L_10 = L_9; uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast(L_10)); V_0 = L_11; Il2CppChar L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)71)))) { goto IL_0121; } } { Il2CppChar L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)78))))) { goto IL_01aa; } } { int32_t L_14 = __this->get_charsUsed_12(); int32_t L_15 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) < ((int32_t)6))) { goto IL_01c0; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get_chars_11(); int32_t L_17 = __this->get_curPos_13(); NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast(L_18)); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)67))))) { goto IL_01aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = __this->get_chars_11(); int32_t L_21 = __this->get_curPos_13(); NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2)); uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast(L_22)); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)76))))) { goto IL_01aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = __this->get_chars_11(); int32_t L_25 = __this->get_curPos_13(); NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3)); uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast(L_26)); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)85))))) { goto IL_01aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = __this->get_chars_11(); int32_t L_29 = __this->get_curPos_13(); NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)4)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)68))))) { goto IL_01aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = __this->get_chars_11(); int32_t L_33 = __this->get_curPos_13(); NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)5)); uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast(L_34)); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)69))))) { goto IL_01aa; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_36 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = __this->get_chars_11(); int32_t L_38 = __this->get_curPos_13(); NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)6)); uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast(L_39)); bool L_41; L_41 = XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_36, L_40, /*hidden argument*/NULL); if (L_41) { goto IL_01aa; } } { __this->set_nextScaningFunction_15(0); __this->set_scanningFunction_14(((int32_t)25)); int32_t L_42 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)6))); return (int32_t)(((int32_t)47)); } IL_0121: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = __this->get_chars_11(); int32_t L_44 = __this->get_curPos_13(); NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); uint16_t L_46 = (uint16_t)(L_43)->GetAt(static_cast(L_45)); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)78))))) { goto IL_01aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = __this->get_chars_11(); int32_t L_48 = __this->get_curPos_13(); NullCheck(L_47); int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)2)); uint16_t L_50 = (uint16_t)(L_47)->GetAt(static_cast(L_49)); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)79))))) { goto IL_01aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_51 = __this->get_chars_11(); int32_t L_52 = __this->get_curPos_13(); NullCheck(L_51); int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)3)); uint16_t L_54 = (uint16_t)(L_51)->GetAt(static_cast(L_53)); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)82))))) { goto IL_01aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_55 = __this->get_chars_11(); int32_t L_56 = __this->get_curPos_13(); NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)4)); uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast(L_57)); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)69))))) { goto IL_01aa; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_59 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = __this->get_chars_11(); int32_t L_61 = __this->get_curPos_13(); NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)5)); uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast(L_62)); bool L_64; L_64 = XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_59, L_63, /*hidden argument*/NULL); if (L_64) { goto IL_01aa; } } { __this->set_nextScaningFunction_15(((int32_t)26)); __this->set_scanningFunction_14(((int32_t)25)); int32_t L_65 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)5))); return (int32_t)(((int32_t)46)); } IL_01aa: { int32_t L_66 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)), _stringLiteral72AA82468046288272E323F13B397B70AFA72BDD, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } IL_01c0: { int32_t L_67; L_67 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_67) { goto IL_0030; } } { int32_t L_68 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_68, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, /*hidden argument*/NULL); goto IL_0030; } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection2_m02DBE86F64CD51B20E99F0ADDDEC817C693C8BF4 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_curPos_13(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) == ((int32_t)((int32_t)91)))) { goto IL_0022; } } { int32_t L_4 = __this->get_curPos_13(); DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279(__this, L_4, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, /*hidden argument*/NULL); } IL_0022: { int32_t L_5 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = __this->get_nextScaningFunction_15(); __this->set_scanningFunction_14(L_6); return (int32_t)(((int32_t)31)); } } // System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection3_m13595B2666A8A507D0793C3A4024D6488E1451A4 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { V_0 = 0; goto IL_0012; } IL_0004: { int32_t L_0 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); } IL_0012: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_1 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_chars_11(); int32_t L_4 = __this->get_curPos_13(); NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); uint16_t L_7 = L_6; uint8_t L_8 = (L_2)->GetAt(static_cast(L_7)); if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)64)))) { goto IL_0041; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_chars_11(); int32_t L_10 = __this->get_curPos_13(); NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)93))))) { goto IL_0004; } } IL_0041: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_chars_11(); int32_t L_14 = __this->get_curPos_13(); NullCheck(L_13); int32_t L_15 = L_14; uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast(L_15)); V_1 = L_16; Il2CppChar L_17 = V_1; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)38))))) { goto IL_0080; } } { Il2CppChar L_18 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)9)))) { case 0: { goto IL_009a; } case 1: { goto IL_00ad; } case 2: { goto IL_021a; } case 3: { goto IL_021a; } case 4: { goto IL_00d1; } } } { Il2CppChar L_19 = V_1; if ((((int32_t)L_19) == ((int32_t)((int32_t)34)))) { goto IL_009a; } } { Il2CppChar L_20 = V_1; if ((((int32_t)L_20) == ((int32_t)((int32_t)38)))) { goto IL_009a; } } { goto IL_021a; } IL_0080: { Il2CppChar L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)39)))) { goto IL_009a; } } { Il2CppChar L_22 = V_1; if ((((int32_t)L_22) == ((int32_t)((int32_t)60)))) { goto IL_0138; } } { Il2CppChar L_23 = V_1; if ((((int32_t)L_23) == ((int32_t)((int32_t)93)))) { goto IL_019b; } } { goto IL_021a; } IL_009a: { int32_t L_24 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); goto IL_0012; } IL_00ad: { int32_t L_25 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); RuntimeObject* L_26 = __this->get_readerAdapter_0(); int32_t L_27 = __this->get_curPos_13(); NullCheck(L_26); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_26, L_27); goto IL_0012; } IL_00d1: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = __this->get_chars_11(); int32_t L_29 = __this->get_curPos_13(); NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)10))))) { goto IL_00f4; } } { int32_t L_32 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2))); goto IL_0122; } IL_00f4: { int32_t L_33 = __this->get_curPos_13(); int32_t L_34 = __this->get_charsUsed_12(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))) < ((int32_t)L_34))) { goto IL_0114; } } { RuntimeObject* L_35 = __this->get_readerAdapter_0(); NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_35); if (!L_36) { goto IL_029c; } } IL_0114: { int32_t L_37 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))); } IL_0122: { RuntimeObject* L_38 = __this->get_readerAdapter_0(); int32_t L_39 = __this->get_curPos_13(); NullCheck(L_38); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_38, L_39); goto IL_0012; } IL_0138: { int32_t L_40 = __this->get_charsUsed_12(); int32_t L_41 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41))) < ((int32_t)3))) { goto IL_029c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_42 = __this->get_chars_11(); int32_t L_43 = __this->get_curPos_13(); NullCheck(L_42); int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); uint16_t L_45 = (uint16_t)(L_42)->GetAt(static_cast(L_44)); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)33))))) { goto IL_0171; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46 = __this->get_chars_11(); int32_t L_47 = __this->get_curPos_13(); NullCheck(L_46); int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)2)); uint16_t L_49 = (uint16_t)(L_46)->GetAt(static_cast(L_48)); if ((((int32_t)L_49) == ((int32_t)((int32_t)91)))) { goto IL_0184; } } IL_0171: { int32_t L_50 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1))); goto IL_0012; } IL_0184: { int32_t L_51 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); int32_t L_52 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)3))); goto IL_0012; } IL_019b: { int32_t L_53 = __this->get_charsUsed_12(); int32_t L_54 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54))) < ((int32_t)3))) { goto IL_029c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_55 = __this->get_chars_11(); int32_t L_56 = __this->get_curPos_13(); NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast(L_57)); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)93))))) { goto IL_01d4; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = __this->get_chars_11(); int32_t L_60 = __this->get_curPos_13(); NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((((int32_t)L_62) == ((int32_t)((int32_t)62)))) { goto IL_01e7; } } IL_01d4: { int32_t L_63 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1))); goto IL_0012; } IL_01e7: { int32_t L_64 = V_0; if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_0202; } } { int32_t L_65 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)); int32_t L_66 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)3))); goto IL_0012; } IL_0202: { int32_t L_67 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)3))); __this->set_scanningFunction_14(0); return (int32_t)(((int32_t)18)); } IL_021a: { int32_t L_68 = __this->get_curPos_13(); int32_t L_69 = __this->get_charsUsed_12(); if ((((int32_t)L_68) == ((int32_t)L_69))) { goto IL_029c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_70 = __this->get_chars_11(); int32_t L_71 = __this->get_curPos_13(); NullCheck(L_70); int32_t L_72 = L_71; uint16_t L_73 = (uint16_t)(L_70)->GetAt(static_cast(L_72)); bool L_74; L_74 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0281; } } { int32_t L_75 = __this->get_curPos_13(); int32_t L_76 = __this->get_charsUsed_12(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1))) == ((int32_t)L_76))) { goto IL_029c; } } { int32_t L_77 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_78 = __this->get_chars_11(); int32_t L_79 = __this->get_curPos_13(); NullCheck(L_78); int32_t L_80 = L_79; uint16_t L_81 = (uint16_t)(L_78)->GetAt(static_cast(L_80)); bool L_82; L_82 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_0281; } } { int32_t L_83 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1))); goto IL_0012; } IL_0281: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_84 = __this->get_chars_11(); int32_t L_85 = __this->get_charsUsed_12(); int32_t L_86 = __this->get_curPos_13(); DtdParser_ThrowInvalidChar_m13B8EC1001A9326892B6D9555AC87829ADCBD18C(__this, L_84, L_85, L_86, /*hidden argument*/NULL); return (int32_t)(((int32_t)9)); } IL_029c: { RuntimeObject* L_87 = __this->get_readerAdapter_0(); NullCheck(L_87); bool L_88; L_88 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_87); if (L_88) { goto IL_02b1; } } { int32_t L_89; L_89 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_89) { goto IL_02ce; } } IL_02b1: { bool L_90; L_90 = DtdParser_HandleEntityEnd_m354C09D9399AD3C91FCA518ED0BE71D4F5BCC78B(__this, (bool)0, /*hidden argument*/NULL); if (L_90) { goto IL_0012; } } { int32_t L_91 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_91, _stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D, /*hidden argument*/NULL); } IL_02ce: { int32_t L_92 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_92); goto IL_0012; } } // System.Void System.Xml.DtdParser::ScanName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanName_m68E02DF68D0D64AA3CE9DA317F08444A45C396D1 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { DtdParser_ScanQName_m4670F095EA45D3AB3E4AD94C9D52964DCF752D22(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ScanQName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanQName_mB02ED44C73FFAAF8A9C6C10D44F7C32EAF00B8DC (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = DtdParser_get_SupportNamespaces_mF44A852D0C34E9E69AA01A1967EB42D7AFEF5A3C_inline(__this, /*hidden argument*/NULL); DtdParser_ScanQName_m4670F095EA45D3AB3E4AD94C9D52964DCF752D22(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ScanQName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanQName_m4670F095EA45D3AB3E4AD94C9D52964DCF752D22 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___isQName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * G_B22_0 = NULL; DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * G_B21_0 = NULL; int32_t G_B23_0 = 0; DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * G_B23_1 = NULL; { int32_t L_0 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_0); V_0 = (-1); } IL_000e: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_1 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_chars_11(); int32_t L_4 = __this->get_curPos_13(); NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); uint16_t L_7 = L_6; uint8_t L_8 = (L_2)->GetAt(static_cast(L_7)); if (((int32_t)((int32_t)L_8&(int32_t)4))) { goto IL_003c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_chars_11(); int32_t L_10 = __this->get_curPos_13(); NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_004c; } } IL_003c: { int32_t L_13 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); goto IL_00a4; } IL_004c: { int32_t L_14 = __this->get_curPos_13(); int32_t L_15 = __this->get_charsUsed_12(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) < ((int32_t)L_15))) { goto IL_007c; } } { bool L_16; L_16 = DtdParser_ReadDataInName_m814D25BA6102D5F4B456774D7218E8D131D818F3(__this, /*hidden argument*/NULL); if (L_16) { goto IL_000e; } } { int32_t L_17 = __this->get_curPos_13(); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, L_17, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, /*hidden argument*/NULL); goto IL_00a4; } IL_007c: { int32_t L_18 = __this->get_curPos_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_chars_11(); int32_t L_20 = __this->get_charsUsed_12(); int32_t L_21 = __this->get_curPos_13(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22; L_22 = XmlException_BuildCharExceptionArgs_m0F085E40E6B5FF127E5424137B2CE4C22570288B(L_19, L_20, L_21, /*hidden argument*/NULL); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_18, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_22, /*hidden argument*/NULL); } IL_00a4: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_23 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = L_23->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = __this->get_chars_11(); int32_t L_26 = __this->get_curPos_13(); NullCheck(L_25); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); NullCheck(L_24); uint16_t L_29 = L_28; uint8_t L_30 = (L_24)->GetAt(static_cast(L_29)); if (!((int32_t)((int32_t)L_30&(int32_t)8))) { goto IL_00d1; } } { int32_t L_31 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); goto IL_00a4; } IL_00d1: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = __this->get_chars_11(); int32_t L_33 = __this->get_curPos_13(); NullCheck(L_32); int32_t L_34 = L_33; uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast(L_34)); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)58))))) { goto IL_0136; } } { bool L_36 = ___isQName0; if (!L_36) { goto IL_0123; } } { int32_t L_37 = V_0; if ((((int32_t)L_37) == ((int32_t)(-1)))) { goto IL_0102; } } { int32_t L_38 = __this->get_curPos_13(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39; L_39 = XmlException_BuildCharExceptionArgs_m65E6BAAF1BBC77E8359E7365E64C35C159A4B8BC(((int32_t)58), 0, /*hidden argument*/NULL); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_38, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_39, /*hidden argument*/NULL); } IL_0102: { int32_t L_40 = __this->get_curPos_13(); int32_t L_41 = __this->get_tokenStartPos_18(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)); int32_t L_42 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1))); goto IL_000e; } IL_0123: { int32_t L_43 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1))); goto IL_00a4; } IL_0136: { int32_t L_44 = __this->get_curPos_13(); int32_t L_45 = __this->get_charsUsed_12(); if ((!(((uint32_t)L_44) == ((uint32_t)L_45)))) { goto IL_0173; } } { bool L_46; L_46 = DtdParser_ReadDataInName_m814D25BA6102D5F4B456774D7218E8D131D818F3(__this, /*hidden argument*/NULL); if (L_46) { goto IL_00a4; } } { int32_t L_47 = __this->get_tokenStartPos_18(); int32_t L_48 = __this->get_curPos_13(); if ((!(((uint32_t)L_47) == ((uint32_t)L_48)))) { goto IL_0173; } } { int32_t L_49 = __this->get_curPos_13(); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, L_49, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, /*hidden argument*/NULL); } IL_0173: { int32_t L_50 = V_0; G_B21_0 = __this; if ((((int32_t)L_50) == ((int32_t)(-1)))) { G_B22_0 = __this; goto IL_0182; } } { int32_t L_51 = __this->get_tokenStartPos_18(); int32_t L_52 = V_0; G_B23_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)); G_B23_1 = G_B21_0; goto IL_0183; } IL_0182: { G_B23_0 = (-1); G_B23_1 = G_B22_0; } IL_0183: { NullCheck(G_B23_1); G_B23_1->set_colonPos_19(G_B23_0); return; } } // System.Boolean System.Xml.DtdParser::ReadDataInName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_ReadDataInName_m814D25BA6102D5F4B456774D7218E8D131D818F3 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_curPos_13(); int32_t L_1 = __this->get_tokenStartPos_18(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = __this->get_tokenStartPos_18(); __this->set_curPos_13(L_2); int32_t L_3; L_3 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); int32_t L_4 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_4); int32_t L_5 = __this->get_curPos_13(); int32_t L_6 = V_0; __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Xml.DtdParser::ScanNmtoken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ScanNmtoken_mA8DA56F1861A144EC1F4B51E26213D09629C957E (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_0); } IL_000c: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_1 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_chars_11(); int32_t L_4 = __this->get_curPos_13(); NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); uint16_t L_7 = L_6; uint8_t L_8 = (L_2)->GetAt(static_cast(L_7)); if (((int32_t)((int32_t)L_8&(int32_t)8))) { goto IL_003a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_chars_11(); int32_t L_10 = __this->get_curPos_13(); NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_004a; } } IL_003a: { int32_t L_13 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); goto IL_000c; } IL_004a: { int32_t L_14 = __this->get_curPos_13(); int32_t L_15 = __this->get_charsUsed_12(); if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_0090; } } { int32_t L_16 = __this->get_curPos_13(); int32_t L_17 = __this->get_tokenStartPos_18(); if (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17))) { goto IL_008f; } } { int32_t L_18 = __this->get_curPos_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_chars_11(); int32_t L_20 = __this->get_charsUsed_12(); int32_t L_21 = __this->get_curPos_13(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22; L_22 = XmlException_BuildCharExceptionArgs_m0F085E40E6B5FF127E5424137B2CE4C22570288B(L_19, L_20, L_21, /*hidden argument*/NULL); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_18, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_22, /*hidden argument*/NULL); } IL_008f: { return; } IL_0090: { int32_t L_23 = __this->get_curPos_13(); int32_t L_24 = __this->get_tokenStartPos_18(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)); int32_t L_25 = __this->get_tokenStartPos_18(); __this->set_curPos_13(L_25); int32_t L_26; L_26 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_26) { goto IL_00e7; } } { int32_t L_27 = V_0; if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_00d1; } } { int32_t L_28 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_28); int32_t L_29 = __this->get_curPos_13(); int32_t L_30 = V_0; __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))); return; } IL_00d1: { int32_t L_31 = __this->get_curPos_13(); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, L_31, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B, /*hidden argument*/NULL); } IL_00e7: { int32_t L_32 = __this->get_curPos_13(); __this->set_tokenStartPos_18(L_32); int32_t L_33 = __this->get_curPos_13(); int32_t L_34 = V_0; __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34))); goto IL_000c; } } // System.Boolean System.Xml.DtdParser::EatPublicKeyword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_EatPublicKeyword_mFA3045751D92260847D954B679F4A535BBE7A0E3 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { goto IL_000c; } IL_0002: { int32_t L_0; L_0 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (bool)0; } IL_000c: { int32_t L_1 = __this->get_charsUsed_12(); int32_t L_2 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) < ((int32_t)6))) { goto IL_0002; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_chars_11(); int32_t L_4 = __this->get_curPos_13(); NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)85))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = __this->get_chars_11(); int32_t L_8 = __this->get_curPos_13(); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)); uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)66))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = __this->get_chars_11(); int32_t L_12 = __this->get_curPos_13(); NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3)); uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)76))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = __this->get_chars_11(); int32_t L_16 = __this->get_curPos_13(); NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)4)); uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast(L_17)); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)73))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_chars_11(); int32_t L_20 = __this->get_curPos_13(); NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)5)); uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); if ((((int32_t)L_22) == ((int32_t)((int32_t)67)))) { goto IL_007d; } } IL_007b: { return (bool)0; } IL_007d: { int32_t L_23 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)6))); return (bool)1; } } // System.Boolean System.Xml.DtdParser::EatSystemKeyword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_EatSystemKeyword_m435D865460A8D05EB3B37417B78EE8D4A67B7C43 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { goto IL_000c; } IL_0002: { int32_t L_0; L_0 = DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (bool)0; } IL_000c: { int32_t L_1 = __this->get_charsUsed_12(); int32_t L_2 = __this->get_curPos_13(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) < ((int32_t)6))) { goto IL_0002; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_chars_11(); int32_t L_4 = __this->get_curPos_13(); NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)89))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = __this->get_chars_11(); int32_t L_8 = __this->get_curPos_13(); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)); uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)83))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = __this->get_chars_11(); int32_t L_12 = __this->get_curPos_13(); NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3)); uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)84))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = __this->get_chars_11(); int32_t L_16 = __this->get_curPos_13(); NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)4)); uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast(L_17)); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)69))))) { goto IL_007b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_chars_11(); int32_t L_20 = __this->get_curPos_13(); NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)5)); uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); if ((((int32_t)L_22) == ((int32_t)((int32_t)77)))) { goto IL_007d; } } IL_007b: { return (bool)0; } IL_007d: { int32_t L_23 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)6))); return (bool)1; } } // System.Xml.XmlQualifiedName System.Xml.DtdParser::GetNameQualified(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * DtdParser_GetNameQualified_mE86BE040D54D8D2A0AEF685CC38EE2B6BCC91BCF (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___canHavePrefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9895E6DD32A29F645457E316DC78EBC804C2C86); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_colonPos_19(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0033; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = __this->get_nameTable_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_chars_11(); int32_t L_3 = __this->get_tokenStartPos_18(); int32_t L_4 = __this->get_curPos_13(); int32_t L_5 = __this->get_tokenStartPos_18(); NullCheck(L_1); String_t* L_6; L_6 = VirtFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_1, L_2, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79(L_7, L_6, /*hidden argument*/NULL); return L_7; } IL_0033: { bool L_8 = ___canHavePrefix0; if (!L_8) { goto IL_0088; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_9 = __this->get_nameTable_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_chars_11(); int32_t L_11 = __this->get_colonPos_19(); int32_t L_12 = __this->get_curPos_13(); int32_t L_13 = __this->get_colonPos_19(); NullCheck(L_9); String_t* L_14; L_14 = VirtFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), (int32_t)1))); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_15 = __this->get_nameTable_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get_chars_11(); int32_t L_17 = __this->get_tokenStartPos_18(); int32_t L_18 = __this->get_colonPos_19(); int32_t L_19 = __this->get_tokenStartPos_18(); NullCheck(L_15); String_t* L_20; L_20 = VirtFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_21, L_14, L_20, /*hidden argument*/NULL); return L_21; } IL_0088: { int32_t L_22 = __this->get_tokenStartPos_18(); String_t* L_23; L_23 = DtdParser_GetNameString_m4409A8C9BC31711E931E683B97AE89B5F8026182(__this, /*hidden argument*/NULL); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, L_22, _stringLiteralB9895E6DD32A29F645457E316DC78EBC804C2C86, L_23, /*hidden argument*/NULL); return (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } } // System.String System.Xml.DtdParser::GetNameString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetNameString_m4409A8C9BC31711E931E683B97AE89B5F8026182 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_chars_11(); int32_t L_1 = __this->get_tokenStartPos_18(); int32_t L_2 = __this->get_curPos_13(); int32_t L_3 = __this->get_tokenStartPos_18(); String_t* L_4; L_4 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); return L_4; } } // System.String System.Xml.DtdParser::GetNmtokenString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetNmtokenString_mB64C00CC6F59F00DDD7473E6E352D11DE0377345 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DtdParser_GetNameString_m4409A8C9BC31711E931E683B97AE89B5F8026182(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.DtdParser::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetValue_m4FD2E901974E3965513F094AA7BFA86D59B7B582 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_stringBuilder_25(); NullCheck(L_0); int32_t L_1; L_1 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_002e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_chars_11(); int32_t L_3 = __this->get_tokenStartPos_18(); int32_t L_4 = __this->get_curPos_13(); int32_t L_5 = __this->get_tokenStartPos_18(); String_t* L_6; L_6 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_2, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), /*hidden argument*/NULL); return L_6; } IL_002e: { StringBuilder_t * L_7 = __this->get_stringBuilder_25(); NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); return L_8; } } // System.String System.Xml.DtdParser::GetValueWithStrippedSpaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_GetValueWithStrippedSpaces_mAF16E6B8826286B9913DDA10BB4F9B5A65EF9260 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { String_t* G_B3_0 = NULL; { StringBuilder_t * L_0 = __this->get_stringBuilder_25(); NullCheck(L_0); int32_t L_1; L_1 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { StringBuilder_t * L_2 = __this->get_stringBuilder_25(); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); G_B3_0 = L_3; goto IL_003a; } IL_001a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_chars_11(); int32_t L_5 = __this->get_tokenStartPos_18(); int32_t L_6 = __this->get_curPos_13(); int32_t L_7 = __this->get_tokenStartPos_18(); String_t* L_8; L_8 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_4, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), (int32_t)1)), /*hidden argument*/NULL); G_B3_0 = L_8; } IL_003a: { String_t* L_9; L_9 = DtdParser_StripSpaces_mFF5D2A728DF48D2AB1EA8006E268DE0C47464D8E(G_B3_0, /*hidden argument*/NULL); return L_9; } } // System.Int32 System.Xml.DtdParser::ReadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_ReadData_m6F4E21E003B12370468B88F3A60709514B5E9290 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_readerAdapter_0(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.IDtdParserAdapter::ReadData() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0); DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.DtdParser::LoadParsingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_readerAdapter_0(); NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = InterfaceFuncInvoker0< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(3 /* System.Char[] System.Xml.IDtdParserAdapter::get_ParsingBuffer() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0); __this->set_chars_11(L_1); RuntimeObject* L_2 = __this->get_readerAdapter_0(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Xml.IDtdParserAdapter::get_ParsingBufferLength() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_2); __this->set_charsUsed_12(L_3); RuntimeObject* L_4 = __this->get_readerAdapter_0(); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_4); __this->set_curPos_13(L_5); return; } } // System.Void System.Xml.DtdParser::SaveParsingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curPos_13(); DtdParser_SaveParsingBuffer_mD7742ABF436AB4A04445A2556F7F3121D40AADDF(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::SaveParsingBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_mD7742ABF436AB4A04445A2556F7F3121D40AADDF (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___internalSubsetValueEndPos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = DtdParser_get_SaveInternalSubsetValue_mA48F2E11AFE13FF2BA5599DD788115118845A710(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0030; } } { RuntimeObject* L_1 = __this->get_readerAdapter_0(); NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_1); V_0 = L_2; int32_t L_3 = ___internalSubsetValueEndPos0; int32_t L_4 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)0))) { goto IL_0030; } } { StringBuilder_t * L_5 = __this->get_internalSubsetValueSb_20(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get_chars_11(); int32_t L_7 = V_0; int32_t L_8 = ___internalSubsetValueEndPos0; int32_t L_9 = V_0; NullCheck(L_5); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); } IL_0030: { RuntimeObject* L_11 = __this->get_readerAdapter_0(); int32_t L_12 = __this->get_curPos_13(); NullCheck(L_11); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_11, L_12); return; } } // System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_mAD7EC14CC28448618EC4C386AA1A8C49FAFC396F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___paramEntity0, bool ___inLiteral1, bool ___inAttribute2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curPos_13(); __this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1; L_1 = DtdParser_ScanEntityName_mF3D4944DF6D4720F09358C92BBFD00368175BDC6(__this, /*hidden argument*/NULL); bool L_2 = ___paramEntity0; bool L_3 = ___inLiteral1; bool L_4 = ___inAttribute2; bool L_5; L_5 = DtdParser_HandleEntityReference_m29D8F3ED21C428E725E9191BB73AE77E58169499(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_m29D8F3ED21C428E725E9191BB73AE77E58169499 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___entityName0, bool ___paramEntity1, bool ___inLiteral2, bool ___inAttribute3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral798FAE79042022F0E20CDBB3AD4A4E26A3AA7677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373); s_Il2CppMethodInitialized = true; } SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_0 = NULL; int32_t V_1 = 0; int32_t G_B9_0 = 0; DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * G_B9_1 = NULL; int32_t G_B8_0 = 0; DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * G_B8_1 = NULL; String_t* G_B10_0 = NULL; int32_t G_B10_1 = 0; DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * G_B10_2 = NULL; { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); bool L_0 = ___paramEntity1; if (!L_0) { goto IL_0038; } } { bool L_1; L_1 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0038; } } { bool L_2; L_2 = DtdParser_get_ParsingTopLevelMarkup_mE527DE27B12F50820E3A432C5E2FC665421D950C(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0038; } } { int32_t L_3 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = ___entityName0; NullCheck(L_4); String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_6)), (int32_t)1)), _stringLiteral798FAE79042022F0E20CDBB3AD4A4E26A3AA7677, /*hidden argument*/NULL); } IL_0038: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ___entityName0; bool L_8 = ___paramEntity1; bool L_9 = ___inAttribute3; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_10; L_10 = DtdParser_VerifyEntityReference_m110AAA443CAD4F49BE238DE1D99AEDDA66BDCEC6(__this, L_7, L_8, (bool)1, L_9, /*hidden argument*/NULL); V_0 = L_10; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_11 = V_0; if (L_11) { goto IL_0049; } } { return (bool)0; } IL_0049: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = SchemaEntity_get_ParsingInProgress_m560545FEA4040F3DCD9D3E98C9AB97313D4A9378_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0080; } } { int32_t L_14 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_15 = ___entityName0; NullCheck(L_15); String_t* L_16; L_16 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); bool L_18 = ___paramEntity1; G_B8_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_17)), (int32_t)1)); G_B8_1 = __this; if (L_18) { G_B9_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_17)), (int32_t)1)); G_B9_1 = __this; goto IL_0070; } } { G_B10_0 = _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0075; } IL_0070: { G_B10_0 = _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0075: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19 = ___entityName0; NullCheck(L_19); String_t* L_20; L_20 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_19, /*hidden argument*/NULL); NullCheck(G_B10_2); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(G_B10_2, G_B10_1, G_B10_0, L_20, /*hidden argument*/NULL); } IL_0080: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_21 = V_0; NullCheck(L_21); bool L_22; L_22 = SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03_inline(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00aa; } } { RuntimeObject* L_23 = __this->get_readerAdapter_0(); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_24 = V_0; NullCheck(L_23); bool L_25; L_25 = InterfaceFuncInvoker2< bool, RuntimeObject*, int32_t* >::Invoke(18 /* System.Boolean System.Xml.IDtdParserAdapter::PushEntity(System.Xml.IDtdEntityInfo,System.Int32&) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_23, L_24, (int32_t*)(&V_1)); if (L_25) { goto IL_009a; } } { return (bool)0; } IL_009a: { int32_t L_26 = __this->get_externalEntitiesDepth_21(); __this->set_externalEntitiesDepth_21(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); goto IL_00cb; } IL_00aa: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_27 = V_0; NullCheck(L_27); String_t* L_28; L_28 = SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00b9; } } { return (bool)0; } IL_00b9: { RuntimeObject* L_30 = __this->get_readerAdapter_0(); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_31 = V_0; NullCheck(L_30); bool L_32; L_32 = InterfaceFuncInvoker2< bool, RuntimeObject*, int32_t* >::Invoke(18 /* System.Boolean System.Xml.IDtdParserAdapter::PushEntity(System.Xml.IDtdEntityInfo,System.Int32&) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_30, L_31, (int32_t*)(&V_1)); if (L_32) { goto IL_00cb; } } { return (bool)0; } IL_00cb: { int32_t L_33 = V_1; __this->set_currentEntityId_22(L_33); bool L_34 = ___paramEntity1; if (!L_34) { goto IL_00f6; } } { bool L_35 = ___inLiteral2; if (L_35) { goto IL_00f6; } } { int32_t L_36 = __this->get_scanningFunction_14(); if ((((int32_t)L_36) == ((int32_t)((int32_t)32)))) { goto IL_00f6; } } { int32_t L_37 = __this->get_scanningFunction_14(); __this->set_savedScanningFunction_16(L_37); __this->set_scanningFunction_14(((int32_t)32)); } IL_00f6: { DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Xml.DtdParser::HandleEntityEnd(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityEnd_m354C09D9399AD3C91FCA518ED0BE71D4F5BCC78B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, bool ___inLiteral0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { DtdParser_SaveParsingBuffer_m3EACE88E9E0B7F019547D8E306F81E8B2DEB3378(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_readerAdapter_0(); int32_t* L_1 = __this->get_address_of_currentEntityId_22(); NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker2< bool, RuntimeObject**, int32_t* >::Invoke(19 /* System.Boolean System.Xml.IDtdParserAdapter::PopEntity(System.Xml.IDtdEntityInfo&,System.Int32&) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0, (RuntimeObject**)(&V_0), (int32_t*)L_1); if (L_2) { goto IL_001d; } } { return (bool)0; } IL_001d: { DtdParser_LoadParsingBuffer_m0458995365C4CC218A16B62AB83ADB175621A2BA(__this, /*hidden argument*/NULL); RuntimeObject* L_3 = V_0; if (L_3) { goto IL_003e; } } { int32_t L_4 = __this->get_scanningFunction_14(); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)32))))) { goto IL_003c; } } { int32_t L_5 = __this->get_savedScanningFunction_16(); __this->set_scanningFunction_14(L_5); } IL_003c: { return (bool)0; } IL_003e: { RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_6); if (!L_7) { goto IL_0054; } } { int32_t L_8 = __this->get_externalEntitiesDepth_21(); __this->set_externalEntitiesDepth_21(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); } IL_0054: { bool L_9 = ___inLiteral0; if (L_9) { goto IL_0075; } } { int32_t L_10 = __this->get_scanningFunction_14(); if ((((int32_t)L_10) == ((int32_t)((int32_t)32)))) { goto IL_0075; } } { int32_t L_11 = __this->get_scanningFunction_14(); __this->set_savedScanningFunction_16(L_11); __this->set_scanningFunction_14(((int32_t)32)); } IL_0075: { return (bool)1; } } // System.Xml.Schema.SchemaEntity System.Xml.DtdParser::VerifyEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * DtdParser_VerifyEntityReference_m110AAA443CAD4F49BE238DE1D99AEDDA66BDCEC6 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___entityName0, bool ___paramEntity1, bool ___mustBeDeclared2, bool ___inAttribute3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m66AE94E1BCD78D097CABE71BEF584B1F8F5C549C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDFFBF7695883D821E64C727304FFE2682330A22); s_Il2CppMethodInitialized = true; } SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_0 = NULL; { bool L_0 = ___paramEntity1; if (!L_0) { goto IL_0019; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1 = __this->get_schemaInfo_3(); NullCheck(L_1); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_2; L_2 = SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30(L_1, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___entityName0; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_m66AE94E1BCD78D097CABE71BEF584B1F8F5C549C(L_2, L_3, (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m66AE94E1BCD78D097CABE71BEF584B1F8F5C549C_RuntimeMethod_var); goto IL_002d; } IL_0019: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_5 = __this->get_schemaInfo_3(); NullCheck(L_5); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_6; L_6 = SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94(L_5, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ___entityName0; NullCheck(L_6); bool L_8; L_8 = Dictionary_2_TryGetValue_m66AE94E1BCD78D097CABE71BEF584B1F8F5C549C(L_6, L_7, (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m66AE94E1BCD78D097CABE71BEF584B1F8F5C549C_RuntimeMethod_var); } IL_002d: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_9 = V_0; if (L_9) { goto IL_00cb; } } { bool L_10 = ___paramEntity1; if (!L_10) { goto IL_0069; } } { bool L_11 = __this->get_validate_8(); if (!L_11) { goto IL_00c9; } } { int32_t L_12 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = ___entityName0; NullCheck(L_13); String_t* L_14; L_14 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16 = ___entityName0; NullCheck(L_16); String_t* L_17; L_17 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_16, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_15)), (int32_t)1)), 0, _stringLiteralCDFFBF7695883D821E64C727304FFE2682330A22, L_17, /*hidden argument*/NULL); goto IL_00c9; } IL_0069: { bool L_18 = ___mustBeDeclared2; if (!L_18) { goto IL_00c9; } } { bool L_19; L_19 = DtdParser_get_ParsingInternalSubset_m139DE6CB8CB3D93027F0107F374C95D80A9D2C04(__this, /*hidden argument*/NULL); if (L_19) { goto IL_00a4; } } { bool L_20 = __this->get_validate_8(); if (!L_20) { goto IL_00c9; } } { int32_t L_21 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_22 = ___entityName0; NullCheck(L_22); String_t* L_23; L_23 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25 = ___entityName0; NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_25, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_24)), (int32_t)1)), 0, _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06, L_26, /*hidden argument*/NULL); goto IL_00c9; } IL_00a4: { int32_t L_27 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_28 = ___entityName0; NullCheck(L_28); String_t* L_29; L_29 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_29, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_31 = ___entityName0; NullCheck(L_31); String_t* L_32; L_32 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_31, /*hidden argument*/NULL); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_30)), (int32_t)1)), _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06, L_32, /*hidden argument*/NULL); } IL_00c9: { return (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E *)NULL; } IL_00cb: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_33 = V_0; NullCheck(L_33); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_34; L_34 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_33, /*hidden argument*/NULL); NullCheck(L_34); bool L_35; L_35 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_34, /*hidden argument*/NULL); if (L_35) { goto IL_00fd; } } { int32_t L_36 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_37 = ___entityName0; NullCheck(L_37); String_t* L_38; L_38 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); int32_t L_39; L_39 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_38, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_40 = ___entityName0; NullCheck(L_40); String_t* L_41; L_41 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_40, /*hidden argument*/NULL); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_39)), (int32_t)1)), _stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717, L_41, /*hidden argument*/NULL); } IL_00fd: { bool L_42 = ___inAttribute3; if (!L_42) { goto IL_012e; } } { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_43 = V_0; NullCheck(L_43); bool L_44; L_44 = SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03_inline(L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_012e; } } { int32_t L_45 = __this->get_curPos_13(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_46 = ___entityName0; NullCheck(L_46); String_t* L_47; L_47 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_46, /*hidden argument*/NULL); NullCheck(L_47); int32_t L_48; L_48 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_47, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_49 = ___entityName0; NullCheck(L_49); String_t* L_50; L_50 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_49, /*hidden argument*/NULL); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_48)), (int32_t)1)), _stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049, L_50, /*hidden argument*/NULL); } IL_012e: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_51 = V_0; return L_51; } } // System.Void System.Xml.DtdParser::SendValidationEvent(System.Int32,System.Xml.Schema.XmlSeverityType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m8C62FAFCBEC5DFD61E76072723E26ED67B6D659B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, int32_t ___severity1, String_t* ___code2, String_t* ___arg3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___severity1; String_t* L_1 = ___code2; String_t* L_2 = ___arg3; String_t* L_3; L_3 = DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5(__this, /*hidden argument*/NULL); int32_t L_4; L_4 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); int32_t L_6 = ___pos0; int32_t L_7 = __this->get_curPos_13(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_8 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829(L_8, L_1, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)))), /*hidden argument*/NULL); DtdParser_SendValidationEvent_m457F9A19161610DC73BDE79257EC3B887BA352A9(__this, L_0, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m4D7A7012EAF2A762787497A59B05A144DECB1233 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___severity0; String_t* L_1 = ___code1; String_t* L_2 = ___arg2; String_t* L_3; L_3 = DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5(__this, /*hidden argument*/NULL); int32_t L_4; L_4 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_6 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829(L_6, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); DtdParser_SendValidationEvent_m457F9A19161610DC73BDE79257EC3B887BA352A9(__this, L_0, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m457F9A19161610DC73BDE79257EC3B887BA352A9 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___severity0, XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->get_readerAdapterWithValidation_1(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var, L_0); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0017; } } { RuntimeObject* L_3 = V_0; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_4 = ___e1; int32_t L_5 = ___severity0; NullCheck(L_3); InterfaceActionInvoker2< Exception_t *, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var, L_3, L_4, L_5); } IL_0017: { return; } } // System.Boolean System.Xml.DtdParser::IsAttributeValueType(System.Xml.DtdParser/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_IsAttributeValueType_m7F07860F549A9DDBFD1CC2FA06A032485CD37D69 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___token0, const RuntimeMethod* method) { { int32_t L_0 = ___token0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___token0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000c: { return (bool)0; } } // System.Int32 System.Xml.DtdParser::get_LineNo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_readerAdapter_0(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.IDtdParserAdapter::get_LineNo() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 System.Xml.DtdParser::get_LinePos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_curPos_13(); RuntimeObject* L_1 = __this->get_readerAdapter_0(); NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.IDtdParserAdapter::get_LineStartPosition() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_1); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_2)); } } // System.String System.Xml.DtdParser::get_BaseUriStr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_get_BaseUriStr_m634F8B3C0FE944930EBF54C8CC0F10B69FD94AE5 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; { RuntimeObject* L_0 = __this->get_readerAdapter_0(); NullCheck(L_0); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1; L_1 = InterfaceFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0); V_0 = L_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_3; L_3 = Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5(L_2, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (L_3) { goto IL_001b; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_001b: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); return L_6; } } // System.Void System.Xml.DtdParser::OnUnexpectedError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_OnUnexpectedError_m4BB01C4D2CEB2A830DAB26C409CE2377A4FC1D7A (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_curPos_13(); DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B(__this, L_0, _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_m666665EF1E4693BA17DEA99CDF6FD0FFAFEFD49B (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___curPos0, String_t* ___res1, 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; } { int32_t L_0 = ___curPos0; String_t* L_1 = ___res1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_m073F56C76F68C72CA48079676748C5AB2FA6FC2F (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___curPos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; String_t* G_B2_2 = NULL; String_t* G_B2_3 = NULL; RuntimeObject* G_B2_4 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; String_t* G_B1_2 = NULL; String_t* G_B1_3 = NULL; RuntimeObject* G_B1_4 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; String_t* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject* G_B3_5 = NULL; { int32_t L_0 = ___curPos0; __this->set_curPos_13(L_0); RuntimeObject* L_1 = __this->get_readerAdapter_0(); NullCheck(L_1); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2; L_2 = InterfaceFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_1); V_0 = L_2; RuntimeObject* L_3 = __this->get_readerAdapter_0(); String_t* L_4 = ___res1; String_t* L_5 = ___arg2; int32_t L_6; L_6 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_7; L_7 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_9; L_9 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_8, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); G_B1_0 = L_7; G_B1_1 = L_6; G_B1_2 = L_5; G_B1_3 = L_4; G_B1_4 = L_3; if (L_9) { G_B2_0 = L_7; G_B2_1 = L_6; G_B2_2 = L_5; G_B2_3 = L_4; G_B2_4 = L_3; goto IL_0038; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); G_B3_0 = L_11; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; goto IL_0039; } IL_0038: { G_B3_0 = ((String_t*)(NULL)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; } IL_0039: { XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_12 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE(L_12, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_5); InterfaceActionInvoker1< Exception_t * >::Invoke(24 /* System.Void System.Xml.IDtdParserAdapter::Throw(System.Exception) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, G_B3_5, L_12); return; } } // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___curPos0, String_t* ___res1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_2 = NULL; String_t* G_B2_3 = NULL; RuntimeObject* G_B2_4 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_2 = NULL; String_t* G_B1_3 = NULL; RuntimeObject* G_B1_4 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject* G_B3_5 = NULL; { int32_t L_0 = ___curPos0; __this->set_curPos_13(L_0); RuntimeObject* L_1 = __this->get_readerAdapter_0(); NullCheck(L_1); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2; L_2 = InterfaceFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_1); V_0 = L_2; RuntimeObject* L_3 = __this->get_readerAdapter_0(); String_t* L_4 = ___res1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = ___args2; int32_t L_6; L_6 = DtdParser_get_LineNo_m6ABBE978AEA5872C5FD88BCAE5A104D66799E00F(__this, /*hidden argument*/NULL); int32_t L_7; L_7 = DtdParser_get_LinePos_mC325F46053446E2D47BBA6CDF7F558F4B751454C(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_9; L_9 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_8, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); G_B1_0 = L_7; G_B1_1 = L_6; G_B1_2 = L_5; G_B1_3 = L_4; G_B1_4 = L_3; if (L_9) { G_B2_0 = L_7; G_B2_1 = L_6; G_B2_2 = L_5; G_B2_3 = L_4; G_B2_4 = L_3; goto IL_0038; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); G_B3_0 = L_11; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; goto IL_0039; } IL_0038: { G_B3_0 = ((String_t*)(NULL)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; } IL_0039: { XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_12 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m4A3D0B32ECAF78CED628221C7F4F961C27115D27(L_12, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_5); InterfaceActionInvoker1< Exception_t * >::Invoke(24 /* System.Void System.Xml.IDtdParserAdapter::Throw(System.Exception) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, G_B3_5, L_12); return; } } // System.Void System.Xml.DtdParser::Throw(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_mA2BC7B0AEECD4FDF81220C8F55884A16512D6C66 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; String_t* G_B2_2 = NULL; String_t* G_B2_3 = NULL; RuntimeObject* G_B2_4 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; String_t* G_B1_2 = NULL; String_t* G_B1_3 = NULL; RuntimeObject* G_B1_4 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; String_t* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject* G_B3_5 = NULL; { RuntimeObject* L_0 = __this->get_readerAdapter_0(); NullCheck(L_0); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1; L_1 = InterfaceFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_0); V_0 = L_1; RuntimeObject* L_2 = __this->get_readerAdapter_0(); String_t* L_3 = ___res0; String_t* L_4 = ___arg1; int32_t L_5 = ___lineNo2; int32_t L_6 = ___linePos3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_8; L_8 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_7, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); G_B1_0 = L_6; G_B1_1 = L_5; G_B1_2 = L_4; G_B1_3 = L_3; G_B1_4 = L_2; if (L_8) { G_B2_0 = L_6; G_B2_1 = L_5; G_B2_2 = L_4; G_B2_3 = L_3; G_B2_4 = L_2; goto IL_0028; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); G_B3_0 = L_10; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; goto IL_0029; } IL_0028: { G_B3_0 = ((String_t*)(NULL)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; } IL_0029: { XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_11 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE(L_11, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_5); InterfaceActionInvoker1< Exception_t * >::Invoke(24 /* System.Void System.Xml.IDtdParserAdapter::Throw(System.Exception) */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, G_B3_5, L_11); return; } } // System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Int32,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_mE230D35A6EC9CCBBFA9A20C94E501DAC174969EA (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, String_t* ___data1, int32_t ___invCharPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___pos0; String_t* L_1 = ___data1; int32_t L_2 = ___invCharPos2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = XmlException_BuildCharExceptionArgs_m6B1DE4874CB2E413D1DE40B49205BB5EFB34642A(L_1, L_2, /*hidden argument*/NULL); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_m13B8EC1001A9326892B6D9555AC87829ADCBD18C (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___invCharPos2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___data0; int32_t L_2 = ___length1; int32_t L_3 = ___invCharPos2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = XmlException_BuildCharExceptionArgs_m0F085E40E6B5FF127E5424137B2CE4C22570288B(L_1, L_2, L_3, /*hidden argument*/NULL); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_m098A87AF2C6258961A217282B53D7BEA364C1279 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method) { { int32_t L_0 = ___pos0; String_t* L_1 = ___expectedToken1; DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_mACA9BDD0619CA07588EE9AD3870FB7950D1D8797 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral168C49673280639EC773D92BF193FBACAED8BF52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___pos0; String_t* L_1; L_1 = DtdParser_ParseUnexpectedToken_m6BD8CD51F6D2F8C84CE81D9A308F456A7397DA75(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___expectedToken22; if (!L_2) { goto IL_002f; } } { int32_t L_3 = __this->get_curPos_13(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; String_t* L_6 = V_0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (String_t*)L_6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_5; String_t* L_8 = ___expectedToken11; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(1), (String_t*)L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_7; String_t* L_10 = ___expectedToken22; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(2), (String_t*)L_10); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_3, _stringLiteral168C49673280639EC773D92BF193FBACAED8BF52, L_9, /*hidden argument*/NULL); return; } IL_002f: { int32_t L_11 = __this->get_curPos_13(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; String_t* L_14 = V_0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (String_t*)L_14); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_13; String_t* L_16 = ___expectedToken11; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (String_t*)L_16); DtdParser_Throw_m2C18E7A1DC2F5B36BEBFC9B3AB398E6C55D22E28(__this, L_11, _stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C, L_15, /*hidden argument*/NULL); return; } } // System.String System.Xml.DtdParser::ParseUnexpectedToken(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_ParseUnexpectedToken_m6BD8CD51F6D2F8C84CE81D9A308F456A7397DA75 (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, int32_t ___startPos0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B6_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B6_1 = NULL; int32_t G_B5_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B5_1 = NULL; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B7_2 = NULL; { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_0 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = __this->get_chars_11(); int32_t L_2 = ___startPos0; NullCheck(L_1); int32_t L_3 = L_2; uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast(L_3)); bool L_5; L_5 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_0, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } { int32_t L_6 = ___startPos0; V_0 = L_6; } IL_0017: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_7 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = __this->get_chars_11(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast(L_10)); bool L_12; L_12 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_7, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0032; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0017; } IL_0032: { int32_t L_14 = V_0; int32_t L_15 = ___startPos0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get_chars_11(); int32_t L_17 = ___startPos0; int32_t L_18 = V_1; G_B5_0 = L_17; G_B5_1 = L_16; if ((((int32_t)L_18) > ((int32_t)0))) { G_B6_0 = L_17; G_B6_1 = L_16; goto IL_0044; } } { G_B7_0 = 1; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_0045; } IL_0044: { int32_t L_19 = V_1; G_B7_0 = L_19; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_0045: { String_t* L_20; L_20 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); return L_20; } IL_004b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = __this->get_chars_11(); int32_t L_22 = ___startPos0; String_t* L_23; L_23 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_21, L_22, 1, /*hidden argument*/NULL); return L_23; } } // System.String System.Xml.DtdParser::StripSpaces(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DtdParser_StripSpaces_mFF5D2A728DF48D2AB1EA8006E268DE0C47464D8E (String_t* ___value0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0011; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0011: { V_1 = 0; V_2 = (StringBuilder_t *)NULL; goto IL_0025; } IL_0017: { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_1; int32_t L_6 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0025; } } { return _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; } IL_0025: { String_t* L_7 = ___value0; int32_t L_8 = V_1; NullCheck(L_7); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_0017; } } { int32_t L_10 = V_1; V_3 = L_10; goto IL_00ae; } IL_0034: { String_t* L_11 = ___value0; int32_t L_12 = V_3; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)32))))) { goto IL_00aa; } } { int32_t L_14 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); goto IL_004c; } IL_0046: { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_4; int32_t L_17 = V_0; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_005d; } } { String_t* L_18 = ___value0; int32_t L_19 = V_4; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)32)))) { goto IL_0046; } } IL_005d: { int32_t L_21 = V_4; int32_t L_22 = V_0; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0083; } } { StringBuilder_t * L_23 = V_2; if (L_23) { goto IL_0070; } } { String_t* L_24 = ___value0; int32_t L_25 = V_1; int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); String_t* L_28; L_28 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); return L_28; } IL_0070: { StringBuilder_t * L_29 = V_2; String_t* L_30 = ___value0; int32_t L_31 = V_1; int32_t L_32 = V_3; int32_t L_33 = V_1; NullCheck(L_29); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_29, L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); StringBuilder_t * L_35 = V_2; NullCheck(L_35); String_t* L_36; L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); return L_36; } IL_0083: { int32_t L_37 = V_4; int32_t L_38 = V_3; if ((((int32_t)L_37) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))))) { goto IL_00aa; } } { StringBuilder_t * L_39 = V_2; if (L_39) { goto IL_0094; } } { int32_t L_40 = V_0; StringBuilder_t * L_41 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_41, L_40, /*hidden argument*/NULL); V_2 = L_41; } IL_0094: { StringBuilder_t * L_42 = V_2; String_t* L_43 = ___value0; int32_t L_44 = V_1; int32_t L_45 = V_3; int32_t L_46 = V_1; NullCheck(L_42); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_42, L_43, L_44, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46)), (int32_t)1)), /*hidden argument*/NULL); int32_t L_48 = V_4; V_1 = L_48; int32_t L_49 = V_4; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)); } IL_00aa: { int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00ae: { int32_t L_51 = V_3; int32_t L_52 = V_0; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_0034; } } { StringBuilder_t * L_53 = V_2; if (L_53) { goto IL_00c5; } } { int32_t L_54 = V_1; if (!L_54) { goto IL_00c3; } } { String_t* L_55 = ___value0; int32_t L_56 = V_1; int32_t L_57 = V_0; int32_t L_58 = V_1; NullCheck(L_55); String_t* L_59; L_59 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_55, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58)), /*hidden argument*/NULL); return L_59; } IL_00c3: { String_t* L_60 = ___value0; return L_60; } IL_00c5: { int32_t L_61 = V_3; int32_t L_62 = V_1; if ((((int32_t)L_61) <= ((int32_t)L_62))) { goto IL_00d5; } } { StringBuilder_t * L_63 = V_2; String_t* L_64 = ___value0; int32_t L_65 = V_1; int32_t L_66 = V_3; int32_t L_67 = V_1; NullCheck(L_63); StringBuilder_t * L_68; L_68 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_63, L_64, L_65, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)), /*hidden argument*/NULL); } IL_00d5: { StringBuilder_t * L_69 = V_2; NullCheck(L_69); String_t* L_70; L_70 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69); return L_70; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_rightChild_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_leftChild_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__globalIndex_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_GlobalIndex_mE33D218A8DC3E3CC7C7897C767F2D16DAD0BB436_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__globalIndex_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__defaultValue_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__attributeName_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m70DC1AE33BBAE257F106DEF53FC0884B47A0EE3F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Index_mD14E30BAF45DD7EA4430143B8D0F16A71FEF943E_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__index_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get__typeData_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapMemberElement_get_IsXmlTextCollector_mB410B2BF38B6E2BC8F7FD10DF079D109B33977CF_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isTextCollector_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__explicitOrder_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable_set_FlatArrayIndex_mA8364C94E058AB87F4D7D8025F91F9AB3A130D3E_inline (XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__flatArrayIndex_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_sType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get__type_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_elementName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * SchemaDatatypeMap_op_Explicit_m87F8EEA935958FF2C47A961C4C17826288394EEE_inline (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * ___sdm0, const RuntimeMethod* method) { { SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * L_0 = ___sdm0; NullCheck(L_0); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_1 = L_0->get_type_1(); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDatatype_m5E825337AF8BF75EFD09C4CAF626465E1D2CD5BC_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___value0, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___value0; __this->set_datatype_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___value0; __this->set_schemaType_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetBaseSchemaType_m3EFA19E9738C980D94FB100DA7EF243A985158BC_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___value0; __this->set_baseSchemaType_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDerivedBy_m7627E8FD31770DFB7B73A37BC2422B8A52DCF599_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_derivedBy_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m1A2657AE54A9933E7F948EA607415A66934B48EF_inline (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * L_0 = ___value0; __this->set_content_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_BaseItemType_mA01162B9451DC16B7699345BB34F268D9F16E160_inline (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ___value0; __this->set_baseItemType_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_mE94B4F310FBEE96BA22E9441ABA18F58F6053644_inline (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ___value0; __this->set_itemType_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaDatatypeMap_get_Name_mCF730A71F9E6688D0486CFCC1EC1AED42505ADCC_inline (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_get_ParentIndex_m436CE83B7921498CE6F5999F0C8C4DF419C60AFD_inline (SchemaDatatypeMap_t89F5A171396C2FF9555DBB013CDCF009EA8F202E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parentIndex_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XsdSimpleValue_get_TypedValue_m148603AEE274F6E3CE1FF2F8040F763B80F1CA55_inline (XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_typedValue_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_baseSchemaType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_mA0CD7701AE1FDD32DDAD42AB465C22DBF72DD7AE_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * XmlSchemaSimpleType_get_Content_m9ED152F7B742244C3F086A4119D2B601B06CBA6A_inline (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, const RuntimeMethod* method) { { XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * L_0 = __this->get_content_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaSimpleTypeList_get_BaseItemType_m7F26231DAA4EFFC7411F7FA963418AF9620EEDFB_inline (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_baseItemType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_get_AnySimpleType_m5D4C0C5826765D6BED48F248225E26AB5CCEF072_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anySimpleType_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XsdSimpleValue_get_XmlType_m0EF165EE75CA5630285EBF60982B3379928EFA1F_inline (XsdSimpleValue_t3A8F1EE8DEDEB6CC4EB489C911104E114501DAAB * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_xmlType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hashCode_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaInfo_set_SchemaType_m028144676EE0A9E9C551BF420AC1E519DEB1263D_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_schemaType_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaInfo_set_DocTypeName_m1BA955D8D7D3D96AEE648C9C0439F689ACD65B79_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; __this->set_docTypeName_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaInfo_set_InternalDtdSubset_m9D3F4A8813F8C0B6A0D811558C582752217BC46A_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_internalDtdSubset_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_elementDecls_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_UndeclaredElementDecls_mC359EC7BD893856AF5E207B653D7848A54BC46F8_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_undeclaredElementDecls_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_IsDeclaredInExternal_mF90EB47072527F6FFA1CFBADD6C644D00B859376_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isDeclaredInExternal_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_LineNumber_mF9A2CF90D506DB944073B5CFF7FBB56C7366CA0B_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_lineNum_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_LinePosition_m01F233895BAEAA4CF6073C9A3DD19E55FDE90A97_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_linePos_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_Reserved_m446F2C9A61E13AFE0B7BE5C0BF56A05AC6CF5BA7_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_reserved_16(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNum_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePos_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_HasNonCDataAttribute_m71A7B08BF73328BC4C4D41C48283A1B1BFF8AD97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_hasNonCDataAttribute_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsIdDeclared_m13EDDE43FF100460E2B995C3E830985DEC415DAB_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isIdDeclared_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsIdDeclared_m42E33419B58A2E0FEB0E36F1F4856BF7749C4EA8_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isIdDeclared_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsNotationDeclared_mA7291C2A64056CE5A8E6E40DD8FAA1A957982076_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNotationDeclared_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = __this->get_contentValidator_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_contentType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsNotationDeclared_m11AF6DFF3495628801564AFE2A057ECF95CBE825_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isNotationDeclared_16(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * SchemaDeclBase_get_Values_mB5DF89E64CB21C6BE4CEFB9AC1F8103B13744387_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_values_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Presence_m339BCD8DCED7AA6EF30798A12BAFA1E6FEE39F6C_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_presence_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_DefaultValueExpanded_m0924B261962F28DC8763F5E5B5DB3FCC34C6A643_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_defExpanded_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLineNumber_m74AB47ABABDF780437AC039339AF33B312C1321C_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_valueLineNum_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLinePosition_m3C695D5E1F49D484EA2034E69AC61925D13D4518_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_valueLinePos_15(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___value0, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = ___value0; __this->set_contentValidator_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_BaseURI_mAFDEA9BFF892FAFF701CC4FFEA1CCEEFD538273D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_baseURI_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredURI_mB92A24929A2B6BF67539EFF155615B5AB9150BC8_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_declaredURI_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredInExternal_m2EFCE2B9E2965C92F97BE69E2D2AA66E0EB9C2D4_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isDeclaredInExternal_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_ParsingInProgress_m53B2A6A3A2E573092B19EBA5FFAF368C2BE5A9AB_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_parsingInProgress_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_IsExternal_m65463934D765AA2DAE0D569F437B722B9E75E75B_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isExternal_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_Pubid_m08846B90B1DBAE7F2D949336C2A1D0D67968FC00_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_pubid_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_NData_mD493C42553D9780205C808988FBA4D0F1C40C9B9_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; __this->set_ndata_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_ndata_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_Line_mC763565D1C187F4541E42EE21CA76C57EBEA6D72_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_lineNumber_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaEntity_set_Pos_mA925BE118C0633173B4C94FD041BEBC5AD5F4674_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_linePosition_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaNotation_set_SystemLiteral_m130B3E892EBAF4EAF49AE59324CC1034F5094BBE_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_systemLiteral_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaNotation_set_Pubid_mE52000D2E246F07911EFD3222028AC6F306BA9A6_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_pubid_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_res_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DtdParser_get_Normalize_mC46424C6FCCC45E9D64FD6373ABE99D92403BD10_inline (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_normalize_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DtdParser_get_SupportNamespaces_mF44A852D0C34E9E69AA01A1967EB42D7AFEF5A3C_inline (DtdParser_tF39D569A3B812E4B8E9C048D1421D41B652BCA86 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_supportNamespaces_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_ParsingInProgress_m560545FEA4040F3DCD9D3E98C9AB97313D4A9378_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_parsingInProgress_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isExternal_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m5EAB60888D4E661A01C7F32AD890D785F8B6225B_gshared_inline (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentValue_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_1(); return (int32_t)L_0; } }