#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 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 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 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 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 GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // 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_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121; // 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.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA3F9CEF64ED38FA56ECC5E56165286AE1376D617; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Xml.XmlName[] struct XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7; // System.Xml.Schema.XmlTypeCode[] struct XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // 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.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Reflection.ICustomAttributeProvider struct ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // 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.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.Type struct Type_t; // System.Xml.Serialization.TypeData struct TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2; // System.Xml.Serialization.TypeMember struct TypeMember_t8F822B48C520500825EE30B53C9F31070682019C; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701; // System.Xml.Serialization.XmlAnyAttributeAttribute struct XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094; // System.Xml.Serialization.XmlAnyElementAttribute struct XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92; // System.Xml.Serialization.XmlAnyElementAttributes struct XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E; // System.Xml.Schema.XmlAnyListConverter struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C; // System.Xml.Serialization.XmlArrayAttribute struct XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472; // System.Xml.Serialization.XmlArrayItemAttribute struct XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94; // System.Xml.Serialization.XmlArrayItemAttributes struct XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D; // System.Xml.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3; // System.Xml.Serialization.XmlAttributeEventArgs struct XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37; // System.Xml.Serialization.XmlAttributeEventHandler struct XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286; // System.Xml.Serialization.XmlAttributeOverrides struct XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F; // System.Xml.Serialization.XmlAttributes struct XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55; // System.Xml.Schema.XmlBooleanConverter struct XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457; // System.Xml.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA; // System.Xml.XmlCachedStream struct XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559; // System.Xml.XmlChildNodes struct XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB; // System.Xml.Serialization.XmlChoiceIdentifierAttribute struct XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067; // System.Xml.XmlComment struct XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66; // System.Xml.Schema.XmlDateTimeConverter struct XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D; // System.Xml.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlDocumentFragment struct XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF; // System.Xml.Serialization.XmlElementAttribute struct XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94; // System.Xml.Serialization.XmlElementAttributes struct XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402; // System.Xml.XmlEntity struct XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13; // System.Xml.XmlEntityReference struct XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94; // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D; // System.Xml.XmlLoader struct XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138; // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3; // 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.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240; // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4; // System.Xml.Serialization.XmlTypeAttribute struct XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // 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* 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* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_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* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_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* DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_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* ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_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* IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_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* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_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* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t74E352C280EAC22C878867444978741F19E1F895_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* TypeMember_t8F822B48C520500825EE30B53C9F31070682019C_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* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamespaceDeclarationsAttribute_t647F9C667C4A09EB4302FD0DD5F278FBC645869F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8; IL2CPP_EXTERN_C String_t* _stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473; IL2CPP_EXTERN_C String_t* _stringLiteral033D1A6AEAFA549F3817926A246C7A61244A174C; IL2CPP_EXTERN_C String_t* _stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63; IL2CPP_EXTERN_C String_t* _stringLiteral06C6EF334A248557A31ACC1740CAA2A6A788ECD5; IL2CPP_EXTERN_C String_t* _stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A; IL2CPP_EXTERN_C String_t* _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; IL2CPP_EXTERN_C String_t* _stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF; IL2CPP_EXTERN_C String_t* _stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F; IL2CPP_EXTERN_C String_t* _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72; IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A; IL2CPP_EXTERN_C String_t* _stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3; IL2CPP_EXTERN_C String_t* _stringLiteral10E3A7873DD45D61AB6068175777B54A049F04A1; IL2CPP_EXTERN_C String_t* _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7; IL2CPP_EXTERN_C String_t* _stringLiteral11834E4FA4D4CDE4FFF1896BC2B609DB8CBF216A; IL2CPP_EXTERN_C String_t* _stringLiteral13D9609FF531C08DB4219887D2F667237E96112A; IL2CPP_EXTERN_C String_t* _stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521; IL2CPP_EXTERN_C String_t* _stringLiteral164ADD123C450CB960634439BE93105C2CE035ED; IL2CPP_EXTERN_C String_t* _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F; IL2CPP_EXTERN_C String_t* _stringLiteral170540220FC2938BCFE6547E5B9BAF7806C7D35D; IL2CPP_EXTERN_C String_t* _stringLiteral1885083B225A9C3413CEAE49DFF7E6B5770675FB; IL2CPP_EXTERN_C String_t* _stringLiteral1A0AA3281AD8097F34172BB119D920D00EF23FF8; IL2CPP_EXTERN_C String_t* _stringLiteral1BF1039B56259D73BD0BEE9EF7031C5CDFAF393E; IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29; IL2CPP_EXTERN_C String_t* _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300; IL2CPP_EXTERN_C String_t* _stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329; IL2CPP_EXTERN_C String_t* _stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B; IL2CPP_EXTERN_C String_t* _stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E; IL2CPP_EXTERN_C String_t* _stringLiteral26E478A40A804C5FF9FB7A90DCD4F5E8539E8E38; IL2CPP_EXTERN_C String_t* _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7; IL2CPP_EXTERN_C String_t* _stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral32C160F8BF4BD5741D98F55E5487C9CD4ED0A921; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48; IL2CPP_EXTERN_C String_t* _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9; IL2CPP_EXTERN_C String_t* _stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7; IL2CPP_EXTERN_C String_t* _stringLiteral3AFC0DE819870B50AA0F59F4823CD7064A39BC72; IL2CPP_EXTERN_C String_t* _stringLiteral3C67F6F3D5AD1DF5DD1E3B7F8583419767796154; IL2CPP_EXTERN_C String_t* _stringLiteral41B29E6818EB3DC63FDFF520DBC2B07B4616C31D; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral43D4BC32C912978CB5A42000324BB5E01F316AC5; IL2CPP_EXTERN_C String_t* _stringLiteral4437BD97E9EF1504EFFC424F3AF22F53BAE124F4; IL2CPP_EXTERN_C String_t* _stringLiteral44A2C30EE3C713B4D21FA53CE82508AA974EF69F; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4; IL2CPP_EXTERN_C String_t* _stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral506DB52F56B75C81EC3FAF713D759D2452D9F932; IL2CPP_EXTERN_C String_t* _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6; IL2CPP_EXTERN_C String_t* _stringLiteral51C6279E31F7483126B79E3000116001A915B690; IL2CPP_EXTERN_C String_t* _stringLiteral52E7AA29D33516D76AAE995603260C880821A398; IL2CPP_EXTERN_C String_t* _stringLiteral536AD1D6D09E3FF60B110BCF7C61CAC2A6B0D397; IL2CPP_EXTERN_C String_t* _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D; IL2CPP_EXTERN_C String_t* _stringLiteral5AC99274726A9DE2BFDE72AF9A09B4090D70A00D; IL2CPP_EXTERN_C String_t* _stringLiteral5AFD3918EA9B0319000EB4A5665DDEB07CCB249B; IL2CPP_EXTERN_C String_t* _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; IL2CPP_EXTERN_C String_t* _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F; IL2CPP_EXTERN_C String_t* _stringLiteral60A8E46FB58B32469B01DE3ACE927FE91B27EC52; IL2CPP_EXTERN_C String_t* _stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9; IL2CPP_EXTERN_C String_t* _stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6DF679FD2D20B0F2C6E93D0736075B7733773462; IL2CPP_EXTERN_C String_t* _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB; IL2CPP_EXTERN_C String_t* _stringLiteral6FE1D10402FA73D38B1019624B3D2A5B5C867A30; IL2CPP_EXTERN_C String_t* _stringLiteral7180DA204588CF41B56FA236B1DEFF0D3CB61C60; IL2CPP_EXTERN_C String_t* _stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral791879DECB3477AD61FF2F50186DCF089516C2FA; IL2CPP_EXTERN_C String_t* _stringLiteral7A0A2392ACF5A7B95F7BEF7E2031663D5C54B568; IL2CPP_EXTERN_C String_t* _stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D; IL2CPP_EXTERN_C String_t* _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D; IL2CPP_EXTERN_C String_t* _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3; IL2CPP_EXTERN_C String_t* _stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657; IL2CPP_EXTERN_C String_t* _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF; IL2CPP_EXTERN_C String_t* _stringLiteral804227437FFBF6A9357C617E09C9B6C0EEBC5105; IL2CPP_EXTERN_C String_t* _stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221; IL2CPP_EXTERN_C String_t* _stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C; IL2CPP_EXTERN_C String_t* _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88FE25385F8BFC1F8C027A8AD8AECE97C41561D6; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158; IL2CPP_EXTERN_C String_t* _stringLiteral8D16E9432C04457309BE5660A7FAA2D0E26E3A7E; IL2CPP_EXTERN_C String_t* _stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426; IL2CPP_EXTERN_C String_t* _stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99; IL2CPP_EXTERN_C String_t* _stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E; IL2CPP_EXTERN_C String_t* _stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956; IL2CPP_EXTERN_C String_t* _stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4; IL2CPP_EXTERN_C String_t* _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; IL2CPP_EXTERN_C String_t* _stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2; IL2CPP_EXTERN_C String_t* _stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283; IL2CPP_EXTERN_C String_t* _stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64; IL2CPP_EXTERN_C String_t* _stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655; IL2CPP_EXTERN_C String_t* _stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795; IL2CPP_EXTERN_C String_t* _stringLiteralA73D573DF83D11DB88B9E63E9DF538F46194507D; IL2CPP_EXTERN_C String_t* _stringLiteralA849558816A84F373F471C0275248DA08F91A4A6; IL2CPP_EXTERN_C String_t* _stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F; IL2CPP_EXTERN_C String_t* _stringLiteralAD6C3F7BBA285DE996C4023ED62F90C544C0C113; IL2CPP_EXTERN_C String_t* _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A; IL2CPP_EXTERN_C String_t* _stringLiteralB19AA61C3E141B3EB68FD951C93DC3E3ED91ED33; IL2CPP_EXTERN_C String_t* _stringLiteralB1F08D0314C64CDEC75E61CB4671CE182F8F39A5; IL2CPP_EXTERN_C String_t* _stringLiteralB430C3BDFBED8F33C9EE291E864357112FE8F433; IL2CPP_EXTERN_C String_t* _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; IL2CPP_EXTERN_C String_t* _stringLiteralB742D8C0656D633640A827B03F024EC3F3C96FFF; IL2CPP_EXTERN_C String_t* _stringLiteralB77C51162F9B76C1135D72465C09B899FF505927; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA; IL2CPP_EXTERN_C String_t* _stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08; IL2CPP_EXTERN_C String_t* _stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D; IL2CPP_EXTERN_C String_t* _stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC84E568C2748F9FEA10B49CBF3076D4B6DA24940; IL2CPP_EXTERN_C String_t* _stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948; IL2CPP_EXTERN_C String_t* _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; IL2CPP_EXTERN_C String_t* _stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCE6A4511D58A9B6C235D9E76F3BADFD11EFD8892; IL2CPP_EXTERN_C String_t* _stringLiteralCF06C8F24964E50FF1069A8CEE33E689908FFB7E; IL2CPP_EXTERN_C String_t* _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31; IL2CPP_EXTERN_C String_t* _stringLiteralD5750306EEF268CDF7C94C9DB0356DB272D8B5C1; IL2CPP_EXTERN_C String_t* _stringLiteralD5CF37169D518173369F326C4BECA4FF192E3DF4; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD68508B50CDE1B2E777400476044304CB8149311; IL2CPP_EXTERN_C String_t* _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465; IL2CPP_EXTERN_C String_t* _stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901; IL2CPP_EXTERN_C String_t* _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355; IL2CPP_EXTERN_C String_t* _stringLiteralDB8EB0CBD198B70778E7BA0FDD11B98A9037B88E; IL2CPP_EXTERN_C String_t* _stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9; IL2CPP_EXTERN_C String_t* _stringLiteralDF2C12D438B63BDDB45563C56D85460A0AC2B6DF; IL2CPP_EXTERN_C String_t* _stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4; IL2CPP_EXTERN_C String_t* _stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD; 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* _stringLiteralE358F823C39A638A3134E442FF53D303271291F3; IL2CPP_EXTERN_C String_t* _stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35; IL2CPP_EXTERN_C String_t* _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29; IL2CPP_EXTERN_C String_t* _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7; IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E; IL2CPP_EXTERN_C String_t* _stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8; IL2CPP_EXTERN_C String_t* _stringLiteralE86D98C6DCF741AC261234D4DD6564807FFD6604; IL2CPP_EXTERN_C String_t* _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17; IL2CPP_EXTERN_C String_t* _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F; IL2CPP_EXTERN_C String_t* _stringLiteralEC03C9E2F65BF04EE2B8D77AD1C2CCEB94B4E622; IL2CPP_EXTERN_C String_t* _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490; IL2CPP_EXTERN_C String_t* _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralF055DA8792043562266B190C75E998854771F7DE; IL2CPP_EXTERN_C String_t* _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; IL2CPP_EXTERN_C String_t* _stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35; IL2CPP_EXTERN_C String_t* _stringLiteralF3FED9B982102FDD475F39E2487268020045A46E; IL2CPP_EXTERN_C String_t* _stringLiteralF4A51C3F560CFFF758004A896D0F296062D4D2D8; IL2CPP_EXTERN_C String_t* _stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF67CF5B59E32B552C2C143E0A3990B9794C84DA7; IL2CPP_EXTERN_C String_t* _stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520; IL2CPP_EXTERN_C String_t* _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015; IL2CPP_EXTERN_C String_t* _stringLiteralF728BB1042434A62390B663885705EC948058093; IL2CPP_EXTERN_C String_t* _stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91; IL2CPP_EXTERN_C String_t* _stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; IL2CPP_EXTERN_C String_t* _stringLiteralFADD687304F8552C5DEE5C6D3CBD807002BF3720; IL2CPP_EXTERN_C String_t* _stringLiteralFB5F5BC179359BB02810BD7BD8F296B34A8C6EE8; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C String_t* _stringLiteralFC344454A143AB042DC5757AA44FB10C745C1E4D; IL2CPP_EXTERN_C String_t* _stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_SetNamedItem_m5613ADF2427161B5C45BCFF6E40BCF9CFA3B132A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_ChangeListType_m2D552B789C4B57AE62140B1BF2C6E2CADF75D32F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_DecimalToInt32_m012A0DC69EE789FDFE9CDE647A8186973CCAF3C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_DecimalToInt64_m821C877425125DBA0C27EFA4AB5A5C902A650FA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_DecimalToUInt64_m333E4C11DFB15FD0E9AC1CE10E0417D99FA1AC7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToByte_mEC5B44F18543F9996EA7F7072346BBB96A86EE3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToInt16_mA713BB9EEA6547153CB68C76EF3834F9E96390F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToSByte_mB3E8C72064F9E1A16A6DA69B262C53C9BE60B6E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToUInt16_mAF53764E8E5919438C02D6A732F4614286742F65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int64ToInt32_mEC0C41E484D22F819A55BB016B804DD709B80E93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int64ToUInt32_m320A72164309688C9D131AB70F810F5DC08EA4A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_QNameToString_mDE5302DA70D4FC255DA3DF0D0E0ADC7006BAAD87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_StringToHexBinary_mBE53ADC0FCB27F5A07E2296DF295403A26E36227_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ChangeType_mE550AB3D9B640F8E36DDAD634F4FDE9B9EAFCC12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ToBoolean_m1591E723506D93CBD9F501D33A561D02F322ABE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ToBoolean_m2B875B2AE5B35B88052D956BDB9247110D9E23D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ToString_m99F41656539467B20716CB33474F53758A640B7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_FromBinHexString_mF2502CA8CB68A1ED78236C226074D7C9E352F9C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBinHexString_m96E9A08250393ADEEEF5BC0C38409589D3C16BAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToChar_m07D10ACA183420CC7FD54C26F7EF4B61F998FBBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToDateTime_m6C500A177C7BDCF3C34D126B90B719EA8D795468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToString_m59D6835E6F58CD2963BFA9A5C4FCE2B15BC2E67D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyNCName_m56AC887776EBA5B2BB5D4D399AC13D874140AFA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyName_mFC28F012892C00E0C8A562C6AD235CAF699E1C93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlCustomFormatter_FromEnum_m8749D34409F1C28F902F929A279F03BF7C84284E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ChangeType_m090C368E3DCCBD30CB75FDD1259C152CFA0564AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTimeOffset_m45F6183A59FF14BD056DECBF3C91B2916707EAFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTimeOffset_mFEB682BDE59F541D946CE5C8EA2A005BA2F0DFBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTime_m1B47F88C5CCBDB3C9E2359B285FAB3A0CC841B55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTime_m6A382CF047D081FF86C56410064111E4643F0402_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToString_m5949376999F507A25BEF605B47E7EC52E9EF1C3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_CheckName_m6394DDD0AB1FE4C184EB3E15E420727B681C608A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_set_InnerText_mB3E21FA29431474EB1484CFA4BB1693DF87B3D51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_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* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_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 Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 : 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_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* ___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_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___entries_1)); } inline EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* 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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___keys_7)); } inline KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * 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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___values_8)); } inline ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * get_values_8() const { return ___values_8; } inline ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * 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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ____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); } }; 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.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // 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.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 : public RuntimeObject { public: public: }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E : public RuntimeObject { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.MatchCollection::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::_matches ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____matches_1; // System.Boolean System.Text.RegularExpressions.MatchCollection::_done bool ____done_2; // System.String System.Text.RegularExpressions.MatchCollection::_input String_t* ____input_3; // System.Int32 System.Text.RegularExpressions.MatchCollection::_beginning int32_t ____beginning_4; // System.Int32 System.Text.RegularExpressions.MatchCollection::_length int32_t ____length_5; // System.Int32 System.Text.RegularExpressions.MatchCollection::_startat int32_t ____startat_6; // System.Int32 System.Text.RegularExpressions.MatchCollection::_prevlen int32_t ____prevlen_7; public: inline static int32_t get_offset_of__regex_0() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____regex_0)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_0() const { return ____regex_0; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_0() { return &____regex_0; } inline void set__regex_0(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_0), (void*)value); } inline static int32_t get_offset_of__matches_1() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____matches_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__matches_1() const { return ____matches_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__matches_1() { return &____matches_1; } inline void set__matches_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____matches_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_1), (void*)value); } inline static int32_t get_offset_of__done_2() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____done_2)); } inline bool get__done_2() const { return ____done_2; } inline bool* get_address_of__done_2() { return &____done_2; } inline void set__done_2(bool value) { ____done_2 = value; } inline static int32_t get_offset_of__input_3() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____input_3)); } inline String_t* get__input_3() const { return ____input_3; } inline String_t** get_address_of__input_3() { return &____input_3; } inline void set__input_3(String_t* value) { ____input_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____input_3), (void*)value); } inline static int32_t get_offset_of__beginning_4() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____beginning_4)); } inline int32_t get__beginning_4() const { return ____beginning_4; } inline int32_t* get_address_of__beginning_4() { return &____beginning_4; } inline void set__beginning_4(int32_t value) { ____beginning_4 = value; } inline static int32_t get_offset_of__length_5() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____length_5)); } inline int32_t get__length_5() const { return ____length_5; } inline int32_t* get_address_of__length_5() { return &____length_5; } inline void set__length_5(int32_t value) { ____length_5 = value; } inline static int32_t get_offset_of__startat_6() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____startat_6)); } inline int32_t get__startat_6() const { return ____startat_6; } inline int32_t* get_address_of__startat_6() { return &____startat_6; } inline void set__startat_6(int32_t value) { ____startat_6 = value; } inline static int32_t get_offset_of__prevlen_7() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____prevlen_7)); } inline int32_t get__prevlen_7() const { return ____prevlen_7; } inline int32_t* get_address_of__prevlen_7() { return &____prevlen_7; } inline void set__prevlen_7(int32_t value) { ____prevlen_7 = value; } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // 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.Serialization.TypeMember struct TypeMember_t8F822B48C520500825EE30B53C9F31070682019C : public RuntimeObject { public: // System.Type System.Xml.Serialization.TypeMember::type Type_t * ___type_0; // System.String System.Xml.Serialization.TypeMember::member String_t* ___member_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TypeMember_t8F822B48C520500825EE30B53C9F31070682019C, ___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_member_1() { return static_cast(offsetof(TypeMember_t8F822B48C520500825EE30B53C9F31070682019C, ___member_1)); } inline String_t* get_member_1() const { return ___member_1; } inline String_t** get_address_of_member_1() { return &___member_1; } inline void set_member_1(String_t* value) { ___member_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___member_1), (void*)value); } }; // 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.Serialization.XmlAttributeOverrides struct XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.Serialization.XmlAttributeOverrides::overrides Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___overrides_0; public: inline static int32_t get_offset_of_overrides_0() { return static_cast(offsetof(XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F, ___overrides_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_overrides_0() const { return ___overrides_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_overrides_0() { return &___overrides_0; } inline void set_overrides_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___overrides_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___overrides_0), (void*)value); } }; // System.Xml.Serialization.XmlAttributes struct XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 : public RuntimeObject { public: // System.Xml.Serialization.XmlAnyAttributeAttribute System.Xml.Serialization.XmlAttributes::xmlAnyAttribute XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * ___xmlAnyAttribute_0; // System.Xml.Serialization.XmlAnyElementAttributes System.Xml.Serialization.XmlAttributes::xmlAnyElements XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * ___xmlAnyElements_1; // System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlAttributes::xmlArray XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * ___xmlArray_2; // System.Xml.Serialization.XmlArrayItemAttributes System.Xml.Serialization.XmlAttributes::xmlArrayItems XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * ___xmlArrayItems_3; // System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlAttributes::xmlAttribute XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * ___xmlAttribute_4; // System.Xml.Serialization.XmlChoiceIdentifierAttribute System.Xml.Serialization.XmlAttributes::xmlChoiceIdentifier XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * ___xmlChoiceIdentifier_5; // System.Object System.Xml.Serialization.XmlAttributes::xmlDefaultValue RuntimeObject * ___xmlDefaultValue_6; // System.Xml.Serialization.XmlElementAttributes System.Xml.Serialization.XmlAttributes::xmlElements XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * ___xmlElements_7; // System.Xml.Serialization.XmlEnumAttribute System.Xml.Serialization.XmlAttributes::xmlEnum XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * ___xmlEnum_8; // System.Boolean System.Xml.Serialization.XmlAttributes::xmlIgnore bool ___xmlIgnore_9; // System.Boolean System.Xml.Serialization.XmlAttributes::xmlns bool ___xmlns_10; // System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlAttributes::xmlRoot XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___xmlRoot_11; // System.Xml.Serialization.XmlTextAttribute System.Xml.Serialization.XmlAttributes::xmlText XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * ___xmlText_12; // System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlAttributes::xmlType XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * ___xmlType_13; public: inline static int32_t get_offset_of_xmlAnyAttribute_0() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlAnyAttribute_0)); } inline XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * get_xmlAnyAttribute_0() const { return ___xmlAnyAttribute_0; } inline XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 ** get_address_of_xmlAnyAttribute_0() { return &___xmlAnyAttribute_0; } inline void set_xmlAnyAttribute_0(XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * value) { ___xmlAnyAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAnyAttribute_0), (void*)value); } inline static int32_t get_offset_of_xmlAnyElements_1() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlAnyElements_1)); } inline XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * get_xmlAnyElements_1() const { return ___xmlAnyElements_1; } inline XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E ** get_address_of_xmlAnyElements_1() { return &___xmlAnyElements_1; } inline void set_xmlAnyElements_1(XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * value) { ___xmlAnyElements_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAnyElements_1), (void*)value); } inline static int32_t get_offset_of_xmlArray_2() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlArray_2)); } inline XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * get_xmlArray_2() const { return ___xmlArray_2; } inline XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 ** get_address_of_xmlArray_2() { return &___xmlArray_2; } inline void set_xmlArray_2(XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * value) { ___xmlArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlArray_2), (void*)value); } inline static int32_t get_offset_of_xmlArrayItems_3() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlArrayItems_3)); } inline XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * get_xmlArrayItems_3() const { return ___xmlArrayItems_3; } inline XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB ** get_address_of_xmlArrayItems_3() { return &___xmlArrayItems_3; } inline void set_xmlArrayItems_3(XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * value) { ___xmlArrayItems_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlArrayItems_3), (void*)value); } inline static int32_t get_offset_of_xmlAttribute_4() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlAttribute_4)); } inline XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * get_xmlAttribute_4() const { return ___xmlAttribute_4; } inline XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 ** get_address_of_xmlAttribute_4() { return &___xmlAttribute_4; } inline void set_xmlAttribute_4(XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * value) { ___xmlAttribute_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAttribute_4), (void*)value); } inline static int32_t get_offset_of_xmlChoiceIdentifier_5() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlChoiceIdentifier_5)); } inline XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * get_xmlChoiceIdentifier_5() const { return ___xmlChoiceIdentifier_5; } inline XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 ** get_address_of_xmlChoiceIdentifier_5() { return &___xmlChoiceIdentifier_5; } inline void set_xmlChoiceIdentifier_5(XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * value) { ___xmlChoiceIdentifier_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlChoiceIdentifier_5), (void*)value); } inline static int32_t get_offset_of_xmlDefaultValue_6() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlDefaultValue_6)); } inline RuntimeObject * get_xmlDefaultValue_6() const { return ___xmlDefaultValue_6; } inline RuntimeObject ** get_address_of_xmlDefaultValue_6() { return &___xmlDefaultValue_6; } inline void set_xmlDefaultValue_6(RuntimeObject * value) { ___xmlDefaultValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlDefaultValue_6), (void*)value); } inline static int32_t get_offset_of_xmlElements_7() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlElements_7)); } inline XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * get_xmlElements_7() const { return ___xmlElements_7; } inline XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 ** get_address_of_xmlElements_7() { return &___xmlElements_7; } inline void set_xmlElements_7(XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * value) { ___xmlElements_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlElements_7), (void*)value); } inline static int32_t get_offset_of_xmlEnum_8() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlEnum_8)); } inline XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * get_xmlEnum_8() const { return ___xmlEnum_8; } inline XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E ** get_address_of_xmlEnum_8() { return &___xmlEnum_8; } inline void set_xmlEnum_8(XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * value) { ___xmlEnum_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlEnum_8), (void*)value); } inline static int32_t get_offset_of_xmlIgnore_9() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlIgnore_9)); } inline bool get_xmlIgnore_9() const { return ___xmlIgnore_9; } inline bool* get_address_of_xmlIgnore_9() { return &___xmlIgnore_9; } inline void set_xmlIgnore_9(bool value) { ___xmlIgnore_9 = value; } inline static int32_t get_offset_of_xmlns_10() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlns_10)); } inline bool get_xmlns_10() const { return ___xmlns_10; } inline bool* get_address_of_xmlns_10() { return &___xmlns_10; } inline void set_xmlns_10(bool value) { ___xmlns_10 = value; } inline static int32_t get_offset_of_xmlRoot_11() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlRoot_11)); } inline XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * get_xmlRoot_11() const { return ___xmlRoot_11; } inline XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 ** get_address_of_xmlRoot_11() { return &___xmlRoot_11; } inline void set_xmlRoot_11(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * value) { ___xmlRoot_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlRoot_11), (void*)value); } inline static int32_t get_offset_of_xmlText_12() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlText_12)); } inline XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * get_xmlText_12() const { return ___xmlText_12; } inline XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E ** get_address_of_xmlText_12() { return &___xmlText_12; } inline void set_xmlText_12(XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * value) { ___xmlText_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlText_12), (void*)value); } inline static int32_t get_offset_of_xmlType_13() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlType_13)); } inline XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * get_xmlType_13() const { return ___xmlType_13; } inline XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 ** get_address_of_xmlType_13() { return &___xmlType_13; } inline void set_xmlType_13(XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * value) { ___xmlType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_13), (void*)value); } }; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlChildEnumerator::container XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container_0; // System.Xml.XmlNode System.Xml.XmlChildEnumerator::child XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___child_1; // System.Boolean System.Xml.XmlChildEnumerator::isFirst bool ___isFirst_2; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___container_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_container_0() const { return ___container_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } inline static int32_t get_offset_of_child_1() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___child_1)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_child_1() const { return ___child_1; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_child_1() { return &___child_1; } inline void set_child_1(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___child_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___child_1), (void*)value); } inline static int32_t get_offset_of_isFirst_2() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___isFirst_2)); } inline bool get_isFirst_2() const { return ___isFirst_2; } inline bool* get_address_of_isFirst_2() { return &___isFirst_2; } inline void set_isFirst_2(bool value) { ___isFirst_2 = value; } }; // System.Xml.XmlComplianceUtil struct XmlComplianceUtil_tAAF8DEC3D5B7D154B09C9693DF7E366CD227F582 : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlCustomFormatter struct XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB : public RuntimeObject { public: public: }; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlImplementation::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_0; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59, ___nameTable_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } }; // System.Xml.XmlLoader struct XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlLoader::doc XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc_0; // System.Xml.XmlReader System.Xml.XmlLoader::reader XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader_1; // System.Boolean System.Xml.XmlLoader::preserveWhitespace bool ___preserveWhitespace_2; public: inline static int32_t get_offset_of_doc_0() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___doc_0)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_doc_0() const { return ___doc_0; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_doc_0() { return &___doc_0; } inline void set_doc_0(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___doc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___doc_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___reader_1)); } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * get_reader_1() const { return ___reader_1; } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_preserveWhitespace_2() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___preserveWhitespace_2)); } inline bool get_preserveWhitespace_2() const { return ___preserveWhitespace_2; } inline bool* get_address_of_preserveWhitespace_2() { return &___preserveWhitespace_2; } inline void set_preserveWhitespace_2(bool value) { ___preserveWhitespace_2 = value; } }; // 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.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* ___nsdecls_0; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_1; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_2; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___hashTable_4; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_5; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_6; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_7; public: inline static int32_t get_offset_of_nsdecls_0() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nsdecls_0)); } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* get_nsdecls_0() const { return ___nsdecls_0; } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5** get_address_of_nsdecls_0() { return &___nsdecls_0; } inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* value) { ___nsdecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsdecls_0), (void*)value); } inline static int32_t get_offset_of_lastDecl_1() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___lastDecl_1)); } inline int32_t get_lastDecl_1() const { return ___lastDecl_1; } inline int32_t* get_address_of_lastDecl_1() { return &___lastDecl_1; } inline void set_lastDecl_1(int32_t value) { ___lastDecl_1 = value; } inline static int32_t get_offset_of_nameTable_2() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___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_scopeId_3() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___scopeId_3)); } inline int32_t get_scopeId_3() const { return ___scopeId_3; } inline int32_t* get_address_of_scopeId_3() { return &___scopeId_3; } inline void set_scopeId_3(int32_t value) { ___scopeId_3 = value; } inline static int32_t get_offset_of_hashTable_4() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___hashTable_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_hashTable_4() const { return ___hashTable_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_hashTable_4() { return &___hashTable_4; } inline void set_hashTable_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___hashTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashTable_4), (void*)value); } inline static int32_t get_offset_of_useHashtable_5() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___useHashtable_5)); } inline bool get_useHashtable_5() const { return ___useHashtable_5; } inline bool* get_address_of_useHashtable_5() { return &___useHashtable_5; } inline void set_useHashtable_5(bool value) { ___useHashtable_5 = value; } inline static int32_t get_offset_of_xml_6() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xml_6)); } inline String_t* get_xml_6() const { return ___xml_6; } inline String_t** get_address_of_xml_6() { return &___xml_6; } inline void set_xml_6(String_t* value) { ___xml_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xml_6), (void*)value); } inline static int32_t get_offset_of_xmlNs_7() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xmlNs_7)); } inline String_t* get_xmlNs_7() const { return ___xmlNs_7; } inline String_t** get_address_of_xmlNs_7() { return &___xmlNs_7; } inline void set_xmlNs_7(String_t* value) { ___xmlNs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNs_7), (void*)value); } }; // 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.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 : public RuntimeObject { public: public: }; // 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.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject { public: public: }; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_0; // System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___schemas_1; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___internalEventHandler_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___eventHandler_3; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___schemaLocations_4; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___chameleonSchemas_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___targetNamespaces_6; // System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll bool ___compileAll_7; // System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___cachedCompiledInfo_8; // System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * ___readerSettings_9; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * ___compilationSettings_10; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___nameTable_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } inline static int32_t get_offset_of_schemas_1() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemas_1)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_schemas_1() const { return ___schemas_1; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_schemas_1() { return &___schemas_1; } inline void set_schemas_1(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___schemas_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_1), (void*)value); } inline static int32_t get_offset_of_internalEventHandler_2() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___internalEventHandler_2)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_internalEventHandler_2() const { return ___internalEventHandler_2; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_internalEventHandler_2() { return &___internalEventHandler_2; } inline void set_internalEventHandler_2(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___internalEventHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalEventHandler_2), (void*)value); } inline static int32_t get_offset_of_eventHandler_3() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___eventHandler_3)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_eventHandler_3() const { return ___eventHandler_3; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_eventHandler_3() { return &___eventHandler_3; } inline void set_eventHandler_3(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___eventHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventHandler_3), (void*)value); } inline static int32_t get_offset_of_schemaLocations_4() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemaLocations_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_schemaLocations_4() const { return ___schemaLocations_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_schemaLocations_4() { return &___schemaLocations_4; } inline void set_schemaLocations_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___schemaLocations_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaLocations_4), (void*)value); } inline static int32_t get_offset_of_chameleonSchemas_5() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___chameleonSchemas_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_chameleonSchemas_5() const { return ___chameleonSchemas_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_chameleonSchemas_5() { return &___chameleonSchemas_5; } inline void set_chameleonSchemas_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___chameleonSchemas_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___chameleonSchemas_5), (void*)value); } inline static int32_t get_offset_of_targetNamespaces_6() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___targetNamespaces_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_targetNamespaces_6() const { return ___targetNamespaces_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_targetNamespaces_6() { return &___targetNamespaces_6; } inline void set_targetNamespaces_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___targetNamespaces_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_6), (void*)value); } inline static int32_t get_offset_of_compileAll_7() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compileAll_7)); } inline bool get_compileAll_7() const { return ___compileAll_7; } inline bool* get_address_of_compileAll_7() { return &___compileAll_7; } inline void set_compileAll_7(bool value) { ___compileAll_7 = value; } inline static int32_t get_offset_of_cachedCompiledInfo_8() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___cachedCompiledInfo_8)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_cachedCompiledInfo_8() const { return ___cachedCompiledInfo_8; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_cachedCompiledInfo_8() { return &___cachedCompiledInfo_8; } inline void set_cachedCompiledInfo_8(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___cachedCompiledInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCompiledInfo_8), (void*)value); } inline static int32_t get_offset_of_readerSettings_9() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___readerSettings_9)); } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * get_readerSettings_9() const { return ___readerSettings_9; } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 ** get_address_of_readerSettings_9() { return &___readerSettings_9; } inline void set_readerSettings_9(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * value) { ___readerSettings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___readerSettings_9), (void*)value); } inline static int32_t get_offset_of_compilationSettings_10() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compilationSettings_10)); } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * get_compilationSettings_10() const { return ___compilationSettings_10; } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC ** get_address_of_compilationSettings_10() { return &___compilationSettings_10; } inline void set_compilationSettings_10(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * value) { ___compilationSettings_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___compilationSettings_10), (void*)value); } }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 : public RuntimeObject { public: public: }; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 : public RuntimeObject { public: // System.String System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName::prefix String_t* ___prefix_0; // System.String System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName::ns String_t* ___ns_1; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2, ___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_ns_1() { return static_cast(offsetof(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2, ___ns_1)); } inline String_t* get_ns_1() const { return ___ns_1; } inline String_t** get_address_of_ns_1() { return &___ns_1; } inline void set_ns_1(String_t* value) { ___ns_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 { public: // TKey System.Collections.Generic.KeyValuePair`2::key XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125, ___key_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_key_0() const { return ___key_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125, ___value_1)); } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * get_value_1() const { return ___value_1; } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___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_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___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.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; } }; // 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.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.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Object System.ComponentModel.DefaultValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)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.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.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_6; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value); } }; // 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.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.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { 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.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Xml.Serialization.XmlAnyAttributeAttribute struct XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Xml.Serialization.XmlAnyElementAttribute struct XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlAnyElementAttribute::elementName String_t* ___elementName_0; // System.String System.Xml.Serialization.XmlAnyElementAttribute::ns String_t* ___ns_1; // System.Int32 System.Xml.Serialization.XmlAnyElementAttribute::order int32_t ___order_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92, ___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_ns_1() { return static_cast(offsetof(XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92, ___ns_1)); } inline String_t* get_ns_1() const { return ___ns_1; } inline String_t** get_address_of_ns_1() { return &___ns_1; } inline void set_ns_1(String_t* value) { ___ns_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_1), (void*)value); } inline static int32_t get_offset_of_order_2() { return static_cast(offsetof(XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92, ___order_2)); } inline int32_t get_order_2() const { return ___order_2; } inline int32_t* get_address_of_order_2() { return &___order_2; } inline void set_order_2(int32_t value) { ___order_2 = value; } }; // System.Xml.Serialization.XmlAnyElementAttributes struct XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Xml.Serialization.XmlArrayItemAttributes struct XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlName System.Xml.XmlAttribute::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_1; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_2; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___name_1)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_1() const { return ___name_1; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_1() { return &___name_1; } inline void set_name_1(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_lastChild_2() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___lastChild_2)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_2() const { return ___lastChild_2; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_2() { return &___lastChild_2; } inline void set_lastChild_2(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_2), (void*)value); } }; // System.Xml.Serialization.XmlAttributeEventArgs struct XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.Xml.Serialization.XmlAttributeEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlAttribute System.Xml.Serialization.XmlAttributeEventArgs::attr XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr_2; // System.String System.Xml.Serialization.XmlAttributeEventArgs::qnames String_t* ___qnames_3; // System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::lineNumber int32_t ___lineNumber_4; // System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::linePosition int32_t ___linePosition_5; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___o_1)); } inline RuntimeObject * get_o_1() const { return ___o_1; } inline RuntimeObject ** get_address_of_o_1() { return &___o_1; } inline void set_o_1(RuntimeObject * value) { ___o_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_1), (void*)value); } inline static int32_t get_offset_of_attr_2() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___attr_2)); } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * get_attr_2() const { return ___attr_2; } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D ** get_address_of_attr_2() { return &___attr_2; } inline void set_attr_2(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * value) { ___attr_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attr_2), (void*)value); } inline static int32_t get_offset_of_qnames_3() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___qnames_3)); } inline String_t* get_qnames_3() const { return ___qnames_3; } inline String_t** get_address_of_qnames_3() { return &___qnames_3; } inline void set_qnames_3(String_t* value) { ___qnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnames_3), (void*)value); } inline static int32_t get_offset_of_lineNumber_4() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___lineNumber_4)); } inline int32_t get_lineNumber_4() const { return ___lineNumber_4; } inline int32_t* get_address_of_lineNumber_4() { return &___lineNumber_4; } inline void set_lineNumber_4(int32_t value) { ___lineNumber_4 = value; } inline static int32_t get_offset_of_linePosition_5() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___linePosition_5)); } inline int32_t get_linePosition_5() const { return ___linePosition_5; } inline int32_t* get_address_of_linePosition_5() { return &___linePosition_5; } inline void set_linePosition_5(int32_t value) { ___linePosition_5 = value; } }; // 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.XmlChildNodes struct XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB : public XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 { public: // System.Xml.XmlNode System.Xml.XmlChildNodes::container XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container_0; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB, ___container_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_container_0() const { return ___container_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } }; // System.Xml.Serialization.XmlChoiceIdentifierAttribute struct XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlChoiceIdentifierAttribute::memberName String_t* ___memberName_0; public: inline static int32_t get_offset_of_memberName_0() { return static_cast(offsetof(XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067, ___memberName_0)); } inline String_t* get_memberName_0() const { return ___memberName_0; } inline String_t** get_address_of_memberName_0() { return &___memberName_0; } inline void set_memberName_0(String_t* value) { ___memberName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberName_0), (void*)value); } }; // 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.XmlDocumentFragment struct XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_1; public: inline static int32_t get_offset_of_lastChild_1() { return static_cast(offsetof(XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4, ___lastChild_1)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_1() const { return ___lastChild_1; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_1() { return &___lastChild_1; } inline void set_lastChild_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_1), (void*)value); } }; // System.Xml.Serialization.XmlElementAttributes struct XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Xml.XmlEntity struct XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.String System.Xml.XmlEntity::publicId String_t* ___publicId_1; // System.String System.Xml.XmlEntity::systemId String_t* ___systemId_2; // System.String System.Xml.XmlEntity::notationName String_t* ___notationName_3; // System.String System.Xml.XmlEntity::name String_t* ___name_4; // System.String System.Xml.XmlEntity::unparsedReplacementStr String_t* ___unparsedReplacementStr_5; // System.String System.Xml.XmlEntity::baseURI String_t* ___baseURI_6; // System.Xml.XmlLinkedNode System.Xml.XmlEntity::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_7; // System.Boolean System.Xml.XmlEntity::childrenFoliating bool ___childrenFoliating_8; public: inline static int32_t get_offset_of_publicId_1() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___publicId_1)); } inline String_t* get_publicId_1() const { return ___publicId_1; } inline String_t** get_address_of_publicId_1() { return &___publicId_1; } inline void set_publicId_1(String_t* value) { ___publicId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_1), (void*)value); } inline static int32_t get_offset_of_systemId_2() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___systemId_2)); } inline String_t* get_systemId_2() const { return ___systemId_2; } inline String_t** get_address_of_systemId_2() { return &___systemId_2; } inline void set_systemId_2(String_t* value) { ___systemId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_2), (void*)value); } inline static int32_t get_offset_of_notationName_3() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___notationName_3)); } inline String_t* get_notationName_3() const { return ___notationName_3; } inline String_t** get_address_of_notationName_3() { return &___notationName_3; } inline void set_notationName_3(String_t* value) { ___notationName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___notationName_3), (void*)value); } inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___name_4)); } inline String_t* get_name_4() const { return ___name_4; } inline String_t** get_address_of_name_4() { return &___name_4; } inline void set_name_4(String_t* value) { ___name_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value); } inline static int32_t get_offset_of_unparsedReplacementStr_5() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___unparsedReplacementStr_5)); } inline String_t* get_unparsedReplacementStr_5() const { return ___unparsedReplacementStr_5; } inline String_t** get_address_of_unparsedReplacementStr_5() { return &___unparsedReplacementStr_5; } inline void set_unparsedReplacementStr_5(String_t* value) { ___unparsedReplacementStr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___unparsedReplacementStr_5), (void*)value); } inline static int32_t get_offset_of_baseURI_6() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___baseURI_6)); } inline String_t* get_baseURI_6() const { return ___baseURI_6; } inline String_t** get_address_of_baseURI_6() { return &___baseURI_6; } inline void set_baseURI_6(String_t* value) { ___baseURI_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_6), (void*)value); } inline static int32_t get_offset_of_lastChild_7() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___lastChild_7)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_7() const { return ___lastChild_7; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_7() { return &___lastChild_7; } inline void set_lastChild_7(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_7), (void*)value); } inline static int32_t get_offset_of_childrenFoliating_8() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___childrenFoliating_8)); } inline bool get_childrenFoliating_8() const { return ___childrenFoliating_8; } inline bool* get_address_of_childrenFoliating_8() { return &___childrenFoliating_8; } inline void set_childrenFoliating_8(bool value) { ___childrenFoliating_8 = value; } }; // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlEnumAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E, ___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); } }; // System.Xml.Serialization.XmlIgnoreAttribute struct XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___next_1; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0, ___next_1)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_next_1() const { return ___next_1; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } }; // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute struct XmlNamespaceDeclarationsAttribute_t647F9C667C4A09EB4302FD0DD5F278FBC645869F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlRootAttribute::elementName String_t* ___elementName_0; // System.Boolean System.Xml.Serialization.XmlRootAttribute::isNullable bool ___isNullable_1; // System.String System.Xml.Serialization.XmlRootAttribute::ns String_t* ___ns_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96, ___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_isNullable_1() { return static_cast(offsetof(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96, ___isNullable_1)); } inline bool get_isNullable_1() const { return ___isNullable_1; } inline bool* get_address_of_isNullable_1() { return &___isNullable_1; } inline void set_isNullable_1(bool value) { ___isNullable_1 = value; } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96, ___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); } }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 : public XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 { public: public: }; // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlTextAttribute::dataType String_t* ___dataType_0; // System.Type System.Xml.Serialization.XmlTextAttribute::type Type_t * ___type_1; public: inline static int32_t get_offset_of_dataType_0() { return static_cast(offsetof(XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E, ___dataType_0)); } inline String_t* get_dataType_0() const { return ___dataType_0; } inline String_t** get_address_of_dataType_0() { return &___dataType_0; } inline void set_dataType_0(String_t* value) { ___dataType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataType_0), (void*)value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } }; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 : public XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___impl_3; public: inline static int32_t get_offset_of_impl_3() { return static_cast(offsetof(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5, ___impl_3)); } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * get_impl_3() const { return ___impl_3; } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 ** get_address_of_impl_3() { return &___impl_3; } inline void set_impl_3(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * value) { ___impl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_3), (void*)value); } }; // System.Xml.Serialization.XmlTypeAttribute struct XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.Xml.Serialization.XmlTypeAttribute::includeInSchema bool ___includeInSchema_0; // System.String System.Xml.Serialization.XmlTypeAttribute::ns String_t* ___ns_1; // System.String System.Xml.Serialization.XmlTypeAttribute::typeName String_t* ___typeName_2; public: inline static int32_t get_offset_of_includeInSchema_0() { return static_cast(offsetof(XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800, ___includeInSchema_0)); } inline bool get_includeInSchema_0() const { return ___includeInSchema_0; } inline bool* get_address_of_includeInSchema_0() { return &___includeInSchema_0; } inline void set_includeInSchema_0(bool value) { ___includeInSchema_0 = value; } inline static int32_t get_offset_of_ns_1() { return static_cast(offsetof(XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800, ___ns_1)); } inline String_t* get_ns_1() const { return ___ns_1; } inline String_t** get_address_of_ns_1() { return &___ns_1; } inline void set_ns_1(String_t* value) { ___ns_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_1), (void*)value); } inline static int32_t get_offset_of_typeName_2() { return static_cast(offsetof(XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800, ___typeName_2)); } inline String_t* get_typeName_2() const { return ___typeName_2; } inline String_t** get_address_of_typeName_2() { return &___typeName_2; } inline void set_typeName_2(String_t* value) { ___typeName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_2), (void*)value); } }; // 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: }; // System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE { public: // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::field RuntimeObject * ___field_0; public: inline static int32_t get_offset_of_field_0() { return static_cast(offsetof(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE, ___field_0)); } inline RuntimeObject * get_field_0() const { return ___field_0; } inline RuntimeObject ** get_address_of_field_0() { return &___field_0; } inline void set_field_0(RuntimeObject * value) { ___field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___field_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_pinvoke { Il2CppIUnknown* ___field_0; }; // Native definition for COM marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_com { Il2CppIUnknown* ___field_0; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___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_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___dictionary_0)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___current_3)); } inline KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // struct U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E : public RuntimeObject { public: public: }; // 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.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7, ___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.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___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.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Xml.EntityHandling struct EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90 { public: // System.Int32 System.Xml.EntityHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90, ___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.Xml.ExceptionType struct ExceptionType_t7FE8075D25307AFE6AA02C34899023BC4C9B7B23 { public: // System.Int32 System.Xml.ExceptionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionType_t7FE8075D25307AFE6AA02C34899023BC4C9B7B23, ___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.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.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_8; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_9; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_10; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_11; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_12; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_13; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_14; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_15; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_16; public: inline static int32_t get_offset_of__groupcoll_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_8)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_8() const { return ____groupcoll_8; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_8() { return &____groupcoll_8; } inline void set__groupcoll_8(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_8), (void*)value); } inline static int32_t get_offset_of__regex_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_9)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_9() const { return ____regex_9; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_9() { return &____regex_9; } inline void set__regex_9(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_9), (void*)value); } inline static int32_t get_offset_of__textbeg_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_10)); } inline int32_t get__textbeg_10() const { return ____textbeg_10; } inline int32_t* get_address_of__textbeg_10() { return &____textbeg_10; } inline void set__textbeg_10(int32_t value) { ____textbeg_10 = value; } inline static int32_t get_offset_of__textpos_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_11)); } inline int32_t get__textpos_11() const { return ____textpos_11; } inline int32_t* get_address_of__textpos_11() { return &____textpos_11; } inline void set__textpos_11(int32_t value) { ____textpos_11 = value; } inline static int32_t get_offset_of__textend_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_12)); } inline int32_t get__textend_12() const { return ____textend_12; } inline int32_t* get_address_of__textend_12() { return &____textend_12; } inline void set__textend_12(int32_t value) { ____textend_12 = value; } inline static int32_t get_offset_of__textstart_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_13)); } inline int32_t get__textstart_13() const { return ____textstart_13; } inline int32_t* get_address_of__textstart_13() { return &____textstart_13; } inline void set__textstart_13(int32_t value) { ____textstart_13 = value; } inline static int32_t get_offset_of__matches_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_14)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_14() const { return ____matches_14; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_14() { return &____matches_14; } inline void set__matches_14(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_14), (void*)value); } inline static int32_t get_offset_of__matchcount_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_15)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_15() const { return ____matchcount_15; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_15() { return &____matchcount_15; } inline void set__matchcount_15(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_15), (void*)value); } inline static int32_t get_offset_of__balancing_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_16)); } inline bool get__balancing_16() const { return ____balancing_16; } inline bool* get_address_of__balancing_16() { return &____balancing_16; } inline void set__balancing_16(bool value) { ____balancing_16 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___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.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___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.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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.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.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = value; } }; // System.StringSplitOptions struct StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3, ___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.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.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___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.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76, ___gcHandle_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___gcHandle_1 = value; } }; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B, ___data_2)); } inline String_t* get_data_2() const { return ___data_2; } inline String_t** get_address_of_data_2() { return &___data_2; } inline void set_data_2(String_t* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Xml.XmlConvert struct XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A : public RuntimeObject { public: public: }; // System.Xml.XmlDateTimeSerializationMode struct XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2 { public: // System.Int32 System.Xml.XmlDateTimeSerializationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2, ___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.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDeclaration::version String_t* ___version_2; // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_3; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_4; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___version_2)); } inline String_t* get_version_2() const { return ___version_2; } inline String_t** get_address_of_version_2() { return &___version_2; } inline void set_version_2(String_t* value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___encoding_3)); } inline String_t* get_encoding_3() const { return ___encoding_3; } inline String_t** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(String_t* value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value); } inline static int32_t get_offset_of_standalone_4() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___standalone_4)); } inline String_t* get_standalone_4() const { return ___standalone_4; } inline String_t** get_address_of_standalone_4() { return &___standalone_4; } inline void set_standalone_4(String_t* value) { ___standalone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___standalone_4), (void*)value); } }; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDocumentType::name String_t* ___name_2; // System.String System.Xml.XmlDocumentType::publicId String_t* ___publicId_3; // System.String System.Xml.XmlDocumentType::systemId String_t* ___systemId_4; // System.String System.Xml.XmlDocumentType::internalSubset String_t* ___internalSubset_5; // System.Boolean System.Xml.XmlDocumentType::namespaces bool ___namespaces_6; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_7; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___notations_8; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_9; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_publicId_3() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___publicId_3)); } inline String_t* get_publicId_3() const { return ___publicId_3; } inline String_t** get_address_of_publicId_3() { return &___publicId_3; } inline void set_publicId_3(String_t* value) { ___publicId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_3), (void*)value); } inline static int32_t get_offset_of_systemId_4() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___systemId_4)); } inline String_t* get_systemId_4() const { return ___systemId_4; } inline String_t** get_address_of_systemId_4() { return &___systemId_4; } inline void set_systemId_4(String_t* value) { ___systemId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_4), (void*)value); } inline static int32_t get_offset_of_internalSubset_5() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___internalSubset_5)); } inline String_t* get_internalSubset_5() const { return ___internalSubset_5; } inline String_t** get_address_of_internalSubset_5() { return &___internalSubset_5; } inline void set_internalSubset_5(String_t* value) { ___internalSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSubset_5), (void*)value); } inline static int32_t get_offset_of_namespaces_6() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___namespaces_6)); } inline bool get_namespaces_6() const { return ___namespaces_6; } inline bool* get_address_of_namespaces_6() { return &___namespaces_6; } inline void set_namespaces_6(bool value) { ___namespaces_6 = value; } inline static int32_t get_offset_of_entities_7() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___entities_7)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_7() const { return ___entities_7; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_7() { return &___entities_7; } inline void set_entities_7(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_7), (void*)value); } inline static int32_t get_offset_of_notations_8() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___notations_8)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_notations_8() const { return ___notations_8; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_notations_8() { return &___notations_8; } inline void set_notations_8(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___notations_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_8), (void*)value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___schemaInfo_9)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_9() const { return ___schemaInfo_9; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_9), (void*)value); } }; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.Xml.XmlName System.Xml.XmlElement::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_2; // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * ___attributes_3; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_4; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___name_2)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_2() const { return ___name_2; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___attributes_3)); } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * get_attributes_3() const { return ___attributes_3; } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_3), (void*)value); } inline static int32_t get_offset_of_lastChild_4() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___lastChild_4)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_4() const { return ___lastChild_4; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_4() { return &___lastChild_4; } inline void set_lastChild_4(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_4), (void*)value); } }; // System.Xml.XmlEntityReference struct XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlEntityReference::name String_t* ___name_2; // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94, ___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); } }; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent_0; // System.Xml.XmlNamedNodeMap/SmallXmlNodeList System.Xml.XmlNamedNodeMap::nodes SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE ___nodes_1; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___parent_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parent_0() const { return ___parent_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_nodes_1() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___nodes_1)); } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE get_nodes_1() const { return ___nodes_1; } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * get_address_of_nodes_1() { return &___nodes_1; } inline void set_nodes_1(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE value) { ___nodes_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___nodes_1))->___field_0), (void*)NULL); } }; // System.Xml.XmlNodeChangedAction struct XmlNodeChangedAction_t9DFB1E52AABC555FFE368789765F6D0347FE40DF { public: // System.Int32 System.Xml.XmlNodeChangedAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeChangedAction_t9DFB1E52AABC555FFE368789765F6D0347FE40DF, ___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.XmlNodeType struct XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81, ___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.XmlProcessingInstruction struct XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlProcessingInstruction::target String_t* ___target_2; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_3; public: inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___target_2)); } inline String_t* get_target_2() const { return ___target_2; } inline String_t** get_address_of_target_2() { return &___target_2; } inline void set_target_2(String_t* value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___data_3)); } inline String_t* get_data_3() const { return ___data_3; } inline String_t** get_address_of_data_3() { return &___data_3; } inline void set_data_3(String_t* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)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.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.XmlSchemaValidity struct XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidity::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146, ___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.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 : public XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D { public: // System.Boolean System.Xml.XmlUnspecifiedAttribute::fSpecified bool ___fSpecified_3; public: inline static int32_t get_offset_of_fSpecified_3() { return static_cast(offsetof(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641, ___fSpecified_3)); } inline bool get_fSpecified_3() const { return ___fSpecified_3; } inline bool* get_address_of_fSpecified_3() { return &___fSpecified_3; } inline void set_fSpecified_3(bool value) { ___fSpecified_3 = 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.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.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_2; // System.String System.Globalization.DateTimeFormatInfo::m_langName String_t* ___m_langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_47; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_48; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_49; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_50; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_51; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_dateWords_53; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern String_t* ___m_fullTimeSpanPositivePattern_54; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern String_t* ___m_fullTimeSpanNegativePattern_55; // System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureData_1)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_langName_3)); } inline String_t* get_m_langName_3() const { return ___m_langName_3; } inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; } inline void set_m_langName_3(String_t* value) { ___m_langName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureInfo_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___amDesignator_6)); } inline String_t* get_amDesignator_6() const { return ___amDesignator_6; } inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; } inline void set_amDesignator_6(String_t* value) { ___amDesignator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___pmDesignator_7)); } inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; } inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; } inline void set_pmDesignator_7(String_t* value) { ___pmDesignator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateSeparator_8)); } inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; } inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; } inline void set_dateSeparator_8(String_t* value) { ___dateSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalShortTimePattern_9)); } inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; } inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; } inline void set_generalShortTimePattern_9(String_t* value) { ___generalShortTimePattern_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalLongTimePattern_10)); } inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; } inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; } inline void set_generalLongTimePattern_10(String_t* value) { ___generalLongTimePattern_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___timeSeparator_11)); } inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; } inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; } inline void set_timeSeparator_11(String_t* value) { ___timeSeparator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthDayPattern_12)); } inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; } inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; } inline void set_monthDayPattern_12(String_t* value) { ___monthDayPattern_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateTimeOffsetPattern_13)); } inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; } inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; } inline void set_dateTimeOffsetPattern_13(String_t* value) { ___dateTimeOffsetPattern_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendar_17)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_17() const { return ___calendar_17; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___firstDayOfWeek_18)); } inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; } inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; } inline void set_firstDayOfWeek_18(int32_t value) { ___firstDayOfWeek_18 = value; } inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendarWeekRule_19)); } inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; } inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; } inline void set_calendarWeekRule_19(int32_t value) { ___calendarWeekRule_19 = value; } inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___fullDateTimePattern_20)); } inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; } inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; } inline void set_fullDateTimePattern_20(String_t* value) { ___fullDateTimePattern_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedDayNames_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_superShortDayNames_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dayNames_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthNames_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___genitiveMonthNames_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___leapYearMonthNames_28)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longDatePattern_29)); } inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; } inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; } inline void set_longDatePattern_29(String_t* value) { ___longDatePattern_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortDatePattern_30)); } inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; } inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; } inline void set_shortDatePattern_30(String_t* value) { ___shortDatePattern_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___yearMonthPattern_31)); } inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; } inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; } inline void set_yearMonthPattern_31(String_t* value) { ___yearMonthPattern_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longTimePattern_32)); } inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; } inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; } inline void set_longTimePattern_32(String_t* value) { ___longTimePattern_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortTimePattern_33)); } inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; } inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; } inline void set_shortTimePattern_33(String_t* value) { ___shortTimePattern_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allYearMonthPatterns_34)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortDatePatterns_35)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongDatePatterns_36)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortTimePatterns_37)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongTimePatterns_38)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_eraNames_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEraNames_40)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___optionalCalendars_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isReadOnly_44)); } inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; } inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; } inline void set_m_isReadOnly_44(bool value) { ___m_isReadOnly_44 = value; } inline static int32_t get_offset_of_formatFlags_45() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___formatFlags_45)); } inline int32_t get_formatFlags_45() const { return ___formatFlags_45; } inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; } inline void set_formatFlags_45(int32_t value) { ___formatFlags_45 = value; } inline static int32_t get_offset_of_CultureID_47() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___CultureID_47)); } inline int32_t get_CultureID_47() const { return ___CultureID_47; } inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; } inline void set_CultureID_47(int32_t value) { ___CultureID_47 = value; } inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_useUserOverride_48)); } inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; } inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; } inline void set_m_useUserOverride_48(bool value) { ___m_useUserOverride_48 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___bUseCalendarInfo_49)); } inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; } inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; } inline void set_bUseCalendarInfo_49(bool value) { ___bUseCalendarInfo_49 = value; } inline static int32_t get_offset_of_nDataItem_50() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___nDataItem_50)); } inline int32_t get_nDataItem_50() const { return ___nDataItem_50; } inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; } inline void set_nDataItem_50(int32_t value) { ___nDataItem_50 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isDefaultCalendar_51)); } inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; } inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; } inline void set_m_isDefaultCalendar_51(bool value) { ___m_isDefaultCalendar_51 = value; } inline static int32_t get_offset_of_m_dateWords_53() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dateWords_53)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanPositivePattern_54)); } inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; } inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; } inline void set_m_fullTimeSpanPositivePattern_54(String_t* value) { ___m_fullTimeSpanPositivePattern_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanNegativePattern_55)); } inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; } inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; } inline void set_m_fullTimeSpanNegativePattern_55(String_t* value) { ___m_fullTimeSpanNegativePattern_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_8; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_9; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_10; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_11; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_12; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_13; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_14; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_15; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_8() const { return ___caps_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_8() { return &___caps_8; } inline void set_caps_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_8), (void*)value); } inline static int32_t get_offset_of_capnames_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_9() const { return ___capnames_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_9() { return &___capnames_9; } inline void set_capnames_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_9), (void*)value); } inline static int32_t get_offset_of_capslist_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_10() const { return ___capslist_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_10() { return &___capslist_10; } inline void set_capslist_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_10), (void*)value); } inline static int32_t get_offset_of_capsize_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_11)); } inline int32_t get_capsize_11() const { return ___capsize_11; } inline int32_t* get_address_of_capsize_11() { return &___capsize_11; } inline void set_capsize_11(int32_t value) { ___capsize_11 = value; } inline static int32_t get_offset_of_runnerref_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_12)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_12() const { return ___runnerref_12; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_12() { return &___runnerref_12; } inline void set_runnerref_12(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_12), (void*)value); } inline static int32_t get_offset_of_replref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_13)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_13() const { return ___replref_13; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_13() { return &___replref_13; } inline void set_replref_13(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_13), (void*)value); } inline static int32_t get_offset_of_code_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_14)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_14() const { return ___code_14; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_14() { return &___code_14; } inline void set_code_14(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_14), (void*)value); } inline static int32_t get_offset_of_refsInitialized_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_15)); } inline bool get_refsInitialized_15() const { return ___refsInitialized_15; } inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; } inline void set_refsInitialized_15(bool value) { ___refsInitialized_15 = 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.Serialization.XmlArrayAttribute struct XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlArrayAttribute::elementName String_t* ___elementName_0; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlArrayAttribute::form int32_t ___form_1; // System.Boolean System.Xml.Serialization.XmlArrayAttribute::isNullable bool ___isNullable_2; // System.String System.Xml.Serialization.XmlArrayAttribute::ns String_t* ___ns_3; // System.Int32 System.Xml.Serialization.XmlArrayAttribute::order int32_t ___order_4; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472, ___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_form_1() { return static_cast(offsetof(XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472, ___form_1)); } inline int32_t get_form_1() const { return ___form_1; } inline int32_t* get_address_of_form_1() { return &___form_1; } inline void set_form_1(int32_t value) { ___form_1 = value; } inline static int32_t get_offset_of_isNullable_2() { return static_cast(offsetof(XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472, ___isNullable_2)); } inline bool get_isNullable_2() const { return ___isNullable_2; } inline bool* get_address_of_isNullable_2() { return &___isNullable_2; } inline void set_isNullable_2(bool value) { ___isNullable_2 = value; } inline static int32_t get_offset_of_ns_3() { return static_cast(offsetof(XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472, ___ns_3)); } inline String_t* get_ns_3() const { return ___ns_3; } inline String_t** get_address_of_ns_3() { return &___ns_3; } inline void set_ns_3(String_t* value) { ___ns_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_3), (void*)value); } inline static int32_t get_offset_of_order_4() { return static_cast(offsetof(XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472, ___order_4)); } inline int32_t get_order_4() const { return ___order_4; } inline int32_t* get_address_of_order_4() { return &___order_4; } inline void set_order_4(int32_t value) { ___order_4 = value; } }; // System.Xml.Serialization.XmlArrayItemAttribute struct XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlArrayItemAttribute::dataType String_t* ___dataType_0; // System.String System.Xml.Serialization.XmlArrayItemAttribute::elementName String_t* ___elementName_1; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlArrayItemAttribute::form int32_t ___form_2; // System.String System.Xml.Serialization.XmlArrayItemAttribute::ns String_t* ___ns_3; // System.Boolean System.Xml.Serialization.XmlArrayItemAttribute::isNullable bool ___isNullable_4; // System.Boolean System.Xml.Serialization.XmlArrayItemAttribute::isNullableSpecified bool ___isNullableSpecified_5; // System.Int32 System.Xml.Serialization.XmlArrayItemAttribute::nestingLevel int32_t ___nestingLevel_6; // System.Type System.Xml.Serialization.XmlArrayItemAttribute::type Type_t * ___type_7; public: inline static int32_t get_offset_of_dataType_0() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___dataType_0)); } inline String_t* get_dataType_0() const { return ___dataType_0; } inline String_t** get_address_of_dataType_0() { return &___dataType_0; } inline void set_dataType_0(String_t* value) { ___dataType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataType_0), (void*)value); } inline static int32_t get_offset_of_elementName_1() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___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_form_2() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___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_ns_3() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___ns_3)); } inline String_t* get_ns_3() const { return ___ns_3; } inline String_t** get_address_of_ns_3() { return &___ns_3; } inline void set_ns_3(String_t* value) { ___ns_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_3), (void*)value); } inline static int32_t get_offset_of_isNullable_4() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___isNullable_4)); } inline bool get_isNullable_4() const { return ___isNullable_4; } inline bool* get_address_of_isNullable_4() { return &___isNullable_4; } inline void set_isNullable_4(bool value) { ___isNullable_4 = value; } inline static int32_t get_offset_of_isNullableSpecified_5() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___isNullableSpecified_5)); } inline bool get_isNullableSpecified_5() const { return ___isNullableSpecified_5; } inline bool* get_address_of_isNullableSpecified_5() { return &___isNullableSpecified_5; } inline void set_isNullableSpecified_5(bool value) { ___isNullableSpecified_5 = value; } inline static int32_t get_offset_of_nestingLevel_6() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___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_type_7() { return static_cast(offsetof(XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94, ___type_7)); } inline Type_t * get_type_7() const { return ___type_7; } inline Type_t ** get_address_of_type_7() { return &___type_7; } inline void set_type_7(Type_t * value) { ___type_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_7), (void*)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.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlAttributeAttribute::attributeName String_t* ___attributeName_0; // System.String System.Xml.Serialization.XmlAttributeAttribute::dataType String_t* ___dataType_1; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlAttributeAttribute::form int32_t ___form_2; // System.String System.Xml.Serialization.XmlAttributeAttribute::ns String_t* ___ns_3; public: inline static int32_t get_offset_of_attributeName_0() { return static_cast(offsetof(XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647, ___attributeName_0)); } inline String_t* get_attributeName_0() const { return ___attributeName_0; } inline String_t** get_address_of_attributeName_0() { return &___attributeName_0; } inline void set_attributeName_0(String_t* value) { ___attributeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeName_0), (void*)value); } inline static int32_t get_offset_of_dataType_1() { return static_cast(offsetof(XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647, ___dataType_1)); } inline String_t* get_dataType_1() const { return ___dataType_1; } inline String_t** get_address_of_dataType_1() { return &___dataType_1; } inline void set_dataType_1(String_t* value) { ___dataType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataType_1), (void*)value); } inline static int32_t get_offset_of_form_2() { return static_cast(offsetof(XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647, ___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_ns_3() { return static_cast(offsetof(XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647, ___ns_3)); } inline String_t* get_ns_3() const { return ___ns_3; } inline String_t** get_address_of_ns_3() { return &___ns_3; } inline void set_ns_3(String_t* value) { ___ns_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_3), (void*)value); } }; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 : public XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 { public: public: }; // 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.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlCachedStream struct XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: // System.Uri System.Xml.XmlCachedStream::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_15; public: inline static int32_t get_offset_of_uri_15() { return static_cast(offsetof(XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83, ___uri_15)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_15() const { return ___uri_15; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_15() { return &___uri_15; } inline void set_uri_15(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_15), (void*)value); } }; // System.Xml.XmlComment struct XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.Serialization.XmlElementAttribute struct XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlElementAttribute::dataType String_t* ___dataType_0; // System.String System.Xml.Serialization.XmlElementAttribute::elementName String_t* ___elementName_1; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlElementAttribute::form int32_t ___form_2; // System.String System.Xml.Serialization.XmlElementAttribute::ns String_t* ___ns_3; // System.Boolean System.Xml.Serialization.XmlElementAttribute::isNullable bool ___isNullable_4; // System.Type System.Xml.Serialization.XmlElementAttribute::type Type_t * ___type_5; // System.Int32 System.Xml.Serialization.XmlElementAttribute::order int32_t ___order_6; public: inline static int32_t get_offset_of_dataType_0() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___dataType_0)); } inline String_t* get_dataType_0() const { return ___dataType_0; } inline String_t** get_address_of_dataType_0() { return &___dataType_0; } inline void set_dataType_0(String_t* value) { ___dataType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataType_0), (void*)value); } inline static int32_t get_offset_of_elementName_1() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___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_form_2() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___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_ns_3() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___ns_3)); } inline String_t* get_ns_3() const { return ___ns_3; } inline String_t** get_address_of_ns_3() { return &___ns_3; } inline void set_ns_3(String_t* value) { ___ns_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_3), (void*)value); } inline static int32_t get_offset_of_isNullable_4() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___isNullable_4)); } inline bool get_isNullable_4() const { return ___isNullable_4; } inline bool* get_address_of_isNullable_4() { return &___isNullable_4; } inline void set_isNullable_4(bool value) { ___isNullable_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___type_5)); } inline Type_t * get_type_5() const { return ___type_5; } inline Type_t ** get_address_of_type_5() { return &___type_5; } inline void set_type_5(Type_t * value) { ___type_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_5), (void*)value); } inline static int32_t get_offset_of_order_6() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___order_6)); } inline int32_t get_order_6() const { return ___order_6; } inline int32_t* get_address_of_order_6() { return &___order_6; } inline void set_order_6(int32_t value) { ___order_6 = value; } }; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::action int32_t ___action_1; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::node XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node_2; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::oldParent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent_3; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::newParent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent_4; // System.String System.Xml.XmlNodeChangedEventArgs::oldValue String_t* ___oldValue_5; // System.String System.Xml.XmlNodeChangedEventArgs::newValue String_t* ___newValue_6; public: inline static int32_t get_offset_of_action_1() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___action_1)); } inline int32_t get_action_1() const { return ___action_1; } inline int32_t* get_address_of_action_1() { return &___action_1; } inline void set_action_1(int32_t value) { ___action_1 = value; } inline static int32_t get_offset_of_node_2() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___node_2)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_node_2() const { return ___node_2; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_node_2() { return &___node_2; } inline void set_node_2(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___node_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___node_2), (void*)value); } inline static int32_t get_offset_of_oldParent_3() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___oldParent_3)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_oldParent_3() const { return ___oldParent_3; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_oldParent_3() { return &___oldParent_3; } inline void set_oldParent_3(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___oldParent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldParent_3), (void*)value); } inline static int32_t get_offset_of_newParent_4() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___newParent_4)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_newParent_4() const { return ___newParent_4; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_newParent_4() { return &___newParent_4; } inline void set_newParent_4(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___newParent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newParent_4), (void*)value); } inline static int32_t get_offset_of_oldValue_5() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___oldValue_5)); } inline String_t* get_oldValue_5() const { return ___oldValue_5; } inline String_t** get_address_of_oldValue_5() { return &___oldValue_5; } inline void set_oldValue_5(String_t* value) { ___oldValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldValue_5), (void*)value); } inline static int32_t get_offset_of_newValue_6() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___newValue_6)); } inline String_t* get_newValue_6() const { return ___newValue_6; } inline String_t** get_address_of_newValue_6() { return &___newValue_6; } inline void set_newValue_6(String_t* value) { ___newValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___newValue_6), (void*)value); } }; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault bool ___isDefault_0; // System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil bool ___isNil_1; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::schemaElement XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * ___schemaElement_2; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::schemaAttribute XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * ___schemaAttribute_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___memberType_5; // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity int32_t ___validity_6; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaInfo::contentType int32_t ___contentType_7; public: inline static int32_t get_offset_of_isDefault_0() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___isDefault_0)); } inline bool get_isDefault_0() const { return ___isDefault_0; } inline bool* get_address_of_isDefault_0() { return &___isDefault_0; } inline void set_isDefault_0(bool value) { ___isDefault_0 = value; } inline static int32_t get_offset_of_isNil_1() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___isNil_1)); } inline bool get_isNil_1() const { return ___isNil_1; } inline bool* get_address_of_isNil_1() { return &___isNil_1; } inline void set_isNil_1(bool value) { ___isNil_1 = value; } inline static int32_t get_offset_of_schemaElement_2() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaElement_2)); } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * get_schemaElement_2() const { return ___schemaElement_2; } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A ** get_address_of_schemaElement_2() { return &___schemaElement_2; } inline void set_schemaElement_2(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * value) { ___schemaElement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaElement_2), (void*)value); } inline static int32_t get_offset_of_schemaAttribute_3() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaAttribute_3)); } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * get_schemaAttribute_3() const { return ___schemaAttribute_3; } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 ** get_address_of_schemaAttribute_3() { return &___schemaAttribute_3; } inline void set_schemaAttribute_3(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * value) { ___schemaAttribute_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaAttribute_3), (void*)value); } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___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_memberType_5() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___memberType_5)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_memberType_5() const { return ___memberType_5; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_memberType_5() { return &___memberType_5; } inline void set_memberType_5(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___memberType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_5), (void*)value); } inline static int32_t get_offset_of_validity_6() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___validity_6)); } inline int32_t get_validity_6() const { return ___validity_6; } inline int32_t* get_address_of_validity_6() { return &___validity_6; } inline void set_validity_6(int32_t value) { ___validity_6 = value; } inline static int32_t get_offset_of_contentType_7() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___contentType_7)); } inline int32_t get_contentType_7() const { return ___contentType_7; } inline int32_t* get_address_of_contentType_7() { return &___contentType_7; } inline void set_contentType_7(int32_t value) { ___contentType_7 = 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.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // 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.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // 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.Xml.Schema.XmlAnyConverter struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Serialization.XmlAttributeEventHandler struct XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlBooleanConverter struct XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Schema.XmlDateTimeConverter struct XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D : 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.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 : public MulticastDelegate_t { public: public: }; // 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.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; // System.Xml.Schema.XmlAnyListConverter struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { 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 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.Attribute // System.Attribute // System.Text.RegularExpressions.Capture // System.Text.RegularExpressions.Capture // System.Collections.CollectionBase // System.Collections.CollectionBase // 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.EmptyEnumerator // System.Xml.EmptyEnumerator // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.EventArgs // System.MarshalByRefObject // System.MarshalByRefObject // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields { public: // System.Int32 System.Text.RegularExpressions.MatchCollection::infinite int32_t ___infinite_8; public: inline static int32_t get_offset_of_infinite_8() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields, ___infinite_8)); } inline int32_t get_infinite_8() const { return ___infinite_8; } inline int32_t* get_address_of_infinite_8() { return &___infinite_8; } inline void set_infinite_8(int32_t value) { ___infinite_8 = value; } }; // System.Text.RegularExpressions.MatchCollection // System.Reflection.MemberInfo // System.Reflection.MemberInfo // 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.Serialization.TypeMember // System.Xml.Serialization.TypeMember // System.ValueType // System.ValueType // System.Xml.XPath.XPathItem // System.Xml.XPath.XPathItem // System.Xml.Serialization.XmlAttributeOverrides // System.Xml.Serialization.XmlAttributeOverrides // System.Xml.Serialization.XmlAttributes // System.Xml.Serialization.XmlAttributes // System.Xml.XmlChildEnumerator // System.Xml.XmlChildEnumerator // System.Xml.XmlComplianceUtil // System.Xml.XmlComplianceUtil // System.Xml.Serialization.XmlCustomFormatter struct XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_StaticFields { public: // System.String[] System.Xml.Serialization.XmlCustomFormatter::allTimeFormats StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allTimeFormats_0; public: inline static int32_t get_offset_of_allTimeFormats_0() { return static_cast(offsetof(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_StaticFields, ___allTimeFormats_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allTimeFormats_0() const { return ___allTimeFormats_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allTimeFormats_0() { return &___allTimeFormats_0; } inline void set_allTimeFormats_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allTimeFormats_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___allTimeFormats_0), (void*)value); } }; // System.Xml.Serialization.XmlCustomFormatter // System.Xml.XmlImplementation // System.Xml.XmlImplementation // System.Xml.XmlLoader // System.Xml.XmlLoader // System.Xml.XmlName // System.Xml.XmlName // System.Xml.XmlNameTable // System.Xml.XmlNameTable // System.Xml.XmlNamespaceManager // System.Xml.XmlNamespaceManager // System.Xml.XmlNode // System.Xml.XmlNode // System.Xml.XmlNodeList // System.Xml.XmlNodeList // 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.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields { public: // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; public: inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___IsTextualNodeBitmap_0)); } inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; } inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; } inline void set_IsTextualNodeBitmap_0(uint32_t value) { ___IsTextualNodeBitmap_0 = value; } inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___CanReadContentAsBitmap_1)); } inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; } inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; } inline void set_CanReadContentAsBitmap_1(uint32_t value) { ___CanReadContentAsBitmap_1 = value; } inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___HasValueBitmap_2)); } inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; } inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; } inline void set_HasValueBitmap_2(uint32_t value) { ___HasValueBitmap_2 = value; } }; // System.Xml.XmlReader // System.Xml.XmlResolver // System.Xml.XmlResolver // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaObject // System.Xml.Schema.XmlSchemaObject // System.Xml.Schema.XmlSchemaSet // System.Xml.Schema.XmlSchemaSet // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.XmlValueConverter // System.Xml.XmlWriter // System.Xml.XmlWriter // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // 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 // 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.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.ComponentModel.DefaultValueAttribute // System.ComponentModel.DefaultValueAttribute // 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.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.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Text.RegularExpressions.Group // 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.SByte // System.SByte // System.Single // System.Single // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.Stream // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextReader // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.Void // System.Void // System.Xml.Serialization.XmlAnyAttributeAttribute // System.Xml.Serialization.XmlAnyAttributeAttribute // System.Xml.Serialization.XmlAnyElementAttribute // System.Xml.Serialization.XmlAnyElementAttribute // System.Xml.Serialization.XmlAnyElementAttributes // System.Xml.Serialization.XmlAnyElementAttributes // System.Xml.Serialization.XmlArrayItemAttributes // System.Xml.Serialization.XmlArrayItemAttributes // System.Xml.XmlAttribute // System.Xml.XmlAttribute // System.Xml.Serialization.XmlAttributeEventArgs // System.Xml.Serialization.XmlAttributeEventArgs // 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.XmlChildNodes // System.Xml.XmlChildNodes // System.Xml.Serialization.XmlChoiceIdentifierAttribute // System.Xml.Serialization.XmlChoiceIdentifierAttribute // 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.XmlDocumentFragment // System.Xml.XmlDocumentFragment // System.Xml.Serialization.XmlElementAttributes // System.Xml.Serialization.XmlElementAttributes // System.Xml.XmlEntity // System.Xml.XmlEntity // System.Xml.Serialization.XmlEnumAttribute // System.Xml.Serialization.XmlEnumAttribute // System.Xml.Serialization.XmlIgnoreAttribute // System.Xml.Serialization.XmlIgnoreAttribute // System.Xml.XmlLinkedNode // System.Xml.XmlLinkedNode // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute // System.Xml.Serialization.XmlRootAttribute // System.Xml.Serialization.XmlRootAttribute // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Serialization.XmlTextAttribute // System.Xml.Serialization.XmlTextAttribute // System.Xml.XmlTextReader // System.Xml.XmlTextReader // System.Xml.Serialization.XmlTypeAttribute // System.Xml.Serialization.XmlTypeAttribute // 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 // System.Xml.XmlNamedNodeMap/SmallXmlNodeList // System.Xml.XmlNamedNodeMap/SmallXmlNodeList // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // 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.BindingFlags // System.Reflection.BindingFlags // System.Globalization.DateTimeFormatFlags // System.Globalization.DateTimeFormatFlags // System.DateTimeKind // System.DateTimeKind // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.DateTimeOffset // System.Globalization.DateTimeStyles // System.Globalization.DateTimeStyles // System.Delegate // System.Delegate // System.Xml.EntityHandling // System.Xml.EntityHandling // 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.Xml.ExceptionType // System.Xml.ExceptionType // System.Collections.Hashtable // System.Collections.Hashtable // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_7; public: inline static int32_t get_offset_of__empty_7() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_7)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_7() const { return ____empty_7; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_7() { return &____empty_7; } inline void set__empty_7(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_7), (void*)value); } }; // System.Text.RegularExpressions.Match // System.IO.MemoryStream // System.IO.MemoryStream // System.Globalization.NumberStyles // System.Globalization.NumberStyles // System.Text.RegularExpressions.RegexOptions // System.Text.RegularExpressions.RegexOptions // System.RuntimeFieldHandle // System.RuntimeFieldHandle // 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.IO.StringReader // System.IO.StringReader // System.StringSplitOptions // System.StringSplitOptions // 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.UriIdnScope // System.UriIdnScope // System.UriKind // System.UriKind // System.WeakReference // System.WeakReference // System.Xml.XmlCharacterData // System.Xml.XmlCharacterData // System.Xml.XmlConvert struct XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields { public: // System.Xml.XmlCharType System.Xml.XmlConvert::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_0; // System.Char[] System.Xml.XmlConvert::crt CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___crt_1; // System.Int32 System.Xml.XmlConvert::c_EncodedCharLength int32_t ___c_EncodedCharLength_2; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_EncodeCharPattern Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___c_EncodeCharPattern_3; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_DecodeCharPattern Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___c_DecodeCharPattern_4; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::s_allDateTimeFormats StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___s_allDateTimeFormats_5; // System.Char[] System.Xml.XmlConvert::WhitespaceChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___WhitespaceChars_6; public: inline static int32_t get_offset_of_xmlCharType_0() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___xmlCharType_0)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_0() const { return ___xmlCharType_0; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_0() { return &___xmlCharType_0; } inline void set_xmlCharType_0(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_0))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_crt_1() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___crt_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_crt_1() const { return ___crt_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_crt_1() { return &___crt_1; } inline void set_crt_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___crt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___crt_1), (void*)value); } inline static int32_t get_offset_of_c_EncodedCharLength_2() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___c_EncodedCharLength_2)); } inline int32_t get_c_EncodedCharLength_2() const { return ___c_EncodedCharLength_2; } inline int32_t* get_address_of_c_EncodedCharLength_2() { return &___c_EncodedCharLength_2; } inline void set_c_EncodedCharLength_2(int32_t value) { ___c_EncodedCharLength_2 = value; } inline static int32_t get_offset_of_c_EncodeCharPattern_3() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___c_EncodeCharPattern_3)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_c_EncodeCharPattern_3() const { return ___c_EncodeCharPattern_3; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_c_EncodeCharPattern_3() { return &___c_EncodeCharPattern_3; } inline void set_c_EncodeCharPattern_3(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___c_EncodeCharPattern_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_EncodeCharPattern_3), (void*)value); } inline static int32_t get_offset_of_c_DecodeCharPattern_4() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___c_DecodeCharPattern_4)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_c_DecodeCharPattern_4() const { return ___c_DecodeCharPattern_4; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_c_DecodeCharPattern_4() { return &___c_DecodeCharPattern_4; } inline void set_c_DecodeCharPattern_4(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___c_DecodeCharPattern_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_DecodeCharPattern_4), (void*)value); } inline static int32_t get_offset_of_s_allDateTimeFormats_5() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___s_allDateTimeFormats_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_s_allDateTimeFormats_5() const { return ___s_allDateTimeFormats_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_s_allDateTimeFormats_5() { return &___s_allDateTimeFormats_5; } inline void set_s_allDateTimeFormats_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___s_allDateTimeFormats_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_allDateTimeFormats_5), (void*)value); } inline static int32_t get_offset_of_WhitespaceChars_6() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___WhitespaceChars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_WhitespaceChars_6() const { return ___WhitespaceChars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_WhitespaceChars_6() { return &___WhitespaceChars_6; } inline void set_WhitespaceChars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___WhitespaceChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___WhitespaceChars_6), (void*)value); } }; // System.Xml.XmlConvert // System.Xml.XmlDateTimeSerializationMode // System.Xml.XmlDateTimeSerializationMode // System.Xml.XmlDeclaration // System.Xml.XmlDeclaration // System.Xml.XmlDocumentType // System.Xml.XmlDocumentType // System.Xml.XmlElement // System.Xml.XmlElement // System.Xml.XmlEntityReference // System.Xml.XmlEntityReference // System.Xml.XmlNamedNodeMap // System.Xml.XmlNamedNodeMap // System.Xml.XmlNodeChangedAction // System.Xml.XmlNodeChangedAction // System.Xml.XmlNodeType // System.Xml.XmlNodeType // System.Xml.XmlProcessingInstruction // System.Xml.XmlProcessingInstruction // System.Xml.Schema.XmlSchemaContentType // System.Xml.Schema.XmlSchemaContentType // System.Xml.Schema.XmlSchemaDerivationMethod // System.Xml.Schema.XmlSchemaDerivationMethod // System.Xml.Schema.XmlSchemaForm // System.Xml.Schema.XmlSchemaForm // System.Xml.Schema.XmlSchemaValidity // System.Xml.Schema.XmlSchemaValidity // System.Xml.Schema.XmlTypeCode // System.Xml.Schema.XmlTypeCode // System.Xml.XmlUnspecifiedAttribute // System.Xml.XmlUnspecifiedAttribute // 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.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.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___invariantInfo_0; // System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens bool ___preferExistingTokens_46; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___preferExistingTokens_46)); } inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; } inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; } inline void set_preferExistingTokens_46(bool value) { ___preferExistingTokens_46 = value; } inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value); } }; // System.Globalization.DateTimeFormatInfo // System.MulticastDelegate // System.MulticastDelegate // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Globalization.NumberFormatInfo // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_6; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_7; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_16; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_17; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; } inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_6 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; } inline void set_DefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_livecode_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_16)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_16() const { return ___livecode_16; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_16() { return &___livecode_16; } inline void set_livecode_16(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_16), (void*)value); } inline static int32_t get_offset_of_cacheSize_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_17)); } inline int32_t get_cacheSize_17() const { return ___cacheSize_17; } inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; } inline void set_cacheSize_17(int32_t value) { ___cacheSize_17 = value; } }; // System.Text.RegularExpressions.Regex // 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.Serialization.XmlArrayAttribute // System.Xml.Serialization.XmlArrayAttribute // System.Xml.Serialization.XmlArrayItemAttribute // System.Xml.Serialization.XmlArrayItemAttribute // System.Xml.Schema.XmlAtomicValue // System.Xml.Schema.XmlAtomicValue // System.Xml.Serialization.XmlAttributeAttribute // System.Xml.Serialization.XmlAttributeAttribute // System.Xml.XmlAttributeCollection // System.Xml.XmlAttributeCollection // 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.XmlCDataSection // System.Xml.XmlCDataSection // System.Xml.XmlCachedStream // System.Xml.XmlCachedStream // System.Xml.XmlComment // System.Xml.XmlComment // System.Xml.Serialization.XmlElementAttribute // System.Xml.Serialization.XmlElementAttribute // System.Xml.XmlNodeChangedEventArgs // System.Xml.XmlNodeChangedEventArgs // System.Xml.Schema.XmlSchemaInfo // System.Xml.Schema.XmlSchemaInfo // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XmlSchemaType // System.Xml.XmlSignificantWhitespace // System.Xml.XmlSignificantWhitespace // System.Xml.XmlText // System.Xml.XmlText // System.Xml.XmlWhitespace // System.Xml.XmlWhitespace // System.ArgumentException // System.ArgumentException // System.ArithmeticException // System.ArithmeticException // System.AsyncCallback // System.AsyncCallback // System.FormatException // System.FormatException // System.IndexOutOfRangeException // System.IndexOutOfRangeException // System.InvalidCastException // System.InvalidCastException // System.InvalidOperationException // System.InvalidOperationException // 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.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.Serialization.XmlAttributeEventHandler // System.Xml.Serialization.XmlAttributeEventHandler // System.Xml.Schema.XmlBooleanConverter // System.Xml.Schema.XmlBooleanConverter // System.Xml.Schema.XmlDateTimeConverter // System.Xml.Schema.XmlDateTimeConverter // System.Xml.XmlException // System.Xml.XmlException // System.Xml.Schema.XmlListConverter // System.Xml.Schema.XmlListConverter // System.Xml.XmlNodeChangedEventHandler // System.Xml.XmlNodeChangedEventHandler // 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.OverflowException // System.OverflowException // System.Xml.Schema.XmlAnyListConverter struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::ItemList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___ItemList_33; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::AnyAtomicList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___AnyAtomicList_34; public: inline static int32_t get_offset_of_ItemList_33() { return static_cast(offsetof(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields, ___ItemList_33)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_ItemList_33() const { return ___ItemList_33; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_ItemList_33() { return &___ItemList_33; } inline void set_ItemList_33(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___ItemList_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ItemList_33), (void*)value); } inline static int32_t get_offset_of_AnyAtomicList_34() { return static_cast(offsetof(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields, ___AnyAtomicList_34)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_AnyAtomicList_34() const { return ___AnyAtomicList_34; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_AnyAtomicList_34() { return &___AnyAtomicList_34; } inline void set_AnyAtomicList_34(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___AnyAtomicList_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyAtomicList_34), (void*)value); } }; // System.Xml.Schema.XmlAnyListConverter #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // 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.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.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.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184_gshared (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_gshared (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __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.Collections.IList System.Collections.CollectionBase::get_List() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Collections.CollectionBase::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_GetEnumerator_mA8472D538B203CCABF37430255A77DE1B210B68C (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlAnyElementAttribute::get_Order() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlAnyElementAttribute_get_Order_m5B435DCA604E14120750EA963CD2921835D0C32F_inline (XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * __this, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, 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.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.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAnyListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304 (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlAtomicValue::GetPrefixFromQName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_GetPrefixFromQName_m4C77432E54B779FE6EA028F7C6A84A1A88EFFCCE (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespacePrefixForQName__ctor_m7FB6B0BEBC3EA701567ADDCE5D94C62AD05367BE (NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * __this, String_t* ___prefix0, String_t* ___ns1, 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.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.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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_m0011D90B5122AE9FD6F5F651E118B7BDDD2C46BE (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, 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.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.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, 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.Void System.Xml.XmlDocument::CheckName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_CheckName_m6394DDD0AB1FE4C184EB3E15E420727B681C608A (String_t* ___name0, 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.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_Name_mCBD22D70F85B53C0B1AEED34A3450B9A16AB04C0 (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.XmlDocument System.Xml.XmlName::get_OwnerDocument() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNode::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_InnerText_m2C9B95A1CFC263F88DCF8912D1CF3B86383E1D1E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___oldInnerText0, const RuntimeMethod* method); // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_mC99067172BCD00D4874CD0C9BB8C3563E70844B1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m176C87E07E71902DA54A3A67A49E5EDEB557ECF8 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method); // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent1, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::NestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_NestTextNodes_mED83B3CE556B31D68DC0FD4890D273E8A1C9D3C1 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldChild0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadInnerXmlAttribute(System.Xml.XmlAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlAttribute_m15BB1E375A733F53FA4BDFE9D14F5290DD9ED9DC (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, const RuntimeMethod* method); // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m464640C014F63ED5612E9132CCC059B37D5A950C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNodeForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_AddNodeForLoad_mFA7431E44511B2E78D0043820C9B09ECFB4A076C (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482 (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_RemoveAt_mC62FB432B84F4CD990E4870E434248DA9130C208 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_get_Count_mB2781C3BBA1B9A597456C58B6182417946409D5A (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m471405F1C546E31AFC87D16EB12F58D220437F5C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_AddNode_m885D21F5B3C471E57974070C3D5712A274A5FE78 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_InsertNodeAt_mA4BB39676F07D32A389651F0C83B25C198F85086 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_GetDefaultAttribute_m4ACB01551C8B9E64C11DE9A250E8EAC032AC04F8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_Remove_mF4C9B99616B3D249B21C0A151FA021297E77FF2E (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlElement::get_XmlName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, 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.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __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.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlAttributes System.Xml.Serialization.XmlAttributeOverrides::get_Item(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * XmlAttributeOverrides_get_Item_m6A6A05B3029CA0A09B1718328BC978362667AB05 (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * __this, Type_t * ___type0, String_t* ___member1, const RuntimeMethod* method); // System.Xml.Serialization.TypeMember System.Xml.Serialization.XmlAttributeOverrides::GetKey(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeMember_t8F822B48C520500825EE30B53C9F31070682019C * XmlAttributeOverrides_GetKey_mF1976C8A27559EF3AD9080EA8C31E53223570778 (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * __this, Type_t * ___type0, String_t* ___member1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeMember::.ctor(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeMember__ctor_m01AF9E4AF31E6A796FBB8BBB5AA06119E9CEED2A (TypeMember_t8F822B48C520500825EE30B53C9F31070682019C * __this, Type_t * ___type0, String_t* ___member1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlAnyElementAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyElementAttributes__ctor_m7BB5E5ECBA7C6C5680249C0EEE67F8D947DDE7AE (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlArrayItemAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlArrayItemAttributes__ctor_mA2C3B8625A7B62407BF0B4C593C5FB7EA3C81A45 (XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlElementAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementAttributes__ctor_mFA665FABD8A7F7C33AFF7FB04A8FBBA7C7E162B0 (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlAnyElementAttributes::Add(System.Xml.Serialization.XmlAnyElementAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAnyElementAttributes_Add_m1F26D9DBDB69C11294369AF8E3FC0F0969CF75E8 (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * __this, XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * ___attribute0, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlArrayItemAttributes::Add(System.Xml.Serialization.XmlArrayItemAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttributes_Add_mE145B4AE39A56E8E5ABB52788852DD4CEDD2B77D (XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * __this, XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * ___attribute0, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlElementAttributes::Add(System.Xml.Serialization.XmlElementAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElementAttributes_Add_m1FFE75288F57CC413F181E841F6227839B8A1010 (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * __this, XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * ___attribute0, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase_Clear_mE4A1AF9EE5C41E021DCCBBACA2586BBD2EABCC9E (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlElementAttributes System.Xml.Serialization.XmlAttributes::get_XmlElements() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlElementAttributes::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElementAttributes_get_Order_m993B1012F9BB71B5F5E145D8E4F18C16CCD9493B (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184 (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184_gshared)(__this, ___value0, method); } // System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlAttributes::get_XmlArray() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlArrayAttribute::get_Order() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayAttribute_get_Order_mE82B0436307278D80F425CC5A0D968D309EDEEC8_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlAnyElementAttributes System.Xml.Serialization.XmlAttributes::get_XmlAnyElements() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlAnyElementAttributes::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAnyElementAttributes_get_Order_m0EC1E98E876AA442090203A065461A31968234AD (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * __this, const RuntimeMethod* method); // System.Nullable`1 System.Xml.Serialization.XmlAttributes::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 XmlAttributes_get_Order_m95DD2CD096AA8A4EF0FAEE90F32A1724FC435DE0 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline int32_t Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_gshared)(__this, method); } // System.Void System.Xml.Schema.XmlValueConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8 (XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * __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.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.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D (Type_t * ___elementType0, int32_t ___length1, 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.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.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_mB69A1FE5D1BBC7AB99FED8CA447C7CA1DA20622E (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, 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.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __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.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, 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.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.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.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8 (String_t* ___value0, 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.Void System.Xml.Schema.XsdDateTime::.ctor(System.String,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52 (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, String_t* ___text0, int32_t ___kinds1, 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.Void System.Xml.Schema.XsdDuration::.ctor(System.String,System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, String_t* ___s0, int32_t ___durationType1, const RuntimeMethod* method); // System.TimeSpan System.Xml.Schema.XsdDuration::ToTimeSpan(System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, int32_t ___durationType0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D ___xdt0, 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.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.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_mC43CA85BF9A9F8C730F865A8842450E3B1710A52 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, 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.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTime,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, int32_t ___kinds1, const RuntimeMethod* method); // System.String System.Xml.Schema.XsdDateTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDuration::.ctor(System.TimeSpan,System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70 (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeSpan0, int32_t ___durationType1, const RuntimeMethod* method); // System.String System.Xml.Schema.XsdDuration::ToString(System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, int32_t ___durationType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTimeOffset,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___dateTimeOffset0, int32_t ___kinds1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_LocalDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeOffset_get_LocalDateTime_mDE0EFFB0F8C7A6FB6F4F6A65A6D37516052897E7 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, 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.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_mF55B16B95231A45B3FB454651546B0F65037A632 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m3998ECD90BE6477B2B42B8EB752E135B22287B9C (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Decimal::op_Explicit(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_op_Explicit_m455A8582BDE1DA92D13DFB5AAE3D5E8617BF8D5E (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, 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.Int64 System.Decimal::op_Explicit(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_op_Explicit_mF4F204A7084EB589EAA85B9B6994D01A79ED2581 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___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.UInt64 System.Decimal::op_Explicit(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Decimal_op_Explicit_m68E56A31B3E2F857C92E9B3B287BC209737F3F6B (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254 (int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C (int64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBooleanConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBooleanConverter__ctor_m3F06CE72EA5187121B55793CCB13094C5B134589 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73 (String_t* ___s0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mC3ADC626DDAB44248A868B0563DF5E9D636625B2 (bool ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, bool ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream_set_Position_mBE93CD7DBCB7B1822D47726AFFE76D030496988E (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, int64_t ___value0, const RuntimeMethod* method); // System.Object System.Xml.XmlCharType::get_StaticLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_m87A46EF017423769F320ECFE08AECA5C55AD30D4 (const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1 (RuntimeObject * ___obj0, 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.Void System.Xml.XmlCharType::.ctor(System.Byte[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_inline (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m00B11B0BB59A96DA34CC50BC29435E0F30151026 (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.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, 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.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_mC6E863F1E29DFC3934AEC7D45E6418A1A33F335E (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, 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.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.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_mC6A3390011ECD663A4F60F388035434C25BD66FA (Il2CppChar ___ch0, 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.XmlLinkedNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8 (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, 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.Boolean System.Xml.XmlChildEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mDA30FD57E7987F22769388EA4E0C84B6D65D455D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, 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.XmlNodeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mFF2A987462BFEC78FAAF883619E4768A1616BAA9 (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); // 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.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m598C0EB2962F7F9CBBD92BD8151AC60B35E2E8FD (String_t* ___name0, bool ___first1, bool ___local2, 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.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Collections.IEnumerator System.Text.RegularExpressions.MatchCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678 (Il2CppChar ___digit0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mE7C419C17FC235A1D64C3DE6B0DA6842B426EBFE (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, 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.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m7ADCD651DDD6EBFB5B07A43A75FDEC5E3B1B7EE4 (int32_t ___lowChar0, int32_t ___highChar1, 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.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // 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); // 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); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m9D3AED48588283CC6996A861181D3933686918E6 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_m16C87E42FFDBA939527A84804DF96349325FE628 (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, 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.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.Void System.Xml.XmlException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m56AC887776EBA5B2BB5D4D399AC13D874140AFA3 (String_t* ___name0, int32_t ___exceptionType1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_mC48FCF5C2E90A26596C3EED8EEF0055540A8EBF8 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m1B3BBA8EBBF31FF07CD3264FCDB0D54D09566254 (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ValidateNames_GetInvalidNameException_mF8D523DA7D1DA0A5286EB911A9027FEF9B52AA17 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___anyOf0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_mAE5C604AB215233126B6EE9F0F7A42E8EC9A754C (String_t* ___s0, int32_t ___offset1, 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.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380 (const RuntimeMethod* method); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.SByte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m0C268776C6F38D9EBB9A7C34A8104EB9745B477A (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Int16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.UInt16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m1A3B311F92ADC0190FFB4B1CAB6E41D3499B1558 (uint16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.UInt32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B (uint32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.UInt64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mD0F3D7511719711F9E78F0EBC578FFE6C05320B5 (uint64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Single::IsNegativeInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_mEAFEEE1ECA626F64FE77685982B3DC3E612239D4 (float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsPositiveInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_mB3D2AD85FDD4DF19EB2D1EC66E994F631484F2CD (float ___f0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m1659C230E109C17BB1567D0FFE9FEC91E4C2C970 (double ___value0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Double::IsNegativeInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_m1BC9D6ACB615C570B603F438A73F37323AD22C39 (double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsPositiveInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m637BC6D6B3F45B6EA9612962F8A9FC4A3ABD7397 (double ___d0, const RuntimeMethod* method); // System.String System.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToLocalTime_mB5D69313F171ADA0DA4B7D5A61E62B29BADBC8E3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToUtcTime_mEF3AF619ACF0E784E32070E63446FE7E3ABA5ED2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method); // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75 (Guid_t * __this, const RuntimeMethod* method); // System.Boolean System.Char::TryParse(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_TryParse_m58AD12194106AC3129BA0CC9090FCEB4CEA6899A (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Parse_mC3DC5E19B337540679899D8BC578D056401786DD (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Decimal::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_TryParse_m3293BDD1FED798AA3D9068C82804218A9E24D46E (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___result3, const RuntimeMethod* method); // System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m012D3E8994DCFD9574128EA44D5EE2D8F41B04CD (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryParse_mF0E247BC14CCD4C6B5BFEC0C5DA0D06996EF4287 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int8_t* ___result3, const RuntimeMethod* method); // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m67BD9A28B16321BAD8179C98E57483F805B72765 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Int16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_TryParse_m2F8D9285B1BAC2E89B2165215CEC1F1E67C1833C (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int16_t* ___result3, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE3AB672FA8624099763EEA9BB79C6822BB5A6605 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m0F4EEF87406E5FBE8FCB83B77FBDDFB38975EFFC (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int32_t* ___result3, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_mD33505B26B50F89502232161E1DED9BEB62246F2 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_mE47C53C8B39CEFD494C8980CC7BDB700AE87CFA6 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int64_t* ___result3, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mE580E95584E84FE214F63669A91F439DA241B287 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Byte_TryParse_mA8E66D4746DBD59E0E317E8BD2ED928CBC726B00 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint8_t* ___result3, const RuntimeMethod* method); // System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_m9F96733E68BEFD5DE105B750976F8BD3D04C1938 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.UInt16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_TryParse_m812D7D739D101A2E81C0F3C85A58865C753E9494 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint16_t* ___result3, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m9DF984369F2635F307556C8F1763836F5CB28007 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_TryParse_m9454C2D97DD5D2EDF0D8A5E0E465D5217A227D6C (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint32_t* ___result3, const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mFD50234A4E07F06B59AF79F553D1BDDD5E7B0405 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.UInt64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt64_TryParse_m27CBAAFEF7B31F3759EABD5114E3EE7CEB4B8A79 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint64_t* ___result3, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m845D40BDCECFC1B949A8B06985485835AC94CEF0 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_m4462182A1E916026C594439F851F9BF60B834DA3 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, float* ___result3, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m50E36FF4DB6B826B4BE5A54F0928B2A2A4363CF1 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_mC79B88116F5ADCC18A70395137B2FBF8EF19719B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryParse_m21DC50D117081733E913C459575FCC30A4343599 (String_t* ___s0, XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * ___result1, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryToTimeSpan_m674C9BCA350E49E1FB6A1B70231262636E9DBE48 (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___result0, const RuntimeMethod* method); // System.Void System.Xml.XmlConvert::CreateAllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert_CreateAllDateTimeFormats_m6DC10DBEEB3D3626D94AA40197C82E39B9E06CD5 (const RuntimeMethod* method); // System.String[] System.Xml.XmlConvert::get_AllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlConvert_get_AllDateTimeFormats_m5B582224C3F84D91E8E491B9EBBB7001F98B3FED (const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_ToDateTime_mCC66D6E7B5328E3D24190CF1AA22D1404CF59791 (String_t* ___s0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___formats1, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * DateTimeFormatInfo_get_InvariantInfo_m31A6675886FA78C51DB1E652836BE7DAD0F02592 (const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ParseExact_mEA47F373A45EC280EB667167EC61C4321F0A58A6 (String_t* ___s0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___formats1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, 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.DateTime System.DateTime::ToLocalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, 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.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799 (String_t* ___uriString0, int32_t ___uriKind1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result2, const RuntimeMethod* method); // System.String System.String::Trim(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimChars0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, int32_t ___options1, const RuntimeMethod* method); // System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m489590C87B01FBE5AABC667F031B2963A1F2AB22 (double ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m819800529C3A91E8C5640AAA3F30EBD998238F10 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m546964BF1BBE64E4A2C9853E23F25FC3295D595E (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mF28FFADBE58F3EC741BFC66324CEB12230258746 (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_m5985C60724BD9A5DD22D8D8CBA1C08EC8B0E593C (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_mF2D54C29F342DB22C5E129ADFAF6A47D87DE690C (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m2A8381B87AA801AB58D45E24B16EA148D7DF2EFB (Il2CppChar ___hi0, int32_t ___exceptionType1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mC1D2528DA71837C72DD9EC811FEA3230004AC320 (Il2CppChar ___hi0, int32_t ___exceptionType1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_mF4A0B7D57F0923E52F9220882AC9665A8852B4BE (String_t* ___res0, String_t* ___arg1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, 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.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.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m061EEC38D33A13CC1E98DBD6869E97A0C2989F88 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::EncodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m306D39D0A22195DCD6525E870C289DD195307630 (String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::EncodeLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E (String_t* ___name0, 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.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m090DE44E9EE459B1F4D428363E55AECB90555EDD (String_t* ___s0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m3CDF916C3AB064D0D0DF9201C46BD1EB67596608 (uint8_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m59D6835E6F58CD2963BFA9A5C4FCE2B15BC2E67D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___dateTimeOption1, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFA18F44AD286528699A2C1FC6579F4DB0B6F53A5 (double ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF91A0FCA83F7DDDB96426EA363FE293AD4BE26DB (int16_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mCFAFEB1E1058D0061258C245960DE7D5AD695FA4 (int8_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mDE8DC693C63F09BC26ACD1C4A9FFAA17141D0D84 (float ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2404A963C90269D4E7DE8A4C0F7E43AA73713B08 (uint16_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF3C31729988D42BA610C48C73B6724F34D920C41 (uint32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m7188F1ADA25A6885A90F8C58EF59891DC265D678 (uint64_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2D7A954621FAE07E852BDCBD671936CAFAB51007 (Guid_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToBinHexString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToBinHexString_m96E9A08250393ADEEEF5BC0C38409589D3C16BAD (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.Byte System.Xml.XmlConvert::ToByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlConvert_ToByte_mDFD7CDB782A2B7989D81A73BD1683DD27D0F0A08 (String_t* ___s0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_m84811669F130BF79DE56045FA574E87CF4BDC7C7 (String_t* ___s0, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_ToDateTime_m6C500A177C7BDCF3C34D126B90B719EA8D795468 (String_t* ___s0, int32_t ___dateTimeOption1, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_ToDateTime_mC67B5E5E1D31A46D2540DEC153819D7BC7700FC8 (String_t* ___s0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Date() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, 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.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95 (String_t* ___s0, const RuntimeMethod* method); // System.Int16 System.Xml.XmlConvert::ToInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlConvert_ToInt16_mB8F7FFA16D3C4C99EEF8FE648134244C28CAFF67 (String_t* ___s0, const RuntimeMethod* method); // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m0B22AC6F9DAF2F3C1DA04647121C4F3BFCD2DA3A (String_t* ___s0, const RuntimeMethod* method); // System.SByte System.Xml.XmlConvert::ToSByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlConvert_ToSByte_m1D317979D3A07EE190C49759C0380A90F3480693 (String_t* ___s0, 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.UInt16 System.Xml.XmlConvert::ToUInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlConvert_ToUInt16_m82BEB013A366CECA63B87B4F6D496BD89B644453 (String_t* ___s0, const RuntimeMethod* method); // System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlConvert_ToUInt32_m50FF6A2FD226D08DD6E7D63E505FCA43F79FFA55 (String_t* ___s0, const RuntimeMethod* method); // System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlConvert_ToUInt64_m515CFB74F3AA9056E29D1B0115CBBDDA8D46FEF0 (String_t* ___s0, 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.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlConvert_FromBinHexString_mCC857B0AC4209CEEB34298C199D16454CE13B491 (String_t* ___s0, 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.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m73EE17D4A3292525A61D24E37099211605242751 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlDateTimeConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDateTimeConverter__ctor_m3FE81AC8A54103061A8BB189B171C33EB2417DFE (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_DateTimeOffsetToDateTime_m2D0EEEB753897764A14EF5D09AAC9FB96C58F031 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDate_m3D1181332BD1441B5FAF706C647D967AE347F8F2 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToTime_m2D2775BBA24A5F2B23FBA78E8D2FA0B78B916A0D (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGDay_mDD7FDFEF2CE28105B431E00B05B9E225B4811317 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonth_m22E2BAAB8003DDBCEC99C990A4DA13247381B103 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonthDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonthDay_mAC645C01B7F056EC1253302767E75EABB0562F17 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYear(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYear_mFF85F28FAE9BFD47BEFE8CEC497162FA6E0F3EC4 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYearMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYearMonth_mAA46931002B832302849499116C363C220E8D359 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDateTime_m292C7264C436B8660A058DA997AC9A8D50A9D967 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateOffset_m5005447B6F47A28718314D10E4CFFC4996EEFEE2 (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToTimeOffset_m8412CC3F2B096D462BDBB0128CAF4B2B9C31126A (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGDayOffset_m156D0DD968AC10A95DEC64B05F01C52783CA40D8 (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthOffset_m9D49BE7D26FB2D52FC37AE9D1F2EE432C2B685CF (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthDayOffset_m6B8047D45F00B0CEA8836A6DB8C2BB144E64E66F (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearOffset_m4EAE444EB0ABA68CCDE466A17D6B384D0E3816B0 (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearMonthOffset_m47B2BCB0C9D3170D0A5420D863498A28CF07804D (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateTimeOffset_mE225170F39C0FF878E5A08B75476AB6F5F319B9B (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::op_Implicit(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_op_Implicit_mB847AA80CEF4E09BD1F860A7481A550851390301 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateToString_m9C33F44FEBB72024697EC4BB007BB2F74AD843F2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::TimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeToString_m71A0037469A875BE76788E268723EF2D5974B4E9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayToString_mEF87621CC993E280DF81C38721E8F5CF73F1AE26 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthToString_m851575F8F977AFB1448166D455FB943743255F23 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayToString_mA12DB427304DF489DDE7CAF897884D89B95A1378 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearToString_mFC6426D8779DC538316B38C1F621E3A17E51A5AE (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthToString_m5C581ECE3F5DE825B4DE80D56CF9324091552F09 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateTimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeToString_mA5CA6F4539126A06CC75688D89995886C9758AE3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateOffsetToString_m80F3129D11E3674B43E91CB09D21D7051360C322 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::TimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeOffsetToString_mA151EF043865A3DA5DA241EBE9F233EB6C5C2E68 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayOffsetToString_m556758003A124EBBF05669B30716DFF541CFE1A3 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthOffsetToString_m744FE533D907164BCD30965DB2E5C9CF58E11D79 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayOffsetToString_m02F99ADEFFDB610A8CAD9E74DF768603C020CB3F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearOffsetToString_m253B9FB9BC7680253F82812FEC511FFE53085C36 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthOffsetToString_m5E79E24ACEBD6260D6D4217E207FF2051D974FD1 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeOffsetToString_m17D782548BC66E0DCFB00419B2D910D7F64839D9 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___ver0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Version(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Encoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Standalone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ParseXmlDeclarationValue(System.String,System.String&,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseXmlDeclarationValue_m7D60DB334B178D6E87C7D079308CA8C0696D13EB (String_t* ___strValue0, String_t** ___version1, String_t** ___encoding2, String_t** ___standalone3, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_mDDDB9F04F65B7A2CB08FBA3D47DC8F5118B3C412 (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method); // System.Void System.Xml.XmlImplementation::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m02BACC3AFEBF8E1F973D793E33E1FE174BDD5104 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___imp0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // 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); // 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.ValidateNames::ParseNmtoken(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_m38061EA2885294FBE43A1A710886DC056C087C3C (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // 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); // 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); // System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetXmlName_mD9C1633744B07D015851CFBC4285AB87B50278DD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement__mDB0E931FEEAB1E776DD3F1940C2FFD5A85B0ABFE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, 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.Void System.WeakReference::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13 (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * __this, RuntimeObject * ___target0, const RuntimeMethod* method); // System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elementList0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method); // System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::SetBaseURI(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toNode1, bool ___deep2, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_mD6DD1BB12BFF7EC4964B6CC2B8BD49AA0295DB5A (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m82B28327382E38DE4D10B7C6130C8CB32A10B081 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method); // System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, String_t* ___comment0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m669F036BB7C7DAF1524DE9B43D5A8D06ED052389 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc4, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentFragment::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDocument0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::get_AttDefs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * __this, const RuntimeMethod* method) { return (( Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 (*) (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared)(__this, method); } // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::get_Presence() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline (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.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, 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.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, 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.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m569F3A679B5B54F81F86DAF3144C9EECFEFA5571 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_DefaultValueRaw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_DefaultValueRaw_mCC5A7521B07D0FD35EC496D20E078D782E468939 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::SetSpecified(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method); // System.Void System.Xml.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlProcessingInstruction::.ctor(System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction__ctor_mB08CD58B8FC50C36BE6B4715C658A3FD9C4D9ACA (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc2, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWhitespace__ctor_m3A108BEE96CE7575F27A1DED29804E41C8B847D0 (XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_mF23984BF03BB546591DB01D6A86C625C9FF577AD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromElem0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toElem1, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, bool ___deep1, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlImplementation::get_NameTable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003_inline (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute__ctor_m1C3FF58C6D59200A0E34294C09EDBFE4401C03E3 (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::.ctor(System.Xml.XmlName,System.Boolean,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name0, bool ___empty1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc2, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_m80569856067CA84B35C72EE9A263779380BB447C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlLoader::ReadCurrentNode(System.Xml.XmlDocument,System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_ReadCurrentNode_mE6664ABA90D4091FAC61C72D47C22598A9902468 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m29E2DB5734FC69EAEC032173153849BA5FA55240 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_m29AE6CA596A4042B11B17B7FCE12957D0BA5EEED (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_HasSetResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_m111F1C8EA989A4AA231794F97D834D00C1783C28 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::Load(System.Xml.XmlDocument,System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader1, bool ___preserveWhitespace2, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE (StringReader_t74E352C280EAC22C878867444978741F19E1F895 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m057179163A3E567DE13E8F596ED09D2508C6A4C1 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt1, const RuntimeMethod* method); // System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * XmlDocument_SetupReader_mE489A93B1C2A662593485D31D8F7EEB431471093 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * ___tr0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Xml.XmlNode::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_GetEnumerator_mC187AF2BF73786D5CE179372FED102A19630C1FC (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeChangedEventArgs::.ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventArgs__ctor_m8CB66A1D898A92942A782F4CDB3E3B3216D0D54C (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method); // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::get_Action() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeChangedEventHandler::Invoke(System.Object,System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53 (XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___e1, const RuntimeMethod* method); // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Void System.Xml.EmptyEnumerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_mD2C6EAC8EB181ECB0E6D7D33FC6AEAB25465CF27 (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, int32_t ___validity0, const RuntimeMethod* method); // System.Xml.XmlNamespaceManager System.Xml.XmlLoader::ParsePartialContent(System.Xml.XmlNode,System.String,System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode0, String_t* ___innerxmltext1, int32_t ___nt2, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Serialization.XmlAnyElementAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAnyElementAttribute_get_Name_m7C7F1BA5D1B019F0CCB2A6780931420D01555203 (XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * __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; } { String_t* L_0 = __this->get_elementName_0(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_elementName_0(); return L_2; } } // System.String System.Xml.Serialization.XmlAnyElementAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAnyElementAttribute_get_Namespace_mBE42C3CE521A6F6FB7EE53A0036294B0DC75DE47 (XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_1(); return L_0; } } // System.Int32 System.Xml.Serialization.XmlAnyElementAttribute::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAnyElementAttribute_get_Order_m5B435DCA604E14120750EA963CD2921835D0C32F (XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Serialization.XmlAnyElementAttributes::Add(System.Xml.Serialization.XmlAnyElementAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAnyElementAttributes_Add_m1F26D9DBDB69C11294369AF8E3FC0F0969CF75E8 (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * __this, XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95(__this, /*hidden argument*/NULL); XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_1 = ___attribute0; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Int32 System.Xml.Serialization.XmlAnyElementAttributes::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAnyElementAttributes_get_Order_m0EC1E98E876AA442090203A065461A31968234AD (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * __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*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0; L_0 = CollectionBase_GetEnumerator_mA8472D538B203CCABF37430255A77DE1B210B68C(__this, /*hidden argument*/NULL); V_0 = L_0; } IL_0007: try { // begin try (depth: 1) { goto IL_0027; } IL_0009: { RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_1); V_1 = ((XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 *)CastclassClass((RuntimeObject*)L_2, XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var)); XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_3 = V_1; NullCheck(L_3); int32_t L_4; L_4 = XmlAnyElementAttribute_get_Order_m5B435DCA604E14120750EA963CD2921835D0C32F_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0027; } } IL_001e: { XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = XmlAnyElementAttribute_get_Order_m5B435DCA604E14120750EA963CD2921835D0C32F_inline(L_5, /*hidden argument*/NULL); V_2 = L_6; IL2CPP_LEAVE(0x44, FINALLY_0031); } IL_0027: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0009; } } IL_002f: { IL2CPP_LEAVE(0x42, FINALLY_0031); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_3; if (!L_10) { goto IL_0041; } } IL_003b: { RuntimeObject* L_11 = V_3; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0041: { IL2CPP_END_FINALLY(49) } } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return (-1); } IL_0044: { int32_t L_12 = V_2; return L_12; } } // System.Void System.Xml.Serialization.XmlAnyElementAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyElementAttributes__ctor_m7BB5E5ECBA7C6C5680249C0EEE67F8D947DDE7AE (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * __this, const RuntimeMethod* method) { { CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4(__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.XmlAnyListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, const RuntimeMethod* method) { { XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___atomicConverter0; XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Schema.XmlAnyListConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))) { goto IL_004e; } } { RuntimeObject * L_6 = ___value0; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_004e; } } { RuntimeObject * L_10 = ___value0; NullCheck(L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteArrayType_27(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } IL_004e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_14; RuntimeObject * L_16 = ___value0; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_16); ___value0 = (RuntimeObject *)L_15; } IL_005a: { RuntimeObject * L_17 = ___value0; Type_t * L_18 = ___destinationType1; RuntimeObject* L_19 = ___nsResolver2; RuntimeObject * L_20; L_20 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_17, L_18, L_19); return L_20; } } // System.Void System.Xml.Schema.XmlAnyListConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__cctor_mB23A7DF759CF77AF7BB4143997C04E05CE81933B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_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_Item_32(); XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * L_1 = (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C *)il2cpp_codegen_object_new(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D(L_1, ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 *)CastclassClass((RuntimeObject*)L_0, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->set_ItemList_33(L_1); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_2 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_AnyAtomic_33(); XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * L_3 = (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C *)il2cpp_codegen_object_new(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D(L_3, ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 *)CastclassClass((RuntimeObject*)L_2, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->set_AnyAtomicList_34(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.String System.Xml.Serialization.XmlArrayAttribute::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlArrayAttribute_get_ElementName_m930BD6E837F1D24A55B467362FFC13FA3EE5825A (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __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; } { String_t* L_0 = __this->get_elementName_0(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_elementName_0(); return L_2; } } // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlArrayAttribute::get_Form() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlArrayAttribute_get_Form_m5466F34C7D0A1D9ABD3B0D3A5710C6194583609B (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_1(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlArrayAttribute::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlArrayAttribute_get_IsNullable_mC356F2B97E0B1B057AC7DA9DC75EB0DE80265CE0 (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_2(); return L_0; } } // System.String System.Xml.Serialization.XmlArrayAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlArrayAttribute_get_Namespace_mECDD6969B5F738AF94A29B94073822169C20CEBE (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } // System.Int32 System.Xml.Serialization.XmlArrayAttribute::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlArrayAttribute_get_Order_mE82B0436307278D80F425CC5A0D968D309EDEEC8 (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Serialization.XmlArrayItemAttribute::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlArrayItemAttribute_get_DataType_mD86EE33F7B4F15BAF8C1DE0B4C5E5D941DD2C1E4 (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __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; } { String_t* L_0 = __this->get_dataType_0(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_dataType_0(); return L_2; } } // System.String System.Xml.Serialization.XmlArrayItemAttribute::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlArrayItemAttribute_get_ElementName_mAFE748C44E18FFB9CAA8C596FD078E5276258184 (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __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; } { String_t* L_0 = __this->get_elementName_1(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_elementName_1(); return L_2; } } // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlArrayItemAttribute::get_Form() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttribute_get_Form_mBE29B9F35D11E995C7B4169F84289EA5523379C1 (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_2(); return L_0; } } // System.String System.Xml.Serialization.XmlArrayItemAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlArrayItemAttribute_get_Namespace_m540093674268E0D9CFB2A3C956D97882FB761450 (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlArrayItemAttribute::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlArrayItemAttribute_get_IsNullable_m094CB9CBB98C47D54DCAC0D097FE6B843DA3D8E6 (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_4(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlArrayItemAttribute::get_IsNullableSpecified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlArrayItemAttribute_get_IsNullableSpecified_m5D178C070F4FE4945C45B89041865D94225003AA (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullableSpecified_5(); return L_0; } } // System.Type System.Xml.Serialization.XmlArrayItemAttribute::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlArrayItemAttribute_get_Type_m2500D53AC5E45EB0D196A1C0381DA21CCAFCC285 (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_7(); return L_0; } } // System.Int32 System.Xml.Serialization.XmlArrayItemAttribute::get_NestingLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttribute_get_NestingLevel_m1246E008EEA78D69F58C9959DEB75A7975C87FE6 (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nestingLevel_6(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Serialization.XmlArrayItemAttributes::Add(System.Xml.Serialization.XmlArrayItemAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttributes_Add_mE145B4AE39A56E8E5ABB52788852DD4CEDD2B77D (XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * __this, XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95(__this, /*hidden argument*/NULL); XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_1 = ___attribute0; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void System.Xml.Serialization.XmlArrayItemAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlArrayItemAttributes__ctor_mA2C3B8625A7B62407BF0B4C593C5FB7EA3C81A45 (XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * __this, const RuntimeMethod* method) { { CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4(__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.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, bool ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(3); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); bool L_4 = ___value1; L_3->set_boolVal_0(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)16)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value1; L_3->set_dtVal_4(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, double ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)14)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); double L_4 = ___value1; L_3->set_dblVal_1(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int32_t ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)9)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); int32_t L_4 = ___value1; L_3->set_i32Val_3(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int64_t ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)11)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); int64_t L_4 = ___value1; L_3->set_i64Val_2(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); String_t* L_0 = ___value1; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); String_t* L_5 = ___value1; __this->set_objVal_1(L_5); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); String_t* L_0 = ___value1; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); String_t* L_5 = ___value1; __this->set_objVal_1(L_5); RuntimeObject* L_6 = ___nsResolver2; if (!L_6) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = __this->get_xmlType_0(); NullCheck(L_7); int32_t L_8; L_8 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)29)))) { goto IL_0051; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = __this->get_xmlType_0(); NullCheck(L_9); int32_t L_10; L_10 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)30))))) { goto IL_006c; } } IL_0051: { String_t* L_11 = ___value1; String_t* L_12; L_12 = XmlAtomicValue_GetPrefixFromQName_m4C77432E54B779FE6EA028F7C6A84A1A88EFFCCE(__this, L_11, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = V_0; RuntimeObject* L_14 = ___nsResolver2; String_t* L_15 = V_0; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_14, L_15); NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_17 = (NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 *)il2cpp_codegen_object_new(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); NamespacePrefixForQName__ctor_m7FB6B0BEBC3EA701567ADDCE5D94C62AD05367BE(L_17, L_13, L_16, /*hidden argument*/NULL); __this->set_nsPrefix_4(L_17); } IL_006c: { return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); RuntimeObject * L_5 = ___value1; __this->set_objVal_1(L_5); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); RuntimeObject * L_5 = ___value1; __this->set_objVal_1(L_5); RuntimeObject* L_6 = ___nsResolver2; if (!L_6) { goto IL_0075; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = __this->get_xmlType_0(); NullCheck(L_7); int32_t L_8; L_8 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)29)))) { goto IL_0051; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = __this->get_xmlType_0(); NullCheck(L_9); int32_t L_10; L_10 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)30))))) { goto IL_0075; } } IL_0051: { RuntimeObject * L_11 = __this->get_objVal_1(); NullCheck(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_11, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_11, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_12; RuntimeObject* L_13 = ___nsResolver2; String_t* L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_13, L_14); String_t* L_16 = V_0; NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_17 = (NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 *)il2cpp_codegen_object_new(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); NamespacePrefixForQName__ctor_m7FB6B0BEBC3EA701567ADDCE5D94C62AD05367BE(L_17, L_15, L_16, /*hidden argument*/NULL); __this->set_nsPrefix_4(L_17); } IL_0075: { return; } } // System.Object System.Xml.Schema.XmlAtomicValue::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_System_ICloneable_Clone_m20260C361F2144E154FA06E68CD333A5996DED40 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { return __this; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::get_XmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlAtomicValue_get_XmlType_mFD544CFA25E81AF45EFF154C68B67FFC280F64DC (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); return L_0; } } // System.Type System.Xml.Schema.XmlAtomicValue::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlAtomicValue_get_ValueType_mAD1DC06F10F336CEC619B9E4C733BC9096844CCE (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1; L_1 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_1); return L_2; } } // System.Object System.Xml.Schema.XmlAtomicValue::get_TypedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_get_TypedValue_mA9D948E2AA810E036F223EDD21F70CE8810E0012 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_00ba; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_0031; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_0042; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_005a; } } { goto IL_00ba; } IL_0031: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0072; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_008a; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_00a2; } } { goto IL_00ba; } IL_0042: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); Type_t * L_13; L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_10); RuntimeObject * L_14; L_14 = VirtFuncInvoker2< RuntimeObject *, bool, Type_t * >::Invoke(53 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Boolean,System.Type) */, L_10, L_12, L_13); return L_14; } IL_005a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_15 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_16 = __this->get_address_of_unionVal_3(); int32_t L_17 = L_16->get_i32Val_3(); Type_t * L_18; L_18 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_15); RuntimeObject * L_19; L_19 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, L_15, L_17, L_18); return L_19; } IL_0072: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); int64_t L_22 = L_21->get_i64Val_2(); Type_t * L_23; L_23 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_20); RuntimeObject * L_24; L_24 = VirtFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, L_20, L_22, L_23); return L_24; } IL_008a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_25 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_26 = __this->get_address_of_unionVal_3(); double L_27 = L_26->get_dblVal_1(); Type_t * L_28; L_28 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_25); RuntimeObject * L_29; L_29 = VirtFuncInvoker2< RuntimeObject *, double, Type_t * >::Invoke(57 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Double,System.Type) */, L_25, L_27, L_28); return L_29; } IL_00a2: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_30 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_31 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32 = L_31->get_dtVal_4(); Type_t * L_33; L_33 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_30); RuntimeObject * L_34; L_34 = VirtFuncInvoker2< RuntimeObject *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , Type_t * >::Invoke(58 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.DateTime,System.Type) */, L_30, L_32, L_33); return L_34; } IL_00ba: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_35 = V_0; RuntimeObject * L_36 = __this->get_objVal_1(); Type_t * L_37; L_37 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_38 = __this->get_nsPrefix_4(); NullCheck(L_35); RuntimeObject * L_39; L_39 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_35, L_36, L_37, L_38); return L_39; } } // System.Boolean System.Xml.Schema.XmlAtomicValue::get_ValueAsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAtomicValue_get_ValueAsBoolean_m5B327D46FE05E5B9433646DB24E711EADE13E2AA (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_0048; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_005a; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_006c; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_10 = __this->get_address_of_unionVal_3(); bool L_11 = L_10->get_boolVal_0(); return L_11; } IL_0048: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_12 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_13 = __this->get_address_of_unionVal_3(); int32_t L_14 = L_13->get_i32Val_3(); NullCheck(L_12); bool L_15; L_15 = VirtFuncInvoker1< bool, int32_t >::Invoke(5 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Int32) */, L_12, L_14); return L_15; } IL_005a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_16 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_17 = __this->get_address_of_unionVal_3(); int64_t L_18 = L_17->get_i64Val_2(); NullCheck(L_16); bool L_19; L_19 = VirtFuncInvoker1< bool, int64_t >::Invoke(4 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Int64) */, L_16, L_18); return L_19; } IL_006c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); double L_22 = L_21->get_dblVal_1(); NullCheck(L_20); bool L_23; L_23 = VirtFuncInvoker1< bool, double >::Invoke(6 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Double) */, L_20, L_22); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); bool L_27; L_27 = VirtFuncInvoker1< bool, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(7 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); bool L_30; L_30 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, L_28, L_29); return L_30; } } // System.DateTime System.Xml.Schema.XmlAtomicValue::get_ValueAsDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlAtomicValue_get_ValueAsDateTime_m236889974E36E45FB54B36A614861C2CF5451551 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0060; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_0072; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_0084; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , bool >::Invoke(33 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , int32_t >::Invoke(34 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Int32) */, L_14, L_16); return L_17; } IL_0060: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); int64_t L_20 = L_19->get_i64Val_2(); NullCheck(L_18); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21; L_21 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , int64_t >::Invoke(35 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Int64) */, L_18, L_20); return L_21; } IL_0072: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_22 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_23 = __this->get_address_of_unionVal_3(); double L_24 = L_23->get_dblVal_1(); NullCheck(L_22); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25; L_25 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , double >::Invoke(36 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Double) */, L_22, L_24); return L_25; } IL_0084: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_26 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27 = L_26->get_dtVal_4(); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30; L_30 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_28, L_29); return L_30; } } // System.Double System.Xml.Schema.XmlAtomicValue::get_ValueAsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlAtomicValue_get_ValueAsDouble_m7B28290774444441C76DFBAA9DD406F101C040FD (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0060; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_0072; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); double L_13; L_13 = VirtFuncInvoker1< double, bool >::Invoke(24 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); double L_17; L_17 = VirtFuncInvoker1< double, int32_t >::Invoke(25 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Int32) */, L_14, L_16); return L_17; } IL_0060: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); int64_t L_20 = L_19->get_i64Val_2(); NullCheck(L_18); double L_21; L_21 = VirtFuncInvoker1< double, int64_t >::Invoke(26 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Int64) */, L_18, L_20); return L_21; } IL_0072: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_22 = __this->get_address_of_unionVal_3(); double L_23 = L_22->get_dblVal_1(); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); double L_27; L_27 = VirtFuncInvoker1< double, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(27 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); double L_30; L_30 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_28, L_29); return L_30; } } // System.Int32 System.Xml.Schema.XmlAtomicValue::get_ValueAsInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_get_ValueAsInt_mFD2467D1205864280FF2804FDE194DFA3989909F (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_005a; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_006c; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); int32_t L_13; L_13 = VirtFuncInvoker1< int32_t, bool >::Invoke(10 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_14 = __this->get_address_of_unionVal_3(); int32_t L_15 = L_14->get_i32Val_3(); return L_15; } IL_005a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_16 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_17 = __this->get_address_of_unionVal_3(); int64_t L_18 = L_17->get_i64Val_2(); NullCheck(L_16); int32_t L_19; L_19 = VirtFuncInvoker1< int32_t, int64_t >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Int64) */, L_16, L_18); return L_19; } IL_006c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); double L_22 = L_21->get_dblVal_1(); NullCheck(L_20); int32_t L_23; L_23 = VirtFuncInvoker1< int32_t, double >::Invoke(12 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Double) */, L_20, L_22); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); int32_t L_27; L_27 = VirtFuncInvoker1< int32_t, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(13 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); int32_t L_30; L_30 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, L_28, L_29); return L_30; } } // System.Int64 System.Xml.Schema.XmlAtomicValue::get_ValueAsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlAtomicValue_get_ValueAsLong_m589BF21189602529CD8B4B764BBEC3C2034EDBC1 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0060; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_006c; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); int64_t L_13; L_13 = VirtFuncInvoker1< int64_t, bool >::Invoke(16 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); int64_t L_17; L_17 = VirtFuncInvoker1< int64_t, int32_t >::Invoke(17 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Int32) */, L_14, L_16); return L_17; } IL_0060: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_18 = __this->get_address_of_unionVal_3(); int64_t L_19 = L_18->get_i64Val_2(); return L_19; } IL_006c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); double L_22 = L_21->get_dblVal_1(); NullCheck(L_20); int64_t L_23; L_23 = VirtFuncInvoker1< int64_t, double >::Invoke(18 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Double) */, L_20, L_22); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); int64_t L_27; L_27 = VirtFuncInvoker1< int64_t, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(19 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); int64_t L_30; L_30 = VirtFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, L_28, L_29); return L_30; } } // System.Object System.Xml.Schema.XmlAtomicValue::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_ValueAs_m2D0C3F26E9302D7AF0687AA526F78C39E20E540A (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, Type_t * ___type0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var); s_Il2CppMethodInitialized = true; } XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } { Type_t * L_6 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_7, /*hidden argument*/NULL); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0032; } } IL_0030: { return __this; } IL_0032: { RuntimeObject * L_10 = __this->get_objVal_1(); if (L_10) { goto IL_00c4; } } { int32_t L_11 = __this->get_clrType_2(); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) > ((int32_t)((int32_t)9)))) { goto IL_0054; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)3))) { goto IL_0065; } } { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)9)))) { goto IL_0078; } } { goto IL_00c4; } IL_0054: { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)11)))) { goto IL_008b; } } { int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)14)))) { goto IL_009e; } } { int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)16)))) { goto IL_00b1; } } { goto IL_00c4; } IL_0065: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); bool L_20 = L_19->get_boolVal_0(); Type_t * L_21 = ___type0; NullCheck(L_18); RuntimeObject * L_22; L_22 = VirtFuncInvoker2< RuntimeObject *, bool, Type_t * >::Invoke(53 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Boolean,System.Type) */, L_18, L_20, L_21); return L_22; } IL_0078: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_23 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_24 = __this->get_address_of_unionVal_3(); int32_t L_25 = L_24->get_i32Val_3(); Type_t * L_26 = ___type0; NullCheck(L_23); RuntimeObject * L_27; L_27 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, L_23, L_25, L_26); return L_27; } IL_008b: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_29 = __this->get_address_of_unionVal_3(); int64_t L_30 = L_29->get_i64Val_2(); Type_t * L_31 = ___type0; NullCheck(L_28); RuntimeObject * L_32; L_32 = VirtFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, L_28, L_30, L_31); return L_32; } IL_009e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_33 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_34 = __this->get_address_of_unionVal_3(); double L_35 = L_34->get_dblVal_1(); Type_t * L_36 = ___type0; NullCheck(L_33); RuntimeObject * L_37; L_37 = VirtFuncInvoker2< RuntimeObject *, double, Type_t * >::Invoke(57 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Double,System.Type) */, L_33, L_35, L_36); return L_37; } IL_00b1: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_38 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_39 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40 = L_39->get_dtVal_4(); Type_t * L_41 = ___type0; NullCheck(L_38); RuntimeObject * L_42; L_42 = VirtFuncInvoker2< RuntimeObject *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , Type_t * >::Invoke(58 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.DateTime,System.Type) */, L_38, L_40, L_41); return L_42; } IL_00c4: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_43 = V_0; RuntimeObject * L_44 = __this->get_objVal_1(); Type_t * L_45 = ___type0; RuntimeObject* L_46 = ___nsResolver1; NullCheck(L_43); RuntimeObject * L_47; L_47 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_43, L_44, L_45, L_46); return L_47; } } // System.String System.Xml.Schema.XmlAtomicValue::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_get_Value_mB094EAA8D86F3D3CDC8C5C41C75BDB022DD4E06F (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0099; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002e; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003f; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_0051; } } { goto IL_0099; } IL_002e: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0063; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_0075; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_0087; } } { goto IL_0099; } IL_003f: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); String_t* L_13; L_13 = VirtFuncInvoker1< String_t*, bool >::Invoke(43 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Boolean) */, L_10, L_12); return L_13; } IL_0051: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); String_t* L_17; L_17 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(44 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Int32) */, L_14, L_16); return L_17; } IL_0063: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); int64_t L_20 = L_19->get_i64Val_2(); NullCheck(L_18); String_t* L_21; L_21 = VirtFuncInvoker1< String_t*, int64_t >::Invoke(45 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Int64) */, L_18, L_20); return L_21; } IL_0075: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_22 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_23 = __this->get_address_of_unionVal_3(); double L_24 = L_23->get_dblVal_1(); NullCheck(L_22); String_t* L_25; L_25 = VirtFuncInvoker1< String_t*, double >::Invoke(48 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Double) */, L_22, L_24); return L_25; } IL_0087: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_26 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_27 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28 = L_27->get_dtVal_4(); NullCheck(L_26); String_t* L_29; L_29 = VirtFuncInvoker1< String_t*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(49 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTime) */, L_26, L_28); return L_29; } IL_0099: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_30 = V_0; RuntimeObject * L_31 = __this->get_objVal_1(); NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_32 = __this->get_nsPrefix_4(); NullCheck(L_30); String_t* L_33; L_33 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, L_30, L_31, L_32); return L_33; } } // System.String System.Xml.Schema.XmlAtomicValue::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_ToString_m6C21A68BC63812B83CA8F9F07CC57D3798D322E9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_0; } } // System.String System.Xml.Schema.XmlAtomicValue::GetPrefixFromQName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_GetPrefixFromQName_m4C77432E54B779FE6EA028F7C6A84A1A88EFFCCE (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, String_t* ___value0, 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*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseQName_m0011D90B5122AE9FD6F5F651E118B7BDDD2C46BE(L_0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0016; } } { int32_t L_3 = V_1; String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0018; } } IL_0016: { return (String_t*)NULL; } IL_0018: { int32_t L_6 = V_0; if (!L_6) { goto IL_0024; } } { String_t* L_7 = ___value0; int32_t L_8 = V_0; NullCheck(L_7); String_t* L_9; L_9 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_7, 0, L_8, /*hidden argument*/NULL); return L_9; } IL_0024: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; NullCheck(L_1); bool L_2; L_2 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3 = ___name0; NullCheck(L_3); String_t* L_4; L_4 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument_CheckName_m6394DDD0AB1FE4C184EB3E15E420727B681C608A(L_4, /*hidden argument*/NULL); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5 = ___name0; NullCheck(L_5); String_t* L_6; L_6 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_5, /*hidden argument*/NULL); XmlDocument_CheckName_m6394DDD0AB1FE4C184EB3E15E420727B681C608A(L_6, /*hidden argument*/NULL); } IL_002c: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = ___name0; NullCheck(L_7); String_t* L_8; L_8 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0049; } } { String_t* L_10; L_10 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11834E4FA4D4CDE4FFF1896BC2B609DB8CBF216A)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E_RuntimeMethod_var))); } IL_0049: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_12 = ___name0; __this->set_name_1(L_12); return; } } // System.Void System.Xml.XmlAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m1CC4421CFD643E837A80EBD7C725CB0DD5E6F036 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc3; String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; NullCheck(L_0); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc3; XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_XmlName(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_1(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlAttribute::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_CloneNode_m9220173CA39C5690E5446F8058B3239787CBCC79 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this); NullCheck(L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5; L_5 = VirtFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(59 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, L_1, L_2, L_3, L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = L_5; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = V_0; NullCheck(L_6); VirtActionInvoker3< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(28 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_6, L_7, __this, (bool)1); return L_6; } } // System.Xml.XmlNode System.Xml.XmlAttribute::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_get_ParentNode_m720F35F6503C9AD91814C98A1C77418F9484E01B (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.String System.Xml.XmlAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Name_m9974143637DD47EFB24FC7BA8B2BC32125F7A763 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Name_mCBD22D70F85B53C0B1AEED34A3450B9A16AB04C0(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_LocalName_mD718A609E4C38134B50A43689326C04463AA3074 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_NamespaceURI_m8653DA05644424E08F71F71575C55F61451328B5 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Prefix_m2DA7ACE03A8F4E6E57499DB72E6B684561013F3F (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlAttribute::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_NodeType_mF4005E75C3B58C0A6D3E20724C0D0ED4B13A134C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlAttribute_get_OwnerDocument_mEC26D9AADB61A95B213D225358AB054236E98FAD (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Value_m76BA4BF340E027E1DDFA2A673FA2A80400FA74B3 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); return L_0; } } // System.Void System.Xml.XmlAttribute::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_Value_m9AC74CAA500E0541149D11C827655D86AC87FB19 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(34 /* System.Void System.Xml.XmlNode::set_InnerText(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlAttribute::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerText_m3B5C78D374ACDD3A8B6163CCB4CD5584518D946A (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0; L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001e; } } { String_t* L_1; L_1 = XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0(__this, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___value0; XmlNode_set_InnerText_m2C9B95A1CFC263F88DCF8912D1CF3B86383E1D1E(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = V_0; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF(__this, L_3, /*hidden argument*/NULL); return; } IL_001e: { String_t* L_4 = ___value0; XmlNode_set_InnerText_m2C9B95A1CFC263F88DCF8912D1CF3B86383E1D1E(__this, L_4, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1; L_1 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2; L_2 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); V_0 = L_2; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = V_0; if (!L_3) { goto IL_002f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_4 = V_0; NullCheck(L_4); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_5; L_5 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_4); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); NullCheck(L_5); bool L_8; L_8 = XmlAttributeCollection_PrepareParentInElementIdAttrMap_mC99067172BCD00D4874CD0C9BB8C3563E70844B1(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_002f: { return (bool)0; } } // System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___oldInnerText0, const RuntimeMethod* method) { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0; L_0 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); V_0 = L_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = V_0; if (!L_1) { goto IL_001c; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2 = V_0; NullCheck(L_2); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_3; L_3 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_2); String_t* L_4 = ___oldInnerText0; String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); NullCheck(L_3); XmlAttributeCollection_ResetParentInElementIdAttrMap_m176C87E07E71902DA54A3A67A49E5EDEB557ECF8(L_3, L_4, L_5, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Boolean System.Xml.XmlAttribute::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_IsContainer_m42CD1C1DB4E6F87BBFFD41FBD40A9504F8CB507E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_AppendChildForLoad_mC9DB6DF6835FDE3618A782EAFE01CC84FBE6494D (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_2 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___newChild0; NullCheck(L_0); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2; L_2 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(L_0, L_1, __this, /*hidden argument*/NULL); V_0 = L_2; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_3 = V_0; if (!L_3) { goto IL_0013; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_5 = V_0; NullCheck(L_4); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_4, L_5); } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___newChild0; V_1 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_6, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_7 = __this->get_lastChild_2(); if (L_7) { goto IL_0039; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_1; NullCheck(L_8); L_8->set_next_1(L_9); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_1; __this->set_lastChild_2(L_10); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_1; NullCheck(L_11); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_11, __this); goto IL_007a; } IL_0039: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = __this->get_lastChild_2(); V_2 = L_12; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_14 = V_2; NullCheck(L_14); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = L_14->get_next_1(); NullCheck(L_13); L_13->set_next_1(L_15); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_1; NullCheck(L_16); L_16->set_next_1(L_17); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_1; __this->set_lastChild_2(L_18); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_2; NullCheck(L_19); bool L_20; L_20 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_19); if (!L_20) { goto IL_0073; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = V_1; NullCheck(L_21); bool L_22; L_22 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_21); if (!L_22) { goto IL_0073; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_1; XmlNode_NestTextNodes_mED83B3CE556B31D68DC0FD4890D273E8A1C9D3C1(L_23, L_24, /*hidden argument*/NULL); goto IL_007a; } IL_0073: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_1; NullCheck(L_25); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_25, __this); } IL_007a: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_26 = V_0; if (!L_26) { goto IL_0084; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_28 = V_0; NullCheck(L_27); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_27, L_28); } IL_0084: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_29 = V_1; return L_29; } } // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlAttribute_get_LastNode_mC4226C0CFCDB41EEF0D59C6E64B47F00A1E85A69 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_2(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_LastNode_m47462416BC85C33C9B228467D921C47FB6723207 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_2(L_0); return; } } // System.Boolean System.Xml.XmlAttribute::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_IsValidChildType_m985675EF64C7E28ADAE15FAAD68E172C3520DD9B (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0009; } } { int32_t L_1 = ___type0; return (bool)((((int32_t)L_1) == ((int32_t)5))? 1 : 0); } IL_0009: { return (bool)1; } } // System.Boolean System.Xml.XmlAttribute::get_Specified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_Specified_m9BA3F28465718AFB09F9CB705AC7E2D81A2E330C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::RemoveChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_RemoveChild_mAA100C2F00FB0346E1656C6463DBC02C736C0734 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldChild0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; { bool L_0; L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); V_1 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___oldChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_1; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF(__this, L_4, /*hidden argument*/NULL); goto IL_0028; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___oldChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0028: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; return L_7; } } // System.Xml.XmlNode System.Xml.XmlAttribute::AppendChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_AppendChild_mAF324AA7DBB29DC1BEC6A3CBA82F03AB11D5DFC5 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; { bool L_0; L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); V_1 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_1; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF(__this, L_4, /*hidden argument*/NULL); goto IL_0028; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0028: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; return L_7; } } // System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlAttribute_get_OwnerElement_mFEBC84CD403FF83E67D680DE169176348A78F27C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlAttribute::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerXml_mD9A74E357BD4F50DA4A0426F2994BD8E84B3625F (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); XmlLoader_LoadInnerXmlAttribute_m15BB1E375A733F53FA4BDFE9D14F5290DD9ED9DC(L_0, __this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlAttribute::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_WriteTo_m614100A1167F5EC449779C1BD90C8CFAEE4AA32E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this); NullCheck(L_0); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_4 = ___w0; VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(38 /* System.Void System.Xml.XmlNode::WriteContentTo(System.Xml.XmlWriter) */, __this, L_4); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_5 = ___w0; NullCheck(L_5); VirtActionInvoker0::Invoke(11 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_5); return; } } // System.Void System.Xml.XmlAttribute::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_WriteContentTo_m9E5FCBE510DED640AA95B8DAF504014AD9B620C0 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0017; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_2 = ___w0; NullCheck(L_1); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_1, L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_0 = L_4; } IL_0017: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; if (L_5) { goto IL_0009; } } { return; } } // System.String System.Xml.XmlAttribute::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_BaseURI_m011FBD20F26663B1BC9D644BA14F5B13405B2502 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __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; } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0; L_0 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (!L_0) { goto IL_0014; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_1); return L_2; } IL_0014: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } } // System.Void System.Xml.XmlAttribute::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_SetParent_mB05EF9873158117B13859F744C6D9476AC0422EE (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_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.Void System.Xml.Serialization.XmlAttributeAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeAttribute__ctor_m3C9FC780C480AB65FAA249FC66806584C8D80749 (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, String_t* ___attributeName0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___attributeName0; __this->set_attributeName_0(L_0); return; } } // System.String System.Xml.Serialization.XmlAttributeAttribute::get_AttributeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttributeAttribute_get_AttributeName_m33A1445DCB655CC707C440FCC1D27FE5DB07040B (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __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; } { String_t* L_0 = __this->get_attributeName_0(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_attributeName_0(); return L_2; } } // System.String System.Xml.Serialization.XmlAttributeAttribute::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttributeAttribute_get_DataType_m688279985DA54160DF69DE02A040D39BD062D74D (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __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; } { String_t* L_0 = __this->get_dataType_1(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_dataType_1(); return L_2; } } // System.Void System.Xml.Serialization.XmlAttributeAttribute::set_DataType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeAttribute_set_DataType_m617A124E8D1CE2F758634ABA2193F6E7FAE95037 (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_dataType_1(L_0); return; } } // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlAttributeAttribute::get_Form() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeAttribute_get_Form_m7692836B2A913C4CC0A9AE93E280C08A40A741AC (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_2(); return L_0; } } // System.String System.Xml.Serialization.XmlAttributeAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttributeAttribute_get_Namespace_m36BA9646465FB94C21F9DA75C232B5A836F21575 (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAttributeCollection::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m0BE2C35E816610AA41C1DFF73D507C323E261A97 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___parent0; XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_1 = ___i0; RuntimeObject * L_2; L_2 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, L_1, /*hidden argument*/NULL); V_0 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); 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*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0014; } throw e; } CATCH_0014: { // begin catch(System.ArgumentOutOfRangeException) String_t* L_3; L_3 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C67F6F3D5AD1DF5DD1E3B7F8583419767796154)), /*hidden argument*/NULL); IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_4 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F_RuntimeMethod_var))); } // end catch (depth: 1) IL_0025: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = V_0; return L_5; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::SetNamedItem(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_SetNamedItem_m5613ADF2427161B5C45BCFF6E40BCF9CFA3B132A (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (!L_0) { goto IL_001b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node0; if (((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)IsInstClass((RuntimeObject*)L_1, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))) { goto IL_001b; } } { String_t* L_2; L_2 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5CF37169D518173369F326C4BECA4FF192E3DF4)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttributeCollection_SetNamedItem_m5613ADF2427161B5C45BCFF6E40BCF9CFA3B132A_RuntimeMethod_var))); } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6); int32_t L_8; L_8 = XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC(__this, L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_003f; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11; L_11 = XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_10, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } IL_003f: { int32_t L_12 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13; L_13 = XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752(__this, L_12, /*hidden argument*/NULL); int32_t L_14 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16; L_16 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15); return L_13; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Append(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___node0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); V_0 = L_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; if (!L_2) { goto IL_0012; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_004c; } } IL_0012: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; if (!L_5) { goto IL_0033; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_6 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_7); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8; L_8 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_7); if ((((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_6) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_8))) { goto IL_0033; } } { String_t* L_9; L_9 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10E3A7873DD45D61AB6068175777B54A049F04A1)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782_RuntimeMethod_var))); } IL_0033: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11 = ___node0; NullCheck(L_11); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_12; L_12 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_11); if (!L_12) { goto IL_0042; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13 = ___node0; XmlAttributeCollection_Detach_m464640C014F63ED5612E9132CCC059B37D5A950C(__this, L_13, /*hidden argument*/NULL); } IL_0042: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_14 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15; L_15 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) */, __this, L_14); goto IL_005c; } IL_004c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = ___node0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_17 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18; L_18 = XmlNamedNodeMap_AddNodeForLoad_mFA7431E44511B2E78D0043820C9B09ECFB4A076C(__this, L_16, L_17, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_19 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, L_19, /*hidden argument*/NULL); } IL_005c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_20 = ___node0; return L_20; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_Remove_mF4C9B99616B3D249B21C0A151FA021297E77FF2E (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_1; L_1 = SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_002d; } IL_0010: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_1; RuntimeObject * L_4; L_4 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_2, L_3, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = ___node0; if ((!(((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)L_5)))) { goto IL_0029; } } { int32_t L_6 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7; L_7 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_6); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_8 = ___node0; return L_8; } IL_0029: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0010; } } { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_RemoveAt_mC62FB432B84F4CD990E4870E434248DA9130C208 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___i0; int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_000f; } } IL_000d: { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } IL_000f: { int32_t L_3 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_3); return ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlAttributeCollection::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_mD06952E7C2FD4E57DE9F1411619CB8037D51AA29 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_0 = L_0; goto IL_0015; } IL_0009: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3; L_3 = XmlAttributeCollection_RemoveAt_mC62FB432B84F4CD990E4870E434248DA9130C208(__this, L_2, /*hidden argument*/NULL); } IL_0015: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0009; } } { return; } } // System.Void System.Xml.XmlAttributeCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_System_Collections_ICollection_CopyTo_mA8B6B0AB402CB857AA52663671F365929E48621D (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_1 = L_0; goto IL_0027; } IL_000b: { RuntimeArray * L_1 = ___array0; SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_0; RuntimeObject * L_4; L_4 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___index1; NullCheck(L_1); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_1, L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0027: { int32_t L_8 = V_0; int32_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000b; } } { return; } } // System.Int32 System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_System_Collections_ICollection_get_Count_mAFD035B6A18C052FE7D2E32A1E9922101F53604E (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = XmlNamedNodeMap_get_Count_mB2781C3BBA1B9A597456C58B6182417946409D5A(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::AddNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_AddNode_m8AA44ACFA4B575FB70D974D01A585662A09E08D8 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; int32_t L_1; L_1 = XmlAttributeCollection_RemoveDuplicateAttribute_m471405F1C546E31AFC87D16EB12F58D220437F5C(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_0, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = XmlNamedNodeMap_AddNode_m885D21F5B3C471E57974070C3D5712A274A5FE78(__this, L_2, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::InsertNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_InsertNodeAt_m0F8643D54A182B27D6B5073277A0C8C989BFCBE1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = XmlNamedNodeMap_InsertNodeAt_mA4BB39676F07D32A389651F0C83B25C198F85086(__this, L_0, L_1, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node1; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::RemoveNodeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_RemoveNodeAt_mCF5A026DA3C33F638AA16D47C3A93C04CFBD8C55 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; { int32_t L_0 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_3); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4; L_4 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10); NullCheck(L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12; L_12 = XmlDocument_GetDefaultAttribute_m4ACB01551C8B9E64C11DE9A250E8EAC032AC04F8(L_4, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_5, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)), L_7, L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13 = V_1; if (!L_13) { goto IL_004e; } } { int32_t L_14 = ___i0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_15 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16; L_16 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15); } IL_004e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_0; return L_17; } } // System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m464640C014F63ED5612E9132CCC059B37D5A950C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___attr0; NullCheck(L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0); NullCheck(L_1); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_2; L_2 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3 = ___attr0; NullCheck(L_2); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_4; L_4 = XmlAttributeCollection_Remove_mF4C9B99616B3D249B21C0A151FA021297E77FF2E(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = V_0; if (!L_1) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_2); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3; L_3 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2); if (L_3) { goto IL_001d; } } { return; } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_4); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5; L_5 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = V_0; NullCheck(L_6); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7; L_7 = XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8; L_8 = XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_9 = V_1; if (!L_9) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_10, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12 = ___attr0; NullCheck(L_12); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_13; L_13 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14; L_14 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_16, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = ___attr0; NullCheck(L_18); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_19; L_19 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_19, /*hidden argument*/NULL); bool L_21; L_21 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_22); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_23; L_23 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = ___attr0; NullCheck(L_24); String_t* L_25; L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_24); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_26 = V_0; NullCheck(L_23); XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734(L_23, L_25, L_26, /*hidden argument*/NULL); } IL_007e: { return; } } // System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = V_0; if (!L_1) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_2); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3; L_3 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2); if (L_3) { goto IL_001d; } } { return; } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_4); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5; L_5 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = V_0; NullCheck(L_6); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7; L_7 = XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8; L_8 = XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_9 = V_1; if (!L_9) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_10, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12 = ___attr0; NullCheck(L_12); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_13; L_13 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14; L_14 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_16, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = ___attr0; NullCheck(L_18); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_19; L_19 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_19, /*hidden argument*/NULL); bool L_21; L_21 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_22); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_23; L_23 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = ___attr0; NullCheck(L_24); String_t* L_25; L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_24); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_26 = V_0; NullCheck(L_23); XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4(L_23, L_25, L_26, /*hidden argument*/NULL); } IL_007e: { return; } } // System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m471405F1C546E31AFC87D16EB12F58D220437F5C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___attr0; NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_0); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_2 = ___attr0; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_2); int32_t L_4; L_4 = XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC(__this, L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0038; } } { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_6 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_7 = V_0; RuntimeObject * L_8; L_8 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_6, L_7, /*hidden argument*/NULL); V_1 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_8, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); int32_t L_9 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10; L_10 = XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752(__this, L_9, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11 = V_1; XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D(__this, L_11, /*hidden argument*/NULL); } IL_0038: { int32_t L_12 = V_0; return L_12; } } // System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_mC99067172BCD00D4874CD0C9BB8C3563E70844B1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2; L_2 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = V_0; NullCheck(L_3); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = V_1; if (!L_6) { goto IL_0044; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_7, /*hidden argument*/NULL); String_t* L_9 = ___attrPrefix0; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0044; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_11, /*hidden argument*/NULL); String_t* L_13 = ___attrLocalName1; bool L_14; L_14 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0044; } } { return (bool)1; } IL_0044: { return (bool)0; } } // System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m176C87E07E71902DA54A3A67A49E5EDEB557ECF8 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2; L_2 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = L_2; String_t* L_4 = ___oldVal0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_5 = V_0; NullCheck(L_3); XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4(L_3, L_4, L_5, /*hidden argument*/NULL); String_t* L_6 = ___newVal1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_7 = V_0; NullCheck(L_3); XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734(L_3, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = XmlNamedNodeMap_AddNode_m885D21F5B3C471E57974070C3D5712A274A5FE78(__this, L_0, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_2 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, L_2, /*hidden argument*/NULL); return ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_1, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlAttributeEventArgs::.ctor(System.Xml.XmlAttribute,System.Int32,System.Int32,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeEventArgs__ctor_m5BCB19E1F832C515918CA7930FA1F273E0B9F1AE (XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, int32_t ___lineNumber1, int32_t ___linePosition2, RuntimeObject * ___o3, String_t* ___qnames4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___attr0; __this->set_attr_2(L_0); RuntimeObject * L_1 = ___o3; __this->set_o_1(L_1); String_t* L_2 = ___qnames4; __this->set_qnames_3(L_2); int32_t L_3 = ___lineNumber1; __this->set_lineNumber_4(L_3); int32_t L_4 = ___linePosition2; __this->set_linePosition_5(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.Serialization.XmlAttributeEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeEventHandler__ctor_m2C648A55C89408AC21275E72C9A3C488958F0038 (XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.Serialization.XmlAttributeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlAttributeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeEventHandler_Invoke_m9DAF4ABC2A5D1C2EC71134CA89CCFF9BF61DA5D8 (XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * __this, RuntimeObject * ___sender0, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { if (___parameterCount == 1) { typedef void (*FunctionPointerType) (RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } } // System.IAsyncResult System.Xml.Serialization.XmlAttributeEventHandler::BeginInvoke(System.Object,System.Xml.Serialization.XmlAttributeEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAttributeEventHandler_BeginInvoke_m2D1B80191767DA24D8654C9C9A96703AF0CCE989 (XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * __this, RuntimeObject * ___sender0, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.Xml.Serialization.XmlAttributeEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeEventHandler_EndInvoke_m7E688DBBDCE894DFC8FAA9460AD260763945F28C (XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlAttributeOverrides::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeOverrides__ctor_m0FDFB6B018E714C8F5E6BB7D8422FBC3FDA05702 (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); 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_overrides_0(L_0); return; } } // System.Xml.Serialization.XmlAttributes System.Xml.Serialization.XmlAttributeOverrides::get_Item(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * XmlAttributeOverrides_get_Item_mF967F6898A39D7BA3BFFFF2F26D1C904F5B9480C (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * __this, Type_t * ___type0, 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; } { Type_t * L_0 = ___type0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_2; L_2 = XmlAttributeOverrides_get_Item_m6A6A05B3029CA0A09B1718328BC978362667AB05(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.Serialization.XmlAttributes System.Xml.Serialization.XmlAttributeOverrides::get_Item(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * XmlAttributeOverrides_get_Item_m6A6A05B3029CA0A09B1718328BC978362667AB05 (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * __this, Type_t * ___type0, String_t* ___member1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_overrides_0(); Type_t * L_1 = ___type0; String_t* L_2 = ___member1; TypeMember_t8F822B48C520500825EE30B53C9F31070682019C * L_3; L_3 = XmlAttributeOverrides_GetKey_mF1976C8A27559EF3AD9080EA8C31E53223570778(__this, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_4; L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_3); return ((XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)CastclassClass((RuntimeObject*)L_4, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var)); } } // System.Xml.Serialization.TypeMember System.Xml.Serialization.XmlAttributeOverrides::GetKey(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeMember_t8F822B48C520500825EE30B53C9F31070682019C * XmlAttributeOverrides_GetKey_mF1976C8A27559EF3AD9080EA8C31E53223570778 (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * __this, Type_t * ___type0, String_t* ___member1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeMember_t8F822B48C520500825EE30B53C9F31070682019C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; String_t* L_1 = ___member1; TypeMember_t8F822B48C520500825EE30B53C9F31070682019C * L_2 = (TypeMember_t8F822B48C520500825EE30B53C9F31070682019C *)il2cpp_codegen_object_new(TypeMember_t8F822B48C520500825EE30B53C9F31070682019C_il2cpp_TypeInfo_var); TypeMember__ctor_m01AF9E4AF31E6A796FBB8BBB5AA06119E9CEED2A(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributes__ctor_m761DCBA3414BFF5B255A5D56132B0753A71E97D0 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_0 = (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E *)il2cpp_codegen_object_new(XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E_il2cpp_TypeInfo_var); XmlAnyElementAttributes__ctor_m7BB5E5ECBA7C6C5680249C0EEE67F8D947DDE7AE(L_0, /*hidden argument*/NULL); __this->set_xmlAnyElements_1(L_0); XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * L_1 = (XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB *)il2cpp_codegen_object_new(XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB_il2cpp_TypeInfo_var); XmlArrayItemAttributes__ctor_mA2C3B8625A7B62407BF0B4C593C5FB7EA3C81A45(L_1, /*hidden argument*/NULL); __this->set_xmlArrayItems_3(L_1); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_2 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); __this->set_xmlDefaultValue_6(L_2); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_3 = (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 *)il2cpp_codegen_object_new(XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402_il2cpp_TypeInfo_var); XmlElementAttributes__ctor_mFA665FABD8A7F7C33AFF7FB04A8FBBA7C7E162B0(L_3, /*hidden argument*/NULL); __this->set_xmlElements_7(L_3); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlAttributes::.ctor(System.Reflection.ICustomAttributeProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributes__ctor_mA4F772F9559FDF038029A09C70B7B13E101F2F06 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceDeclarationsAttribute_t647F9C667C4A09EB4302FD0DD5F278FBC645869F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_0 = (XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E *)il2cpp_codegen_object_new(XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E_il2cpp_TypeInfo_var); XmlAnyElementAttributes__ctor_m7BB5E5ECBA7C6C5680249C0EEE67F8D947DDE7AE(L_0, /*hidden argument*/NULL); __this->set_xmlAnyElements_1(L_0); XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * L_1 = (XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB *)il2cpp_codegen_object_new(XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB_il2cpp_TypeInfo_var); XmlArrayItemAttributes__ctor_mA2C3B8625A7B62407BF0B4C593C5FB7EA3C81A45(L_1, /*hidden argument*/NULL); __this->set_xmlArrayItems_3(L_1); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_2 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); __this->set_xmlDefaultValue_6(L_2); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_3 = (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 *)il2cpp_codegen_object_new(XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402_il2cpp_TypeInfo_var); XmlElementAttributes__ctor_mFA665FABD8A7F7C33AFF7FB04A8FBBA7C7E162B0(L_3, /*hidden argument*/NULL); __this->set_xmlElements_7(L_3); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_4 = ___provider0; NullCheck(L_4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5; L_5 = InterfaceFuncInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, bool >::Invoke(1 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Boolean) */, ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var, L_4, (bool)0); V_0 = L_5; V_1 = 0; goto IL_019d; } IL_0041: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); V_2 = L_9; RuntimeObject * L_10 = V_2; if (!((XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 *)IsInstClass((RuntimeObject*)L_10, XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094_il2cpp_TypeInfo_var))) { goto IL_005e; } } { RuntimeObject * L_11 = V_2; __this->set_xmlAnyAttribute_0(((XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 *)CastclassClass((RuntimeObject*)L_11, XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094_il2cpp_TypeInfo_var))); goto IL_0199; } IL_005e: { RuntimeObject * L_12 = V_2; if (!((XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 *)IsInstClass((RuntimeObject*)L_12, XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var))) { goto IL_007d; } } { XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_13 = __this->get_xmlAnyElements_1(); RuntimeObject * L_14 = V_2; NullCheck(L_13); int32_t L_15; L_15 = XmlAnyElementAttributes_Add_m1F26D9DBDB69C11294369AF8E3FC0F0969CF75E8(L_13, ((XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 *)CastclassClass((RuntimeObject*)L_14, XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0199; } IL_007d: { RuntimeObject * L_16 = V_2; if (!((XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 *)IsInstClass((RuntimeObject*)L_16, XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472_il2cpp_TypeInfo_var))) { goto IL_0096; } } { RuntimeObject * L_17 = V_2; __this->set_xmlArray_2(((XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 *)CastclassClass((RuntimeObject*)L_17, XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472_il2cpp_TypeInfo_var))); goto IL_0199; } IL_0096: { RuntimeObject * L_18 = V_2; if (!((XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 *)IsInstClass((RuntimeObject*)L_18, XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94_il2cpp_TypeInfo_var))) { goto IL_00b5; } } { XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * L_19 = __this->get_xmlArrayItems_3(); RuntimeObject * L_20 = V_2; NullCheck(L_19); int32_t L_21; L_21 = XmlArrayItemAttributes_Add_mE145B4AE39A56E8E5ABB52788852DD4CEDD2B77D(L_19, ((XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 *)CastclassClass((RuntimeObject*)L_20, XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0199; } IL_00b5: { RuntimeObject * L_22 = V_2; if (!((XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 *)IsInstClass((RuntimeObject*)L_22, XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647_il2cpp_TypeInfo_var))) { goto IL_00ce; } } { RuntimeObject * L_23 = V_2; __this->set_xmlAttribute_4(((XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 *)CastclassClass((RuntimeObject*)L_23, XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647_il2cpp_TypeInfo_var))); goto IL_0199; } IL_00ce: { RuntimeObject * L_24 = V_2; if (!((XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 *)IsInstClass((RuntimeObject*)L_24, XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067_il2cpp_TypeInfo_var))) { goto IL_00e7; } } { RuntimeObject * L_25 = V_2; __this->set_xmlChoiceIdentifier_5(((XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 *)CastclassClass((RuntimeObject*)L_25, XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067_il2cpp_TypeInfo_var))); goto IL_0199; } IL_00e7: { RuntimeObject * L_26 = V_2; if (!((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)IsInstClass((RuntimeObject*)L_26, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var))) { goto IL_0105; } } { RuntimeObject * L_27 = V_2; NullCheck(((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)CastclassClass((RuntimeObject*)L_27, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var))); RuntimeObject * L_28; L_28 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, ((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)CastclassClass((RuntimeObject*)L_27, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var))); __this->set_xmlDefaultValue_6(L_28); goto IL_0199; } IL_0105: { RuntimeObject * L_29 = V_2; if (!((XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 *)IsInstClass((RuntimeObject*)L_29, XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var))) { goto IL_0121; } } { XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_30 = __this->get_xmlElements_7(); RuntimeObject * L_31 = V_2; NullCheck(L_30); int32_t L_32; L_32 = XmlElementAttributes_Add_m1FFE75288F57CC413F181E841F6227839B8A1010(L_30, ((XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 *)CastclassClass((RuntimeObject*)L_31, XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0199; } IL_0121: { RuntimeObject * L_33 = V_2; if (!((XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E *)IsInstClass((RuntimeObject*)L_33, XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_il2cpp_TypeInfo_var))) { goto IL_0137; } } { RuntimeObject * L_34 = V_2; __this->set_xmlEnum_8(((XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E *)CastclassClass((RuntimeObject*)L_34, XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_il2cpp_TypeInfo_var))); goto IL_0199; } IL_0137: { RuntimeObject * L_35 = V_2; if (!((XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6 *)IsInstClass((RuntimeObject*)L_35, XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6_il2cpp_TypeInfo_var))) { goto IL_0148; } } { __this->set_xmlIgnore_9((bool)1); goto IL_0199; } IL_0148: { RuntimeObject * L_36 = V_2; if (!((XmlNamespaceDeclarationsAttribute_t647F9C667C4A09EB4302FD0DD5F278FBC645869F *)IsInstClass((RuntimeObject*)L_36, XmlNamespaceDeclarationsAttribute_t647F9C667C4A09EB4302FD0DD5F278FBC645869F_il2cpp_TypeInfo_var))) { goto IL_0159; } } { __this->set_xmlns_10((bool)1); goto IL_0199; } IL_0159: { RuntimeObject * L_37 = V_2; if (!((XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)IsInstClass((RuntimeObject*)L_37, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96_il2cpp_TypeInfo_var))) { goto IL_016f; } } { RuntimeObject * L_38 = V_2; __this->set_xmlRoot_11(((XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)CastclassClass((RuntimeObject*)L_38, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96_il2cpp_TypeInfo_var))); goto IL_0199; } IL_016f: { RuntimeObject * L_39 = V_2; if (!((XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E *)IsInstClass((RuntimeObject*)L_39, XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E_il2cpp_TypeInfo_var))) { goto IL_0185; } } { RuntimeObject * L_40 = V_2; __this->set_xmlText_12(((XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E *)CastclassClass((RuntimeObject*)L_40, XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E_il2cpp_TypeInfo_var))); goto IL_0199; } IL_0185: { RuntimeObject * L_41 = V_2; if (!((XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 *)IsInstClass((RuntimeObject*)L_41, XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800_il2cpp_TypeInfo_var))) { goto IL_0199; } } { RuntimeObject * L_42 = V_2; __this->set_xmlType_13(((XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 *)CastclassClass((RuntimeObject*)L_42, XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800_il2cpp_TypeInfo_var))); } IL_0199: { int32_t L_43 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_019d: { int32_t L_44 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_45 = V_0; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))) { goto IL_0041; } } { bool L_46 = __this->get_xmlIgnore_9(); if (!L_46) { goto IL_0215; } } { __this->set_xmlAnyAttribute_0((XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 *)NULL); XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_47 = __this->get_xmlAnyElements_1(); NullCheck(L_47); CollectionBase_Clear_mE4A1AF9EE5C41E021DCCBBACA2586BBD2EABCC9E(L_47, /*hidden argument*/NULL); __this->set_xmlArray_2((XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 *)NULL); XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * L_48 = __this->get_xmlArrayItems_3(); NullCheck(L_48); CollectionBase_Clear_mE4A1AF9EE5C41E021DCCBBACA2586BBD2EABCC9E(L_48, /*hidden argument*/NULL); __this->set_xmlAttribute_4((XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 *)NULL); __this->set_xmlChoiceIdentifier_5((XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 *)NULL); __this->set_xmlDefaultValue_6(NULL); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_49 = __this->get_xmlElements_7(); NullCheck(L_49); CollectionBase_Clear_mE4A1AF9EE5C41E021DCCBBACA2586BBD2EABCC9E(L_49, /*hidden argument*/NULL); __this->set_xmlEnum_8((XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E *)NULL); __this->set_xmlns_10((bool)0); __this->set_xmlRoot_11((XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL); __this->set_xmlText_12((XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E *)NULL); __this->set_xmlType_13((XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 *)NULL); } IL_0215: { return; } } // System.Xml.Serialization.XmlAnyAttributeAttribute System.Xml.Serialization.XmlAttributes::get_XmlAnyAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * XmlAttributes_get_XmlAnyAttribute_m9EBCA2F82D756CE9AAEBCA403A1E4A32B972662F (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * L_0 = __this->get_xmlAnyAttribute_0(); return L_0; } } // System.Xml.Serialization.XmlAnyElementAttributes System.Xml.Serialization.XmlAttributes::get_XmlAnyElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_0 = __this->get_xmlAnyElements_1(); return L_0; } } // System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlAttributes::get_XmlArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_0 = __this->get_xmlArray_2(); return L_0; } } // System.Xml.Serialization.XmlArrayItemAttributes System.Xml.Serialization.XmlAttributes::get_XmlArrayItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * XmlAttributes_get_XmlArrayItems_mB0B6351F521D19EC4810D27B7B89CDF477E01A3D (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * L_0 = __this->get_xmlArrayItems_3(); return L_0; } } // System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlAttributes::get_XmlAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_0 = __this->get_xmlAttribute_4(); return L_0; } } // System.Xml.Serialization.XmlChoiceIdentifierAttribute System.Xml.Serialization.XmlAttributes::get_XmlChoiceIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * XmlAttributes_get_XmlChoiceIdentifier_m1E8FC3362D649B7B46EBDEEAA9B708869E7662B7 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * L_0 = __this->get_xmlChoiceIdentifier_5(); return L_0; } } // System.Object System.Xml.Serialization.XmlAttributes::get_XmlDefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAttributes_get_XmlDefaultValue_m3812CBB291FD5E5FD065BC0A1EACBE4EFD142484 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_xmlDefaultValue_6(); return L_0; } } // System.Xml.Serialization.XmlElementAttributes System.Xml.Serialization.XmlAttributes::get_XmlElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_0 = __this->get_xmlElements_7(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlAttributes::get_XmlIgnore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributes_get_XmlIgnore_mDE8D8BE2B8F92D3264F13D785E0D4225AE70C9DE (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_xmlIgnore_9(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlAttributes::get_Xmlns() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributes_get_Xmlns_m2D2F20297D37E22BA33F31C25B6EE47156A459E5 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_xmlns_10(); return L_0; } } // System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlAttributes::get_XmlRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * XmlAttributes_get_XmlRoot_m660513A35CE5B36F688B0A19001FA6E6E73D9EE9 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_0 = __this->get_xmlRoot_11(); return L_0; } } // System.Xml.Serialization.XmlTextAttribute System.Xml.Serialization.XmlAttributes::get_XmlText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_0 = __this->get_xmlText_12(); return L_0; } } // System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlAttributes::get_XmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_0 = __this->get_xmlType_13(); return L_0; } } // System.Nullable`1 System.Xml.Serialization.XmlAttributes::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 XmlAttributes_get_Order_m95DD2CD096AA8A4EF0FAEE90F32A1724FC435DE0 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_0; L_0 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_002a; } } { XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_2; L_2 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = XmlElementAttributes_get_Order_m993B1012F9BB71B5F5E145D8E4F18C16CCD9493B(L_2, /*hidden argument*/NULL); Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), L_3, /*hidden argument*/Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184_RuntimeMethod_var); goto IL_0066; } IL_002a: { XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_4; L_4 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0046; } } { XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_5; L_5 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = XmlArrayAttribute_get_Order_mE82B0436307278D80F425CC5A0D968D309EDEEC8_inline(L_5, /*hidden argument*/NULL); Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), L_6, /*hidden argument*/Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184_RuntimeMethod_var); goto IL_0066; } IL_0046: { XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_7; L_7 = XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0066; } } { XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_9; L_9 = XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10; L_10 = XmlAnyElementAttributes_get_Order_m0EC1E98E876AA442090203A065461A31968234AD(L_9, /*hidden argument*/NULL); Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), L_10, /*hidden argument*/Nullable_1__ctor_m9D7EBA0DE2F89A891507EC35157C70FC4DC81184_RuntimeMethod_var); } IL_0066: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_11 = V_0; return L_11; } } // System.Int32 System.Xml.Serialization.XmlAttributes::get_SortableOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributes_get_SortableOrder_m5853D2240F94BC8416A2AA5DA313E05A2AF45EF6 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_0; memset((&V_0), 0, sizeof(V_0)); { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0; L_0 = XmlAttributes_get_Order_m95DD2CD096AA8A4EF0FAEE90F32A1724FC435DE0(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1; L_1 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (L_1) { goto IL_0016; } } { return ((int32_t)-2147483648LL); } IL_0016: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_2; L_2 = XmlAttributes_get_Order_m95DD2CD096AA8A4EF0FAEE90F32A1724FC435DE0(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3; L_3 = Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_RuntimeMethod_var); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_0 = NULL; { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; NullCheck(L_0); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1; L_1 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0017; } IL_000f: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___schemaType0; NullCheck(L_2); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_3; L_3 = XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline(L_2, /*hidden argument*/NULL); ___schemaType0 = L_3; } IL_0017: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___schemaType0; if (!L_4) { goto IL_0022; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_5 = ___schemaType0; if (!((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var))) { goto IL_000f; } } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = ___schemaType0; if (L_6) { goto IL_0032; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_7); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_9; L_9 = XmlSchemaType_GetBuiltInSimpleType_mA8B921185F9B1608AD5BFF799451E233EEA6F55E(L_8, /*hidden argument*/NULL); ___schemaType0 = L_9; } IL_0032: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = ___schemaType0; __this->set_schemaType_0(L_10); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_11 = ___schemaType0; NullCheck(L_11); int32_t L_12; L_12 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_11, /*hidden argument*/NULL); __this->set_typeCode_1(L_12); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_13 = ___schemaType0; NullCheck(L_13); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_14; L_14 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); Type_t * L_15; L_15 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_14); __this->set_clrTypeDefault_2(L_15); return; } } // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m7F59A60B5239881076B261D847C74B4CAE2857AD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); int32_t L_0 = ___typeCode0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0015; } } { int32_t L_1 = ___typeCode0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0022; } } { int32_t L_2 = ___typeCode0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_002f; } } { goto IL_003a; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); __this->set_clrTypeDefault_2(L_3); goto IL_003a; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31(); __this->set_clrTypeDefault_2(L_4); goto IL_003a; } IL_002f: { IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); __this->set_clrTypeDefault_2(L_5); } IL_003a: { int32_t L_6 = ___typeCode0; __this->set_typeCode_1(L_6); return; } } // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m072615A81DBEB908FDC4B17281BC9ECC4FD71AFD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___converterAtomic0, const RuntimeMethod* method) { { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___converterAtomic0; NullCheck(L_0); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = L_0->get_schemaType_0(); __this->set_schemaType_0(L_1); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_2 = ___converterAtomic0; NullCheck(L_2); int32_t L_3 = L_2->get_typeCode_1(); __this->set_typeCode_1(L_3); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_4 = ___converterAtomic0; NullCheck(L_4); Type_t * L_5; L_5 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(L_4, /*hidden argument*/NULL); RuntimeArray * L_6; L_6 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); __this->set_clrTypeDefault_2(L_7); return; } } // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mA8A52CA1291E958C71717A53BD213C4DA1FB86B6 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___converterAtomic0, Type_t * ___clrTypeDefault1, const RuntimeMethod* method) { { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___converterAtomic0; NullCheck(L_0); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = L_0->get_schemaType_0(); __this->set_schemaType_0(L_1); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_2 = ___converterAtomic0; NullCheck(L_2); int32_t L_3 = L_2->get_typeCode_1(); __this->set_typeCode_1(L_3); Type_t * L_4 = ___clrTypeDefault1; __this->set_clrTypeDefault_2(L_4); return; } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mEDDC5FA8D7100FEA3F4C585995B6A0249E1FB9ED (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, 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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mA2EB397A9D67C45715F69A40D27C885D60B65207 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, 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*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mF9E446C42DF07ADD21A1834C3A31238B0E50806C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_m9B0C052D0B00F7D2D5DBF7CE08A9F01CF3A5A67C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mBB0803F3EED73E93B9D926C90669D4D6AB2E6016 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mD74874B7FA506DF000128958D419A6B5E45A8569 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m36DBE7FE3FC91255972568C606AA54B968A2FB25 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, 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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_mEFBD5CB90B7611C44CC08EB61892E711E1E025B6 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1 = L_0; RuntimeObject * L_2 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m7D775B674FE206902F8CBF280BCD46905947FDF5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, 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*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m842A9FBFEAD65CEA017A8E7728A6949640CAB6B7 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m86AC2418B6F5D057659F3753726707FDAE456E49 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_mC7C2574C2E97AFFFC9CC5BF060A02C585F9F3224 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m9DCDF66346513B7596235CA9CAD4B985E4F7D846 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_ToDateTimeOffset_mFA223A3418BBEC69B7A8825A1ACA13E166260835 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_4, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_ToDateTimeOffset_m2890346F1639D67144B417BBF60DC0E607DF5232 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_ToDateTimeOffset_mC7071678F1D40EBD385F79AA81921B8DEDC956E0 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.Decimal System.Xml.Schema.XmlBaseConverter::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlBaseConverter_ToDecimal_m665A8BEAC2DC1DEA064446D0DE1A42455C90D21A (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_2, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } } // System.Decimal System.Xml.Schema.XmlBaseConverter::ToDecimal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlBaseConverter_ToDecimal_m2F8BFFF8DBA752B9FE95E9B095C55584E57E4B0C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_2, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m9E8A8F75AF1EBAEDAFA553C42530B1BEB283E178 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, 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*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m5AFCFE4517F5348012C7AF4DCF48E0EF1E325AF6 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, 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*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_mE8587314BD61C97C297052414ED1BCB1FA1072C8 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m8CA01A2A4E7F8037F635AAC3457C800F651EEB68 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m746120BF4251279B600822AB88907065203B65BD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m9D6A06CE0CEA91AFDB0DA6A397AE3E0E0603606F (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_mCE62B7330504DDB90E53EA78679E604C33F0AB9F (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m4D9CCA9AB58E5A07ADF7D58F25AB5F09F50E9F30 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m55AC70E28A7688FB16DE31551082A0862FA9AEB1 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_mFCB947FF0394073561581B2AA991F3942288FBEB (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_mE44978708DDA65845B02391CD4610ED1616506DB (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m9A4C2790FAE79A50BA156035D1D79AF744C43D0C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_mBA655D70DF927EB5E7DBE93211AB0CFCE5805280 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m3E8A7D051839E9223A86874DEA18C554642EC7F4 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m7B76938FBCE7897760CAF96085E58F561DAC90AC (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m2AAAB89E315424E3E6867C576E50EF94B302DA28 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_mB5E3884666F0A707014E1F62FB2DE61F52F7A326 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m369EF6A9C2AF69E495C10E6DBE227687BE5324C0 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_mADF6AAF9309DD6B4B4E1DEB51728B7BFA265F54D (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, 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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(float*)((float*)UnBox(L_4, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_m388B92CD7636FD31C9298D92DC895641983CE6D5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(float*)((float*)UnBox(L_2, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_mFED035530B7FEB09C39671CC87C33E6C32C37709 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(float*)((float*)UnBox(L_2, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m3FC127F49355F9B5F30807DBF2F4E900DD15B920 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m92549C528550642092C5C7F755D9835BC0CF2EA3 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mECCDE0E27C25945C34D21D367CEEDAEB4B9C4032 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1 = L_0; RuntimeObject * L_2 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mCC38258BAE55C2732E11E0CFF27FAF268D12C5E1 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = L_0; RuntimeObject * L_2 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m37330824D6EBF968D71A6CD34646BD954EF2991D (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m9022273A063E9BDACA67A0DD693FC700E6A9A5CF (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m5F5377F3D9EC9086DED8BB7B278019EAB43F86DC (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m9BDE8E7D855A74DA9D1465D2F07D497366E3EC9E (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, float ___value0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; float L_1 = L_0; RuntimeObject * L_2 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mDCDD371DF5B4F71702B75396C160FB5665065A02 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_2 = ___nsResolver1; RuntimeObject * L_3; L_3 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mE9C3BB82D55BF4D71C49CB87326286D6ABE86637 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; String_t* L_1; L_1 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_0, (RuntimeObject*)NULL); return L_1; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Boolean,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mA9B4FF6CEA9117FBA02459C9FCAB9C2FC6309D06 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, Type_t * ___destinationType1, 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 L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.DateTime,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mA4F8D13CF3003F426F8CC0EA5A85230E5C3DFA24 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, Type_t * ___destinationType1, 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 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Decimal,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mEB67D4FE552FA02D523DBBC6E8AB1C25463F76C1 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, Type_t * ___destinationType1, 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 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = L_0; RuntimeObject * L_2 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Double,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m3B8FC50308AD0CF6C5FE3FFA1A4A940A82734666 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, Type_t * ___destinationType1, 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 L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m8265889A76C01FB3EA24B17C758DF7BD5D7A45BE (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, Type_t * ___destinationType1, 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 L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Int64,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m2B20428B08E605BD5100F9DE44B2F1AF7AE10BCD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, Type_t * ___destinationType1, 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 L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m0EBAD881C20AB0394569551C3085631FF8DFA113 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; Type_t * L_1 = ___destinationType1; RuntimeObject* L_2 = ___nsResolver2; RuntimeObject * L_3; L_3 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m17D1FF79DD449ADCF101D974797A998476B11446 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; Type_t * L_1 = ___destinationType1; RuntimeObject * L_2; L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return L_2; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_typeCode_1(); return L_0; } } // System.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC03C9E2F65BF04EE2B8D77AD1C2CCEB94B4E622); s_Il2CppMethodInitialized = true; } XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_0 = NULL; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); V_0 = L_0; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = V_0; if (!L_1) { goto IL_002c; } } { goto IL_0013; } IL_000c: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = V_0; NullCheck(L_2); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_3; L_3 = XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = V_0; NullCheck(L_4); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5; L_5 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_000c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = V_0; NullCheck(L_7); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8; L_8 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_9; L_9 = XmlBaseConverter_QNameToString_mB69A1FE5D1BBC7AB99FED8CA447C7CA1DA20622E(L_8, /*hidden argument*/NULL); return L_9; } IL_002c: { int32_t L_10 = __this->get_typeCode_1(); if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_003b; } } { return _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31; } IL_003b: { int32_t L_11 = __this->get_typeCode_1(); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10))))) { goto IL_004b; } } { return _stringLiteralEC03C9E2F65BF04EE2B8D77AD1C2CCEB94B4E622; } IL_004b: { return _stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521; } } // System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_clrTypeDefault_2(); return L_0; } } // System.Boolean System.Xml.Schema.XmlBaseConverter::IsDerivedFrom(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_IsDerivedFrom_m3E8446D6F251C9F30D877A6082523ABE7BF840FA (Type_t * ___derivedType0, Type_t * ___baseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { goto IL_0015; } IL_0002: { Type_t * L_0 = ___derivedType0; Type_t * L_1 = ___baseType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000d; } } { return (bool)1; } IL_000d: { Type_t * L_3 = ___derivedType0; NullCheck(L_3); Type_t * L_4; L_4 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_3); ___derivedType0 = L_4; } IL_0015: { Type_t * L_5 = ___derivedType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (L_6) { goto IL_0002; } } { return (bool)0; } } // System.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral164ADD123C450CB960634439BE93105C2CE035ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB742D8C0656D633640A827B03F024EC3F3C96FFF); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType0; Type_t * L_1 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5; L_5 = XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_4; Type_t * L_7 = ___sourceType0; NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_8); String_t* L_9; L_9 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral164ADD123C450CB960634439BE93105C2CE035ED, L_6, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_10 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_10, L_9, /*hidden argument*/NULL); return L_10; } IL_0031: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13; L_13 = XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3(__this, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; Type_t * L_15 = ___sourceType0; NullCheck(L_15); String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_14; Type_t * L_18 = ___destinationType1; NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(2), (RuntimeObject *)L_19); String_t* L_20; L_20 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteralB742D8C0656D633640A827B03F024EC3F3C96FFF, L_17, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_21 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_21, L_20, /*hidden argument*/NULL); return L_21; } } // System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_mB69A1FE5D1BBC7AB99FED8CA447C7CA1DA20622E (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB19AA61C3E141B3EB68FD951C93DC3E3ED91ED33); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB430C3BDFBED8F33C9EE291E864357112FE8F433); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___name0; NullCheck(L_0); String_t* L_1; L_1 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___name0; NullCheck(L_3); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_3, /*hidden argument*/NULL); return L_4; } IL_0014: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = ___name0; NullCheck(L_5); String_t* L_6; L_6 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8 = ___name0; NullCheck(L_8); String_t* L_9; L_9 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralB19AA61C3E141B3EB68FD951C93DC3E3ED91ED33, L_9, /*hidden argument*/NULL); return L_10; } IL_0037: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = ___name0; NullCheck(L_11); String_t* L_12; L_12 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_11, /*hidden argument*/NULL); bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_12, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = ___name0; NullCheck(L_14); String_t* L_15; L_15 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_14, /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralB430C3BDFBED8F33C9EE291E864357112FE8F433, L_15, /*hidden argument*/NULL); return L_16; } IL_005a: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_17 = ___name0; NullCheck(L_17); String_t* L_18; L_18 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_17, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19 = ___name0; NullCheck(L_19); String_t* L_20; L_20 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, L_18, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, L_20, /*hidden argument*/NULL); return L_21; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeListType_m2D552B789C4B57AE62140B1BF2C6E2CADF75D32F (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); Type_t * L_2 = ___destinationType1; Exception_t * L_3; L_3 = XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270(__this, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_ChangeListType_m2D552B789C4B57AE62140B1BF2C6E2CADF75D32F_RuntimeMethod_var))); } } // System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToBase64Binary(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlBaseConverter_StringToBase64Binary_mCCCBA9FC9D7E0A86960753D43C4EA99E53566EF8 (String_t* ___value0, 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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Convert_FromBase64String_mE08CC857316933F99470E768622A623AFF69C98C(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDate_m3D1181332BD1441B5FAF706C647D967AE347F8F2 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDateTime_m292C7264C436B8660A058DA997AC9A8D50A9D967 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDayTimeDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToDayTimeDuration_m8AA9B6389BF72D8E17D77562A127CAFB175D97E0 (String_t* ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 2, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToDuration_m252592A9442B15E00691A93CD2EDAEB294168507 (String_t* ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C((&L_1), L_0, 0, /*hidden argument*/NULL); V_0 = L_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 0, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGDay_mDD7FDFEF2CE28105B431E00B05B9E225B4811317 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonth_m22E2BAAB8003DDBCEC99C990A4DA13247381B103 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonthDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonthDay_mAC645C01B7F056EC1253302767E75EABB0562F17 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYear(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYear_mFF85F28FAE9BFD47BEFE8CEC497162FA6E0F3EC4 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYearMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYearMonth_mAA46931002B832302849499116C363C220E8D359 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateOffset_m5005447B6F47A28718314D10E4CFFC4996EEFEE2 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateTimeOffset_mE225170F39C0FF878E5A08B75476AB6F5F319B9B (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGDayOffset_m156D0DD968AC10A95DEC64B05F01C52783CA40D8 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthOffset_m9D49BE7D26FB2D52FC37AE9D1F2EE432C2B685CF (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthDayOffset_m6B8047D45F00B0CEA8836A6DB8C2BB144E64E66F (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearOffset_m4EAE444EB0ABA68CCDE466A17D6B384D0E3816B0 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearMonthOffset_m47B2BCB0C9D3170D0A5420D863498A28CF07804D (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToHexBinary(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlBaseConverter_StringToHexBinary_mBE53ADC0FCB27F5A07E2296DF295403A26E36227 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = XmlConvert_FromBinHexString_mF2502CA8CB68A1ED78236C226074D7C9E352F9C7(L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; goto IL_001a; } // 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_000f; } throw e; } CATCH_000f: { // begin catch(System.Xml.XmlException) NullCheck(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_4 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToHexBinary_mBE53ADC0FCB27F5A07E2296DF295403A26E36227_RuntimeMethod_var))); } // end catch (depth: 1) IL_001a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; return L_5; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlBaseConverter::StringToQName(System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB (String_t* ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___value0; NullCheck(L_0); String_t* L_1; L_1 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_0, /*hidden argument*/NULL); ___value0 = L_1; } IL_0008: try { // begin try (depth: 1) String_t* L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ValidateNames_ParseQNameThrow_mC43CA85BF9A9F8C730F865A8842450E3B1710A52(L_2, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); goto IL_001f; } // 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_0014; } throw e; } CATCH_0014: { // begin catch(System.Xml.XmlException) NullCheck(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_4 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB_RuntimeMethod_var))); } // end catch (depth: 1) IL_001f: { RuntimeObject* L_5 = ___nsResolver1; if (L_5) { goto IL_0040; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8 = ___value0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_7; String_t* L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_10); String_t* L_11; L_11 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB8EB0CBD198B70778E7BA0FDD11B98A9037B88E)), L_9, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_12 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB_RuntimeMethod_var))); } IL_0040: { RuntimeObject* L_13 = ___nsResolver1; String_t* L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_13, L_14); V_2 = L_15; String_t* L_16 = V_2; if (L_16) { goto IL_0069; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_17; String_t* L_19 = ___value0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_18; String_t* L_21 = V_0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_21); String_t* L_22; L_22 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB8EB0CBD198B70778E7BA0FDD11B98A9037B88E)), L_20, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_23 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB_RuntimeMethod_var))); } IL_0069: { String_t* L_24 = V_1; String_t* L_25 = V_2; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_26 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_26, L_24, L_25, /*hidden argument*/NULL); return L_26; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToTime_m2D2775BBA24A5F2B23FBA78E8D2FA0B78B916A0D (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToTimeOffset_m8412CC3F2B096D462BDBB0128CAF4B2B9C31126A (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToYearMonthDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToYearMonthDuration_mF545818A7EE1C278E1685E395F15132729070825 (String_t* ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::AnyUriToString(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_AnyUriToString_mA187798F0E39D6725196A0B18C37F4CDED94FDE8 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlBaseConverter::Base64BinaryToString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_Base64BinaryToString_m684175ECDA2A0C16615B5E685D636245DBFE9050 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, 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; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlBaseConverter::DateToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateToString_m9C33F44FEBB72024697EC4BB007BB2F74AD843F2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 4, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DateTimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeToString_mA5CA6F4539126A06CC75688D89995886C9758AE3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DayTimeDurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DayTimeDurationToString_m2FA7F2072C1939103459E8D6129E19697C9B0CBE (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 2, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DurationToString_mBA49E955CD7C7909932D2A45D123EF7D3EE70CD5 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70((&L_1), L_0, 0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 0, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayToString_mEF87621CC993E280DF81C38721E8F5CF73F1AE26 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthToString_m851575F8F977AFB1448166D455FB943743255F23 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayToString_mA12DB427304DF489DDE7CAF897884D89B95A1378 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearToString_mFC6426D8779DC538316B38C1F621E3A17E51A5AE (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthToString_m5C581ECE3F5DE825B4DE80D56CF9324091552F09 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 8, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DateOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateOffsetToString_m80F3129D11E3674B43E91CB09D21D7051360C322 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 4, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeOffsetToString_m17D782548BC66E0DCFB00419B2D910D7F64839D9 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayOffsetToString_m556758003A124EBBF05669B30716DFF541CFE1A3 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthOffsetToString_m744FE533D907164BCD30965DB2E5C9CF58E11D79 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayOffsetToString_m02F99ADEFFDB610A8CAD9E74DF768603C020CB3F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearOffsetToString_m253B9FB9BC7680253F82812FEC511FFE53085C36 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthOffsetToString_m5E79E24ACEBD6260D6D4217E207FF2051D974FD1 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 8, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_mDE5302DA70D4FC255DA3DF0D0E0ADC7006BAAD87 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = ___nsResolver1; if (L_0) { goto IL_001f; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___qname0; NullCheck(L_1); String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_1, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___qname0; NullCheck(L_3); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, L_2, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { RuntimeObject* L_6 = ___nsResolver1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ___qname0; NullCheck(L_7); String_t* L_8; L_8 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9; L_9 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_6, L_8); V_0 = L_9; String_t* L_10 = V_0; if (L_10) { goto IL_0057; } } { 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)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = ___qname0; NullCheck(L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_12; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16 = ___qname0; NullCheck(L_16); String_t* L_17; L_17 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(1), (RuntimeObject *)L_17); String_t* L_18; L_18 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral170540220FC2938BCFE6547E5B9BAF7806C7D35D)), L_15, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_19 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_QNameToString_mDE5302DA70D4FC255DA3DF0D0E0ADC7006BAAD87_RuntimeMethod_var))); } IL_0057: { String_t* L_20 = V_0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0066; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_22 = ___qname0; NullCheck(L_22); String_t* L_23; L_23 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_22, /*hidden argument*/NULL); return L_23; } IL_0066: { String_t* L_24 = V_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25 = ___qname0; NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_25, /*hidden argument*/NULL); String_t* L_27; L_27 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_24, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_26, /*hidden argument*/NULL); return L_27; } } // System.String System.Xml.Schema.XmlBaseConverter::TimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeToString_m71A0037469A875BE76788E268723EF2D5974B4E9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::TimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeOffsetToString_mA151EF043865A3DA5DA241EBE9F233EB6C5C2E68 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::YearMonthDurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_YearMonthDurationToString_mE6E32884567E73DEA9102AECC125AC45E193930F (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_DateTimeOffsetToDateTime_m2D0EEEB753897764A14EF5D09AAC9FB96C58F031 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTimeOffset_get_LocalDateTime_mDE0EFFB0F8C7A6FB6F4F6A65A6D37516052897E7((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value0), /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.XmlBaseConverter::DecimalToInt32(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_DecimalToInt32_m012A0DC69EE789FDFE9CDE647A8186973CCAF3C4 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, 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 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; memset((&L_1), 0, sizeof(L_1)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_1), ((int32_t)-2147483648LL), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_2; L_2 = Decimal_op_LessThan_mF55B16B95231A45B3FB454651546B0F65037A632(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_4), ((int32_t)2147483647LL), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_5; L_5 = Decimal_op_GreaterThan_m3998ECD90BE6477B2B42B8EB752E135B22287B9C(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } IL_0024: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); (L_10)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); String_t* L_11; L_11 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_12 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_DecimalToInt32_m012A0DC69EE789FDFE9CDE647A8186973CCAF3C4_RuntimeMethod_var))); } IL_004b: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Decimal_op_Explicit_m455A8582BDE1DA92D13DFB5AAE3D5E8617BF8D5E(L_13, /*hidden argument*/NULL); return L_14; } } // System.Int64 System.Xml.Schema.XmlBaseConverter::DecimalToInt64(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_DecimalToInt64_m821C877425125DBA0C27EFA4AB5A5C902A650FA1 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, 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 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; memset((&L_1), 0, sizeof(L_1)); Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C((&L_1), ((int64_t)(std::numeric_limits::min)()), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_2; L_2 = Decimal_op_LessThan_mF55B16B95231A45B3FB454651546B0F65037A632(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C((&L_4), ((int64_t)(std::numeric_limits::max)()), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_5; L_5 = Decimal_op_GreaterThan_m3998ECD90BE6477B2B42B8EB752E135B22287B9C(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0053; } } IL_002c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA))); (L_10)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA))); String_t* L_11; L_11 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_12 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_DecimalToInt64_m821C877425125DBA0C27EFA4AB5A5C902A650FA1_RuntimeMethod_var))); } IL_0053: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); int64_t L_14; L_14 = Decimal_op_Explicit_mF4F204A7084EB589EAA85B9B6994D01A79ED2581(L_13, /*hidden argument*/NULL); return L_14; } } // System.UInt64 System.Xml.Schema.XmlBaseConverter::DecimalToUInt64(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlBaseConverter_DecimalToUInt64_m333E4C11DFB15FD0E9AC1CE10E0417D99FA1AC7B (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, 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 L_0 = ___value0; 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(); bool L_2; L_2 = Decimal_op_LessThan_mF55B16B95231A45B3FB454651546B0F65037A632(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_mC63C39741FDF4CC711673E5F049B94B7EE6092C7((&L_4), ((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_5; L_5 = Decimal_op_GreaterThan_m3998ECD90BE6477B2B42B8EB752E135B22287B9C(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0043; } } IL_001c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D))); (L_10)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D))); String_t* L_11; L_11 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_12 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_DecimalToUInt64_m333E4C11DFB15FD0E9AC1CE10E0417D99FA1AC7B_RuntimeMethod_var))); } IL_0043: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); uint64_t L_14; L_14 = Decimal_op_Explicit_m68E56A31B3E2F857C92E9B3B287BC209737F3F6B(L_13, /*hidden argument*/NULL); return L_14; } } // System.Byte System.Xml.Schema.XmlBaseConverter::Int32ToByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlBaseConverter_Int32ToByte_mEC5B44F18543F9996EA7F7072346BBB96A86EE3A (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)255)))) { goto IL_0033; } } IL_000c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24))); String_t* L_7; L_7 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToByte_mEC5B44F18543F9996EA7F7072346BBB96A86EE3A_RuntimeMethod_var))); } IL_0033: { int32_t L_9 = ___value0; return (uint8_t)((int32_t)((uint8_t)L_9)); } } // System.Int16 System.Xml.Schema.XmlBaseConverter::Int32ToInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlBaseConverter_Int32ToInt16_mA713BB9EEA6547153CB68C76EF3834F9E96390F1 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)((int32_t)-32768)))) { goto IL_0010; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)32767)))) { goto IL_0037; } } IL_0010: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A))); String_t* L_7; L_7 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToInt16_mA713BB9EEA6547153CB68C76EF3834F9E96390F1_RuntimeMethod_var))); } IL_0037: { int32_t L_9 = ___value0; return ((int16_t)((int16_t)L_9)); } } // System.SByte System.Xml.Schema.XmlBaseConverter::Int32ToSByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlBaseConverter_Int32ToSByte_mB3E8C72064F9E1A16A6DA69B262C53C9BE60B6E7 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)((int32_t)-128)))) { goto IL_000a; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)127)))) { goto IL_0031; } } IL_000a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB))); String_t* L_7; L_7 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToSByte_mB3E8C72064F9E1A16A6DA69B262C53C9BE60B6E7_RuntimeMethod_var))); } IL_0031: { int32_t L_9 = ___value0; return ((int8_t)((int8_t)L_9)); } } // System.UInt16 System.Xml.Schema.XmlBaseConverter::Int32ToUInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlBaseConverter_Int32ToUInt16_mAF53764E8E5919438C02D6A732F4614286742F65 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535)))) { goto IL_0033; } } IL_000c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9))); String_t* L_7; L_7 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToUInt16_mAF53764E8E5919438C02D6A732F4614286742F65_RuntimeMethod_var))); } IL_0033: { int32_t L_9 = ___value0; return (uint16_t)((int32_t)((uint16_t)L_9)); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::Int64ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_Int64ToInt32_mEC0C41E484D22F819A55BB016B804DD709B80E93 (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; if ((((int64_t)L_0) < ((int64_t)((int64_t)((int64_t)((int32_t)-2147483648LL)))))) { goto IL_0012; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0039; } } IL_0012: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int64_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); String_t* L_7; L_7 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int64ToInt32_mEC0C41E484D22F819A55BB016B804DD709B80E93_RuntimeMethod_var))); } IL_0039: { int64_t L_9 = ___value0; return ((int32_t)((int32_t)L_9)); } } // System.UInt32 System.Xml.Schema.XmlBaseConverter::Int64ToUInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlBaseConverter_Int64ToUInt32_m320A72164309688C9D131AB70F810F5DC08EA4A3 (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; if ((((int64_t)L_0) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_000a; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) <= ((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))) { goto IL_0031; } } IL_000a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int64_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A))); String_t* L_7; L_7 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int64ToUInt32_m320A72164309688C9D131AB70F810F5DC08EA4A3_RuntimeMethod_var))); } IL_0031: { int64_t L_9 = ___value0; return ((int32_t)((uint32_t)L_9)); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_UntypedAtomicToDateTime_mB558915768336FAD70FB9F79312F006324844FD9 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_UntypedAtomicToDateTimeOffset_mF2EBD6A497F70013AFDBC362C41C7FB4F016A5B2 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_m0F297F01527D95A2E3EAFAD11BBBE71E484DEB7F(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.Schema.XmlBaseConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__cctor_mAE2AC2EAF7A6F6B410A56581EBCA2291091B8C4F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); 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*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_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*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_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*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ICollectionType_3(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_IEnumerableType_4(L_3); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var) }; Type_t * L_5; L_5 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_4, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_IListType_5(L_5); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_7; L_7 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_6, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ObjectArrayType_6(L_7); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_8, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_StringArrayType_7(L_9); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_10, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XmlAtomicValueArrayType_8(L_11); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_12, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DecimalType_9(L_13); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_15; L_15 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_14, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_Int32Type_10(L_15); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_17; L_17 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_16, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_Int64Type_11(L_17); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_18, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_StringType_12(L_19); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var) }; Type_t * L_21; L_21 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_20, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XmlAtomicValueType_13(L_21); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_23; L_23 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_22, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ObjectType_14(L_23); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_24, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ByteType_15(L_25); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_27; L_27 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_26, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_Int16Type_16(L_27); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_28, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_SByteType_17(L_29); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_31; L_31 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_30, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UInt16Type_18(L_31); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_33; L_33 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_32, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UInt32Type_19(L_33); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_35; L_35 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_34, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UInt64Type_20(L_35); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_36 = { reinterpret_cast (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var) }; Type_t * L_37; L_37 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_36, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XPathItemType_21(L_37); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_39; L_39 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_38, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DoubleType_22(L_39); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_41; L_41 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_40, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_SingleType_23(L_41); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_42 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_43; L_43 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_42, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DateTimeType_24(L_43); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; Type_t * L_45; L_45 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_44, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DateTimeOffsetType_25(L_45); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_46 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; Type_t * L_47; L_47 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_46, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_BooleanType_26(L_47); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; Type_t * L_49; L_49 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_48, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ByteArrayType_27(L_49); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_50, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XmlQualifiedNameType_28(L_51); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; Type_t * L_53; L_53 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_52, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UriType_29(L_53); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; Type_t * L_55; L_55 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_54, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_TimeSpanType_30(L_55); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_0_0_0_var) }; Type_t * L_57; L_57 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_56, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XPathNavigatorType_31(L_57); 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.XmlBooleanConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBooleanConverter__ctor_m3F06CE72EA5187121B55793CCB13094C5B134589 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * L_1 = (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 *)il2cpp_codegen_object_new(XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457_il2cpp_TypeInfo_var); XmlBooleanConverter__ctor_m3F06CE72EA5187121B55793CCB13094C5B134589(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Schema.XmlBooleanConverter::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBooleanConverter_ToBoolean_m2B875B2AE5B35B88052D956BDB9247110D9E23D0 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ToBoolean_m2B875B2AE5B35B88052D956BDB9247110D9E23D0_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_3; L_3 = XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73(L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Xml.Schema.XmlBooleanConverter::ToBoolean(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBooleanConverter_ToBoolean_m1591E723506D93CBD9F501D33A561D02F322ABE3 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, RuntimeObject * ___value0, 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*)&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_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ToBoolean_m1591E723506D93CBD9F501D33A561D02F322ABE3_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((*(bool*)((bool*)UnBox(L_7, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0042; } } { RuntimeObject * L_11 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_12; L_12 = XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73(((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_12; } IL_0042: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005b; } } { RuntimeObject * L_16 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); bool L_17; L_17 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_17; } IL_005b: { RuntimeObject * L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_20; L_20 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_18, L_19, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_20, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlBooleanConverter::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBooleanConverter_ToString_mBC92E42CC5EB4D131A548BE0DDCB5E1398E02A29 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_ToString_mC3ADC626DDAB44248A868B0563DF5E9D636625B2(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlBooleanConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBooleanConverter_ToString_m99F41656539467B20716CB33474F53758A640B7A (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, 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*)&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_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ToString_m99F41656539467B20716CB33474F53758A640B7A_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002e; } } { RuntimeObject * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_8; L_8 = XmlConvert_ToString_mC3ADC626DDAB44248A868B0563DF5E9D636625B2(((*(bool*)((bool*)UnBox(L_7, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_8; } IL_002e: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0042; } } { RuntimeObject * L_12 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); } IL_0042: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005b; } } { RuntimeObject * L_16 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_17; } IL_005b: { RuntimeObject * L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_20 = ___nsResolver1; RuntimeObject * L_21; L_21 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_18, L_19, L_20); return ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlBooleanConverter::ChangeType(System.Boolean,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBooleanConverter_ChangeType_mE550AB3D9B640F8E36DDAD634F4FDE9B9EAFCC12 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, bool ___value0, Type_t * ___destinationType1, 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_mE550AB3D9B640F8E36DDAD634F4FDE9B9EAFCC12_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003d; } } { bool L_10 = ___value0; bool L_11 = L_10; RuntimeObject * L_12 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_003d: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0051; } } { bool L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_17; L_17 = XmlConvert_ToString_mC3ADC626DDAB44248A868B0563DF5E9D636625B2(L_16, /*hidden argument*/NULL); return L_17; } IL_0051: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_006b; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_21; L_21 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); bool L_22 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_23 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_23, L_21, L_22, /*hidden argument*/NULL); return L_23; } IL_006b: { Type_t * L_24 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0085; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_27; L_27 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); bool L_28 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_29 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_29, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_0085: { bool L_30 = ___value0; bool L_31 = L_30; RuntimeObject * L_32 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_31); Type_t * L_33 = ___destinationType1; RuntimeObject * L_34; L_34 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_32, L_33, (RuntimeObject*)NULL); return L_34; } } // System.Object System.Xml.Schema.XmlBooleanConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0050; } } { String_t* L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_13; L_13 = XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73(L_12, /*hidden argument*/NULL); bool L_14 = L_13; RuntimeObject * L_15 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_0050: { Type_t * L_16 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_17 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_005f; } } { String_t* L_19 = ___value0; return L_19; } IL_005f: { Type_t * L_20 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0079; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_23; L_23 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_24 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_25 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_25, L_23, L_24, /*hidden argument*/NULL); return L_25; } IL_0079: { Type_t * L_26 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_27 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_28; L_28 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0093; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_29; L_29 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_30 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_31 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_31, L_29, L_30, /*hidden argument*/NULL); return L_31; } IL_0093: { String_t* L_32 = ___value0; Type_t * L_33 = ___destinationType1; RuntimeObject* L_34 = ___nsResolver2; RuntimeObject * L_35; L_35 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_32, L_33, L_34); return L_35; } } // System.Object System.Xml.Schema.XmlBooleanConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, 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*)&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_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0058; } } { RuntimeObject * L_14 = ___value0; bool L_15; L_15 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, __this, L_14); bool L_16 = L_15; RuntimeObject * L_17 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_16); return L_17; } IL_0058: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_006e; } } { RuntimeObject * L_21 = ___value0; RuntimeObject* L_22 = ___nsResolver2; String_t* L_23; L_23 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_21, L_22); return L_23; } IL_006e: { Type_t * L_24 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00cd; } } { Type_t * L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_009a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_30; L_30 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_31 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_32 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_32, L_30, ((*(bool*)((bool*)UnBox(L_31, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_32; } IL_009a: { Type_t * L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_34 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00b9; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_36; L_36 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_37 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_38 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_38, L_36, ((String_t*)CastclassSealed((RuntimeObject*)L_37, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_38; } IL_00b9: { Type_t * L_39 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_40 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_41; L_41 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00cd; } } { RuntimeObject * L_42 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_42, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_00cd: { Type_t * L_43 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_44 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_45; L_45 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_012c; } } { Type_t * L_46 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_47 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_48; L_48 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00f9; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_49; L_49 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_50 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_51 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_51, L_49, ((*(bool*)((bool*)UnBox(L_50, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_51; } IL_00f9: { Type_t * L_52 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_53 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_54; L_54 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0118; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_55; L_55 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_56 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_57 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_57, L_55, ((String_t*)CastclassSealed((RuntimeObject*)L_56, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_57; } IL_0118: { Type_t * L_58 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_59 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_60; L_60 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_012c; } } { RuntimeObject * L_61 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_61, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_012c: { RuntimeObject * L_62 = ___value0; Type_t * L_63 = ___destinationType1; RuntimeObject* L_64 = ___nsResolver2; RuntimeObject * L_65; L_65 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_62, L_63, L_64); return L_65; } } #ifdef __clang__ #pragma 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.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___data0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlCDataSection::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_Name_mCE6B0817A7C386F4BA9316B2A628479DF65807FF (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCDataSectionName_25(); return L_1; } } // System.String System.Xml.XmlCDataSection::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_LocalName_m2208D23458B9350956BBEA3B1F294C99A3A0FAE0 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCDataSectionName_25(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlCDataSection::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCDataSection_get_NodeType_mB8762B3005864CA24D644AC7270E4676BBC78079 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.XmlNode System.Xml.XmlCDataSection::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlCDataSection_get_ParentNode_m50EA2389E8C45122886FC33ED56C0921E6562285 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0022; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_0022; } } { goto IL_0041; } IL_0020: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0022: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = L_5->get_parentNode_0(); V_1 = L_6; goto IL_0037; } IL_0030: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_1; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = L_7->get_parentNode_0(); V_1 = L_8; } IL_0037: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_9); if (L_10) { goto IL_0030; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_1; return L_11; } IL_0041: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_12; } } // System.Xml.XmlNode System.Xml.XmlCDataSection::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlCDataSection_CloneNode_mD93132E7DFE6E41DFB6125BA113F016874E4E8AB (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_2; L_2 = VirtFuncInvoker1< XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *, String_t* >::Invoke(49 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlCDataSection::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection_WriteTo_mCAD5771B3BB818EB16E50E0552CEC81D4E27FDB8 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlCDataSection::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection_WriteContentTo_mFA763CDD668A6233EA473E5FA8CCD2E124AD2006 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlCDataSection::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCDataSection_get_IsText_m25CFD9A569F4FE0FDA855FA960BD0E64E2AB771D (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m07A18788CA9C71ED5B4718F29D34B94406703F0F (XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, 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; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; __this->set_uri_15(L_0); } IL_000d: try { // begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_0 = L_1; V_1 = 0; goto IL_0025; } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_1; VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(28 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, L_3); } IL_0025: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___stream1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_4); int32_t L_6; L_6 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)4096)); int32_t L_7 = L_6; V_1 = L_7; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_001c; } } IL_0037: { MemoryStream_set_Position_mBE93CD7DBCB7B1822D47726AFFE76D030496988E(__this, ((int64_t)((int64_t)0)), /*hidden argument*/NULL); IL2CPP_LEAVE(0x48, FINALLY_0041); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: { // begin finally (depth: 1) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ___stream1; NullCheck(L_8); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, L_8); IL2CPP_END_FINALLY(65) } // end finally (depth: 1) IL2CPP_CLEANUP(65) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x48, IL_0048) } IL_0048: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_pinvoke(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2()); } IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_pinvoke_back(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke& marshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_charProperties_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_pinvoke_cleanup(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2); marshaled.___charProperties_2 = NULL; } // Conversion methods for marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_com(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2()); } IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_com_back(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com& marshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_charProperties_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_com_cleanup(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2); marshaled.___charProperties_2 = NULL; } // System.Object System.Xml.XmlCharType::get_StaticLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_m87A46EF017423769F320ECFE08AECA5C55AD30D4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_Lock_0(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_address_of_s_Lock_0()), L_2, NULL); } IL_001a: { RuntimeObject * L_4 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_Lock_0(); return L_4; } } // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m00B11B0BB59A96DA34CC50BC29435E0F30151026 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = XmlCharType_get_StaticLock_m87A46EF017423769F320ECFE08AECA5C55AD30D4(/*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); if (!L_2) { goto IL_001b; } } IL_0019: { IL2CPP_LEAVE(0x97, FINALLY_008d); } IL_001b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65536)); il2cpp_codegen_memory_barrier(); ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->set_s_CharProperties_1(L_3); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532, (uint8_t)1, /*hidden argument*/NULL); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3, (uint8_t)2, /*hidden argument*/NULL); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC, (uint8_t)4, /*hidden argument*/NULL); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473, (uint8_t)8, /*hidden argument*/NULL); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C, (uint8_t)((int32_t)16), /*hidden argument*/NULL); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473, (uint8_t)((int32_t)32), /*hidden argument*/NULL); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4, (uint8_t)((int32_t)64), /*hidden argument*/NULL); XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E(_stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221, (uint8_t)((int32_t)128), /*hidden argument*/NULL); IL2CPP_LEAVE(0x97, FINALLY_008d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008d; } FINALLY_008d: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0096; } } IL_0090: { RuntimeObject * L_5 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_5, /*hidden argument*/NULL); } IL_0096: { IL2CPP_END_FINALLY(141) } } // end finally (depth: 1) IL2CPP_CLEANUP(141) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x97, IL_0097) } IL_0097: { return; } } // System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m0F4D8F17A5F7EA73F5C56E3FB422D1F07275CA9E (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; goto IL_0037; } IL_0004: { String_t* L_0 = ___ranges0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = ___ranges0; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_5; goto IL_002f; } IL_0018: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); int32_t L_7 = V_1; NullCheck(L_6); uint8_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7))); int32_t L_9 = *((uint8_t*)L_8); uint8_t L_10 = ___value1; *((int8_t*)L_8) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_9|(int32_t)L_10)))); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_002f: { int32_t L_12 = V_1; int32_t L_13 = V_2; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0018; } } { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)); } IL_0037: { int32_t L_15 = V_0; String_t* L_16 = ___ranges0; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0004; } } { return; } } // System.Void System.Xml.XmlCharType::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___charProperties0; __this->set_charProperties_2(L_0); return; } } IL2CPP_EXTERN_C void XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_inline(_thisAdjusted, ___charProperties0, method); } // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { XmlCharType_InitInstance_m00B11B0BB59A96DA34CC50BC29435E0F30151026(/*hidden argument*/NULL); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_2; memset((&L_2), 0, sizeof(L_2)); XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_inline((&L_2), L_1, /*hidden argument*/NULL); return L_2; } } // 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) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0(_thisAdjusted, ___ch0, method); return _returnValue; } // 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) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450(_thisAdjusted, ___ch0, method); return _returnValue; } // 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) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)128)))) { goto IL_0023; } } { Il2CppChar L_1 = ___ch0; NullCheck(_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7, ((int32_t)((int32_t)L_1>>(int32_t)4)), /*hidden argument*/NULL); Il2CppChar L_3 = ___ch0; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)15)))&(int32_t)((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0); } IL_0023: { return (bool)0; } } IL2CPP_EXTERN_C bool XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)95)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_mC6A3390011ECD663A4F60F388035434C25BD66FA (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_mC6E863F1E29DFC3934AEC7D45E6418A1A33F335E(L_0, ((int32_t)48), ((int32_t)57), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065 (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_mC6E863F1E29DFC3934AEC7D45E6418A1A33F335E(L_0, ((int32_t)55296), ((int32_t)56319), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9 (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_mC6E863F1E29DFC3934AEC7D45E6418A1A33F335E(L_0, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_mB6D0E39FCA4F99B3CE602DC06A45C4C781178F26 (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_mC6E863F1E29DFC3934AEC7D45E6418A1A33F335E(L_0, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m7ADCD651DDD6EBFB5B07A43A75FDEC5E3B1B7EE4 (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method) { { int32_t L_0 = ___lowChar0; int32_t L_1 = ___highChar1; return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)56320)))|(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)55296)))<<(int32_t)((int32_t)10))), (int32_t)((int32_t)65536))))); } } // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mE7C419C17FC235A1D64C3DE6B0DA6842B426EBFE (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___combinedChar0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)65536))); Il2CppChar* L_1 = ___lowChar1; int32_t L_2 = V_0; *((int16_t*)L_1) = (int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56320), (int32_t)((int32_t)((int32_t)L_2%(int32_t)((int32_t)1024))))))); Il2CppChar* L_3 = ___highChar2; int32_t L_4 = V_0; *((int16_t*)L_3) = (int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)55296), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)1024))))))); return; } } // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t L_1; L_1 = XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5(_thisAdjusted, ___str0, method); return _returnValue; } // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str0; if (!L_0) { goto IL_0028; } } { V_0 = 0; goto IL_001f; } IL_0007: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_charProperties_2(); String_t* L_2 = ___str0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_001b; } } { int32_t L_7 = V_0; return L_7; } IL_001b: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001f: { int32_t L_9 = V_0; String_t* L_10 = ___str0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } IL_0028: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B(_thisAdjusted, ___str0, method); return _returnValue; } // 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) { int32_t V_0 = 0; { String_t* L_0 = ___str0; if (!L_0) { goto IL_0056; } } { V_0 = 0; goto IL_004d; } IL_0007: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_charProperties_2(); String_t* L_2 = ___str0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)16)))) { goto IL_0049; } } { int32_t L_7 = V_0; String_t* L_8 = ___str0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))) >= ((int32_t)L_9))) { goto IL_0043; } } { String_t* L_10 = ___str0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); bool L_13; L_13 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0043; } } { String_t* L_14 = ___str0; int32_t L_15 = V_0; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); bool L_17; L_17 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0045; } } IL_0043: { int32_t L_18 = V_0; return L_18; } IL_0045: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0049: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_004d: { int32_t L_21 = V_0; String_t* L_22 = ___str0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0007; } } IL_0056: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyCharData_mB737298EFE9723B875B65B01CEF409F54076BFBA_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsOnlyCharData_mB737298EFE9723B875B65B01CEF409F54076BFBA(_thisAdjusted, ___str0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_mDDDB9F04F65B7A2CB08FBA3D47DC8F5118B3C412 (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startPos1; V_0 = L_0; goto IL_0018; } IL_0004: { String_t* L_1 = ___str0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); bool L_4; L_4 = XmlCharType_IsDigit_mC6A3390011ECD663A4F60F388035434C25BD66FA(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0018: { int32_t L_6 = V_0; int32_t L_7 = ___startPos1; int32_t L_8 = ___len2; if ((((int32_t)L_6) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))))) { goto IL_0004; } } { return (bool)1; } } // 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) { int32_t V_0 = 0; { String_t* L_0 = ___str0; if (!L_0) { goto IL_0025; } } { V_0 = 0; goto IL_001c; } IL_0007: { String_t* L_1 = ___str0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); bool L_4; L_4 = XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__this, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0018; } } { int32_t L_5 = V_0; return L_5; } IL_0018: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001c: { int32_t L_7 = V_0; String_t* L_8 = ___str0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } IL_0025: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3(_thisAdjusted, ___str0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_mC6E863F1E29DFC3934AEC7D45E6418A1A33F335E (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { { int32_t L_0 = ___value0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; int32_t L_3 = ___start1; return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))) <= ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___data0; __this->set_data_2(L_1); return; } } // System.String System.Xml.XmlCharacterData::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Value_m112FCDF809BD76BDA58360E46A8490882F43C025 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlCharacterData::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_Value_mF2B61F10986DE0910DD9A9A856C20C29D8E0FC78 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(48 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlCharacterData::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_InnerText_mD2BF0F5E60CB02BC33201FBADB5E8E5289080377 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, __this); return L_0; } } // System.Void System.Xml.XmlCharacterData::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_InnerText_m48F9F84548769EA2EC8121923BFB5EDF98AECDF1 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlCharacterData::get_Data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Data_m1794930CDA7E3405077642C6A84059E5B87C0C23 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __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; } { String_t* L_0 = __this->get_data_2(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_data_2(); return L_1; } IL_000f: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } } // System.Void System.Xml.XmlCharacterData::set_Data(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_Data_m32888ED3CA4AC8ACD1AEB45F56608D2D8282285D (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___value0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; String_t* L_3 = __this->get_data_2(); String_t* L_4 = ___value0; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_5; L_5 = VirtFuncInvoker6< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, String_t*, String_t*, int32_t >::Invoke(43 /* System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) */, __this, __this, L_1, L_2, L_3, L_4, 2); V_1 = L_5; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = V_1; if (!L_6) { goto IL_0023; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_7 = V_1; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_7); } IL_0023: { String_t* L_8 = ___value0; __this->set_data_2(L_8); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_9 = V_1; if (!L_9) { goto IL_0034; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_10 = V_1; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_10); } IL_0034: { return; } } // System.Boolean System.Xml.XmlCharacterData::CheckOnData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA V_0; memset((&V_0), 0, sizeof(V_0)); { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB(/*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = ___data0; bool L_2; L_2 = XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___container0; __this->set_container_0(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___container0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); __this->set_child_1(L_2); __this->set_isFirst_2((bool)1); return; } } // System.Boolean System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_System_Collections_IEnumerator_MoveNext_m671746486A0F64892351850041F6EAAABD95ABA7 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlChildEnumerator_MoveNext_mDA30FD57E7987F22769388EA4E0C84B6D65D455D(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlChildEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mDA30FD57E7987F22769388EA4E0C84B6D65D455D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isFirst_2(); if (!L_0) { goto IL_0022; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get_container_0(); NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); __this->set_child_1(L_2); __this->set_isFirst_2((bool)0); goto IL_003b; } IL_0022: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_child_1(); if (!L_3) { goto IL_003b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = __this->get_child_1(); NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); __this->set_child_1(L_5); } IL_003b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = __this->get_child_1(); return (bool)((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator_System_Collections_IEnumerator_Reset_m0F5589DECEFC71D36C32BC2C07F27704A7F37E8A (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { __this->set_isFirst_2((bool)1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); __this->set_child_1(L_1); return; } } // System.Object System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlChildEnumerator_System_Collections_IEnumerator_get_Current_m85F1ED174E2102798DC18B34AC277EC77E419863 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isFirst_2(); if (L_0) { goto IL_0010; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get_child_1(); if (L_1) { goto IL_0020; } } IL_0010: { String_t* L_2; L_2 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5_RuntimeMethod_var))); } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = __this->get_child_1(); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlChildNodes::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildNodes__ctor_m447E865BB02D414739239B061BF2328552BAF0D7 (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method) { { XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___container0; __this->set_container_0(L_0); return; } } // System.Int32 System.Xml.XmlChildNodes::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlChildNodes_get_Count_mE754CBE85A8684B697BF472A0EFA8F961596A5F0 (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_1 = L_1; goto IL_001b; } IL_0010: { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_1; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_1 = L_4; } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_1; if (L_5) { goto IL_0010; } } { int32_t L_6 = V_0; return L_6; } } // System.Collections.IEnumerator System.Xml.XmlChildNodes::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlChildNodes_GetEnumerator_m1CE9909207F5B3C926FC83EC89BADBB0E2784587 (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); if (L_1) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * L_2 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->get_EmptyEnumerator_41(); return L_2; } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_container_0(); XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * L_4 = (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 *)il2cpp_codegen_object_new(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D(L_4, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Serialization.XmlChoiceIdentifierAttribute::get_MemberName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlChoiceIdentifierAttribute_get_MemberName_mFE65E839682F8A32384C1D58BD97C44F524D4DF5 (XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * __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; } { String_t* L_0 = __this->get_memberName_0(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_memberName_0(); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, String_t* ___comment0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___comment0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlComment::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComment_get_Name_m9ABB99AAF822F604D9E84C219C5DF7FF5255037E (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCommentName_23(); return L_1; } } // System.String System.Xml.XmlComment::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComment_get_LocalName_mDBB350EC95E67DCA6054B591F2C3A61F047C2897 (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCommentName_23(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlComment::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlComment_get_NodeType_mCE6C0B59FB7138353F4791597A5EFAEF0FE62E85 (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Xml.XmlNode System.Xml.XmlComment::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlComment_CloneNode_mC0F4448F37D051AB829150AC9F57855AB0871CB5 (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_2; L_2 = VirtFuncInvoker1< XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *, String_t* >::Invoke(50 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlComment::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment_WriteTo_mB1F84B5FD752DB4974DADB937D917A90244A0EAF (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlComment::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment_WriteContentTo_m9C3D13B760A7252D19FDA8370880EA2B73C72086 (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m19F3DF529609C42EBB658048BF2F81EB54A0E991 (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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 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; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_4; L_4 = XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB(/*hidden argument*/NULL); V_3 = L_4; goto IL_0038; } IL_001d: { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_1; int32_t L_7 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0038; } } { bool L_8; L_8 = XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mFF2A987462BFEC78FAAF883619E4768A1616BAA9(/*hidden argument*/NULL); if (L_8) { goto IL_0032; } } { return _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; } IL_0032: { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0038: { String_t* L_9 = ___value0; int32_t L_10 = V_1; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, L_10, /*hidden argument*/NULL); bool L_12; L_12 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_3), L_11, /*hidden argument*/NULL); if (L_12) { goto IL_001d; } } { int32_t L_13 = V_1; V_4 = L_13; goto IL_00fb; } IL_0050: { String_t* L_14 = ___value0; int32_t L_15 = V_4; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); bool L_17; L_17 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_3), L_16, /*hidden argument*/NULL); if (L_17) { goto IL_006c; } } { int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); goto IL_00fb; } IL_006c: { int32_t L_19 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_007a; } IL_0074: { int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007a: { int32_t L_21 = V_5; int32_t L_22 = V_0; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0090; } } { String_t* L_23 = ___value0; int32_t L_24 = V_5; NullCheck(L_23); Il2CppChar L_25; L_25 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, L_24, /*hidden argument*/NULL); bool L_26; L_26 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_3), L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0074; } } IL_0090: { int32_t L_27 = V_5; int32_t L_28 = V_0; if ((!(((uint32_t)L_27) == ((uint32_t)L_28)))) { goto IL_00b8; } } { StringBuilder_t * L_29 = V_2; if (L_29) { goto IL_00a4; } } { String_t* L_30 = ___value0; int32_t L_31 = V_1; int32_t L_32 = V_4; int32_t L_33 = V_1; NullCheck(L_30); String_t* L_34; L_34 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); return L_34; } IL_00a4: { StringBuilder_t * L_35 = V_2; String_t* L_36 = ___value0; int32_t L_37 = V_1; int32_t L_38 = V_4; int32_t L_39 = V_1; NullCheck(L_35); StringBuilder_t * L_40; L_40 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL); StringBuilder_t * L_41 = V_2; NullCheck(L_41); String_t* L_42; L_42 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41); return L_42; } IL_00b8: { int32_t L_43 = V_5; int32_t L_44 = V_4; if ((((int32_t)L_43) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))))) { goto IL_00cc; } } { String_t* L_45 = ___value0; int32_t L_46 = V_4; NullCheck(L_45); Il2CppChar L_47; L_47 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_45, L_46, /*hidden argument*/NULL); if ((((int32_t)L_47) == ((int32_t)((int32_t)32)))) { goto IL_00f5; } } IL_00cc: { StringBuilder_t * L_48 = V_2; if (L_48) { goto IL_00d6; } } { int32_t L_49 = V_0; StringBuilder_t * L_50 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_50, L_49, /*hidden argument*/NULL); V_2 = L_50; } IL_00d6: { StringBuilder_t * L_51 = V_2; String_t* L_52 = ___value0; int32_t L_53 = V_1; int32_t L_54 = V_4; int32_t L_55 = V_1; NullCheck(L_51); StringBuilder_t * L_56; L_56 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_51, L_52, L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55)), /*hidden argument*/NULL); StringBuilder_t * L_57 = V_2; NullCheck(L_57); StringBuilder_t * L_58; L_58 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_57, ((int32_t)32), /*hidden argument*/NULL); int32_t L_59 = V_5; V_1 = L_59; int32_t L_60 = V_5; V_4 = L_60; goto IL_00fb; } IL_00f5: { int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fb: { int32_t L_62 = V_4; int32_t L_63 = V_0; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_0050; } } { StringBuilder_t * L_64 = V_2; if (!L_64) { goto IL_011f; } } { int32_t L_65 = V_1; int32_t L_66 = V_4; if ((((int32_t)L_65) >= ((int32_t)L_66))) { goto IL_0118; } } { StringBuilder_t * L_67 = V_2; String_t* L_68 = ___value0; int32_t L_69 = V_1; int32_t L_70 = V_4; int32_t L_71 = V_1; NullCheck(L_67); StringBuilder_t * L_72; L_72 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_67, L_68, L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), /*hidden argument*/NULL); } IL_0118: { StringBuilder_t * L_73 = V_2; NullCheck(L_73); String_t* L_74; L_74 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_73); return L_74; } IL_011f: { int32_t L_75 = V_1; if ((((int32_t)L_75) <= ((int32_t)0))) { goto IL_012e; } } { String_t* L_76 = ___value0; int32_t L_77 = V_1; int32_t L_78 = V_0; int32_t L_79 = V_1; NullCheck(L_76); String_t* L_80; L_80 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_76, L_77, ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79)), /*hidden argument*/NULL); return L_80; } IL_012e: { String_t* L_81 = ___value0; return L_81; } } // System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_mE5A000ED7A213C84A93606FF472BCC5961C33025 (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); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; StringBuilder_t * V_3 = NULL; Il2CppChar V_4 = 0x0; { 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 = 0; V_3 = (StringBuilder_t *)NULL; goto IL_0088; } IL_0019: { String_t* L_4 = ___value0; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); V_4 = L_6; Il2CppChar L_7 = V_4; if ((((int32_t)L_7) >= ((int32_t)((int32_t)32)))) { goto IL_003a; } } { Il2CppChar L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0040; } } { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)10)))) { goto IL_0040; } } { Il2CppChar L_10 = V_4; if ((((int32_t)L_10) == ((int32_t)((int32_t)13)))) { goto IL_0040; } } IL_003a: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_0088; } IL_0040: { StringBuilder_t * L_12 = V_3; if (L_12) { goto IL_004a; } } { int32_t L_13 = V_0; StringBuilder_t * L_14 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_14, L_13, /*hidden argument*/NULL); V_3 = L_14; } IL_004a: { int32_t L_15 = V_2; int32_t L_16 = V_1; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_005a; } } { StringBuilder_t * L_17 = V_3; String_t* L_18 = ___value0; int32_t L_19 = V_2; int32_t L_20 = V_1; int32_t L_21 = V_2; NullCheck(L_17); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_17, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); } IL_005a: { StringBuilder_t * L_23 = V_3; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_23, ((int32_t)32), /*hidden argument*/NULL); Il2CppChar L_25 = V_4; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)13))))) { goto IL_0082; } } { int32_t L_26 = V_1; int32_t L_27 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))) >= ((int32_t)L_27))) { goto IL_0082; } } { String_t* L_28 = ___value0; int32_t L_29 = V_1; NullCheck(L_28); Il2CppChar L_30; L_30 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)10))))) { goto IL_0082; } } { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)2)); goto IL_0086; } IL_0082: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0086: { int32_t L_33 = V_1; V_2 = L_33; } IL_0088: { int32_t L_34 = V_1; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0019; } } { StringBuilder_t * L_36 = V_3; if (L_36) { goto IL_0091; } } { String_t* L_37 = ___value0; return L_37; } IL_0091: { int32_t L_38 = V_1; int32_t L_39 = V_2; if ((((int32_t)L_38) <= ((int32_t)L_39))) { goto IL_00a1; } } { StringBuilder_t * L_40 = V_3; String_t* L_41 = ___value0; int32_t L_42 = V_2; int32_t L_43 = V_1; int32_t L_44 = V_2; NullCheck(L_40); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_40, L_41, L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), /*hidden argument*/NULL); } IL_00a1: { StringBuilder_t * L_46 = V_3; NullCheck(L_46); String_t* L_47; L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); return L_47; } } #ifdef __clang__ #pragma 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.XmlConvert::EncodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m306D39D0A22195DCD6525E870C289DD195307630 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_m598C0EB2962F7F9CBBD92BD8151AC60B35E2E8FD(L_0, (bool)1, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::EncodeLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_m598C0EB2962F7F9CBBD92BD8151AC60B35E2E8FD(L_0, (bool)1, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::DecodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_mF2E83491603986618BA5FD7E975F12309B43A93C (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF728BB1042434A62390B663885705EC948058093); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { String_t* L_3 = ___name0; return L_3; } IL_000d: { V_0 = (StringBuilder_t *)NULL; String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = 0; String_t* L_6 = ___name0; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)95), /*hidden argument*/NULL); V_3 = L_7; V_4 = (RuntimeObject*)NULL; int32_t L_8 = V_3; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_9 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_DecodeCharPattern_4(); il2cpp_codegen_memory_barrier(); if (L_9) { goto IL_0042; } } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_10 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_10, _stringLiteralF728BB1042434A62390B663885705EC948058093, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_c_DecodeCharPattern_4(L_10); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_11 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_DecodeCharPattern_4(); il2cpp_codegen_memory_barrier(); String_t* L_12 = ___name0; int32_t L_13 = V_3; NullCheck(L_11); MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_14; L_14 = Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15(L_11, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject* L_15; L_15 = MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F(L_14, /*hidden argument*/NULL); V_4 = L_15; goto IL_005b; } IL_0059: { String_t* L_16 = ___name0; return L_16; } IL_005b: { V_5 = (-1); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_4; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_007e; } } { RuntimeObject* L_20 = V_4; NullCheck(L_20); RuntimeObject * L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_21, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_22; L_22 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_21, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_5 = L_22; } IL_007e: { V_6 = 0; goto IL_0251; } IL_0086: { int32_t L_23 = V_6; int32_t L_24 = V_5; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_024b; } } { RuntimeObject* L_25 = V_4; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (!L_26) { goto IL_00ab; } } { RuntimeObject* L_27 = V_4; NullCheck(L_27); RuntimeObject * L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_28, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_29; L_29 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_28, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_5 = L_29; } IL_00ab: { StringBuilder_t * L_30 = V_0; if (L_30) { goto IL_00b8; } } { int32_t L_31 = V_1; StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_32; } IL_00b8: { StringBuilder_t * L_33 = V_0; String_t* L_34 = ___name0; int32_t L_35 = V_2; int32_t L_36 = V_6; int32_t L_37 = V_2; NullCheck(L_33); StringBuilder_t * L_38; L_38 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_33, L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL); String_t* L_39 = ___name0; int32_t L_40 = V_6; NullCheck(L_39); Il2CppChar L_41; L_41 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)6)), /*hidden argument*/NULL); if ((((int32_t)L_41) == ((int32_t)((int32_t)95)))) { goto IL_01e0; } } { String_t* L_42 = ___name0; int32_t L_43 = V_6; NullCheck(L_42); Il2CppChar L_44; L_44 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_45; L_45 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_44, /*hidden argument*/NULL); String_t* L_46 = ___name0; int32_t L_47 = V_6; NullCheck(L_46); Il2CppChar L_48; L_48 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)3)), /*hidden argument*/NULL); int32_t L_49; L_49 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_48, /*hidden argument*/NULL); String_t* L_50 = ___name0; int32_t L_51 = V_6; NullCheck(L_50); Il2CppChar L_52; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)4)), /*hidden argument*/NULL); int32_t L_53; L_53 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_52, /*hidden argument*/NULL); String_t* L_54 = ___name0; int32_t L_55 = V_6; NullCheck(L_54); Il2CppChar L_56; L_56 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_54, ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)5)), /*hidden argument*/NULL); int32_t L_57; L_57 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_56, /*hidden argument*/NULL); String_t* L_58 = ___name0; int32_t L_59 = V_6; NullCheck(L_58); Il2CppChar L_60; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_58, ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)6)), /*hidden argument*/NULL); int32_t L_61; L_61 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_60, /*hidden argument*/NULL); String_t* L_62 = ___name0; int32_t L_63 = V_6; NullCheck(L_62); Il2CppChar L_64; L_64 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)7)), /*hidden argument*/NULL); int32_t L_65; L_65 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_64, /*hidden argument*/NULL); String_t* L_66 = ___name0; int32_t L_67 = V_6; NullCheck(L_66); Il2CppChar L_68; L_68 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_66, ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)8)), /*hidden argument*/NULL); int32_t L_69; L_69 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_68, /*hidden argument*/NULL); String_t* L_70 = ___name0; int32_t L_71 = V_6; NullCheck(L_70); Il2CppChar L_72; L_72 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)((int32_t)9))), /*hidden argument*/NULL); int32_t L_73; L_73 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_72, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_45, (int32_t)((int32_t)268435456))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_49, (int32_t)((int32_t)16777216))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_53, (int32_t)((int32_t)1048576))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)((int32_t)65536))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_61, (int32_t)((int32_t)4096))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_65, (int32_t)((int32_t)256))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_69, (int32_t)((int32_t)16))))), (int32_t)L_73)); int32_t L_74 = V_7; if ((((int32_t)L_74) < ((int32_t)((int32_t)65536)))) { goto IL_01bb; } } { int32_t L_75 = V_7; if ((((int32_t)L_75) > ((int32_t)((int32_t)1114111)))) { goto IL_01d0; } } { int32_t L_76 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_77 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_77)), (int32_t)4)); int32_t L_78 = V_7; XmlCharType_SplitSurrogateChar_mE7C419C17FC235A1D64C3DE6B0DA6842B426EBFE(L_78, (Il2CppChar*)(&V_8), (Il2CppChar*)(&V_9), /*hidden argument*/NULL); StringBuilder_t * L_79 = V_0; Il2CppChar L_80 = V_9; NullCheck(L_79); StringBuilder_t * L_81; L_81 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_79, L_80, /*hidden argument*/NULL); StringBuilder_t * L_82 = V_0; Il2CppChar L_83 = V_8; NullCheck(L_82); StringBuilder_t * L_84; L_84 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_82, L_83, /*hidden argument*/NULL); goto IL_01d0; } IL_01bb: { int32_t L_85 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_86 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)L_86)), (int32_t)4)); StringBuilder_t * L_87 = V_0; int32_t L_88 = V_7; NullCheck(L_87); StringBuilder_t * L_89; L_89 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_87, ((int32_t)((uint16_t)L_88)), /*hidden argument*/NULL); } IL_01d0: { int32_t L_90 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_91 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1)), (int32_t)4)))); goto IL_024b; } IL_01e0: { int32_t L_92 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_93 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)L_93)); StringBuilder_t * L_94 = V_0; String_t* L_95 = ___name0; int32_t L_96 = V_6; NullCheck(L_95); Il2CppChar L_97; L_97 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_95, ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)2)), /*hidden argument*/NULL); int32_t L_98; L_98 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_97, /*hidden argument*/NULL); String_t* L_99 = ___name0; int32_t L_100 = V_6; NullCheck(L_99); Il2CppChar L_101; L_101 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_99, ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)3)), /*hidden argument*/NULL); int32_t L_102; L_102 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_101, /*hidden argument*/NULL); String_t* L_103 = ___name0; int32_t L_104 = V_6; NullCheck(L_103); Il2CppChar L_105; L_105 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_103, ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)4)), /*hidden argument*/NULL); int32_t L_106; L_106 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_105, /*hidden argument*/NULL); String_t* L_107 = ___name0; int32_t L_108 = V_6; NullCheck(L_107); Il2CppChar L_109; L_109 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_107, ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)5)), /*hidden argument*/NULL); int32_t L_110; L_110 = XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678(L_109, /*hidden argument*/NULL); NullCheck(L_94); StringBuilder_t * L_111; L_111 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_94, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)((int32_t)4096))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_102, (int32_t)((int32_t)256))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_106, (int32_t)((int32_t)16))))), (int32_t)L_110)))), /*hidden argument*/NULL); int32_t L_112 = V_6; int32_t L_113 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)1)))); } IL_024b: { int32_t L_114 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); } IL_0251: { int32_t L_115 = V_6; int32_t L_116 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_117 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); if ((((int32_t)L_115) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)L_117)), (int32_t)1))))) { goto IL_0086; } } { int32_t L_118 = V_2; if (L_118) { goto IL_0266; } } { String_t* L_119 = ___name0; return L_119; } IL_0266: { int32_t L_120 = V_2; int32_t L_121 = V_1; if ((((int32_t)L_120) >= ((int32_t)L_121))) { goto IL_0276; } } { StringBuilder_t * L_122 = V_0; String_t* L_123 = ___name0; int32_t L_124 = V_2; int32_t L_125 = V_1; int32_t L_126 = V_2; NullCheck(L_122); StringBuilder_t * L_127; L_127 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_122, L_123, L_124, ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)L_126)), /*hidden argument*/NULL); } IL_0276: { StringBuilder_t * L_128 = V_0; NullCheck(L_128); String_t* L_129; L_129 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_128); return L_129; } } // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m598C0EB2962F7F9CBBD92BD8151AC60B35E2E8FD (String_t* ___name0, bool ___first1, bool ___local2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD68508B50CDE1B2E777400476044304CB8149311); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; { String_t* L_0 = ___name0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { String_t* L_2 = ___name0; return L_2; } IL_000a: { V_0 = (StringBuilder_t *)NULL; String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; V_3 = 0; String_t* L_5 = ___name0; NullCheck(L_5); int32_t L_6; L_6 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_5, ((int32_t)95), /*hidden argument*/NULL); V_4 = L_6; V_5 = (RuntimeObject*)NULL; int32_t L_7 = V_4; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_8 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodeCharPattern_3(); il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_0043; } } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_9 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_9, _stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_c_EncodeCharPattern_3(L_9); } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_10 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodeCharPattern_3(); il2cpp_codegen_memory_barrier(); String_t* L_11 = ___name0; int32_t L_12 = V_4; NullCheck(L_10); MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_13; L_13 = Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15(L_10, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject* L_14; L_14 = MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F(L_13, /*hidden argument*/NULL); V_5 = L_14; } IL_0059: { V_6 = (-1); RuntimeObject* L_15 = V_5; if (!L_15) { goto IL_007e; } } { RuntimeObject* L_16 = V_5; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_5; NullCheck(L_18); RuntimeObject * L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_19, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_20; L_20 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_19, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_007e: { bool L_21 = ___first1; if (!L_21) { goto IL_0293; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_22 = ___name0; NullCheck(L_22); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, 0, /*hidden argument*/NULL); bool L_24; L_24 = XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00a8; } } { bool L_25 = ___local2; if (L_25) { goto IL_00af; } } { bool L_26 = ___local2; if (L_26) { goto IL_00a8; } } { String_t* L_27 = ___name0; NullCheck(L_27); Il2CppChar L_28; L_28 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_27, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)58))))) { goto IL_00af; } } IL_00a8: { int32_t L_29 = V_6; if (L_29) { goto IL_0293; } } IL_00af: { StringBuilder_t * L_30 = V_0; if (L_30) { goto IL_00bc; } } { int32_t L_31 = V_1; StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_32; } IL_00bc: { StringBuilder_t * L_33 = V_0; NullCheck(L_33); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_33, _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF, /*hidden argument*/NULL); int32_t L_35 = V_1; if ((((int32_t)L_35) <= ((int32_t)1))) { goto IL_0121; } } { String_t* L_36 = ___name0; NullCheck(L_36); Il2CppChar L_37; L_37 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_36, 0, /*hidden argument*/NULL); bool L_38; L_38 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0121; } } { String_t* L_39 = ___name0; NullCheck(L_39); Il2CppChar L_40; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_39, 1, /*hidden argument*/NULL); bool L_41; L_41 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0121; } } { String_t* L_42 = ___name0; NullCheck(L_42); Il2CppChar L_43; L_43 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, 0, /*hidden argument*/NULL); V_7 = L_43; String_t* L_44 = ___name0; NullCheck(L_44); Il2CppChar L_45; L_45 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_44, 1, /*hidden argument*/NULL); int32_t L_46 = V_7; int32_t L_47; L_47 = XmlCharType_CombineSurrogateChar_m7ADCD651DDD6EBFB5B07A43A75FDEC5E3B1B7EE4(L_45, L_46, /*hidden argument*/NULL); V_8 = L_47; StringBuilder_t * L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_49; L_49 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_50; L_50 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_8), _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, L_49, /*hidden argument*/NULL); NullCheck(L_48); StringBuilder_t * L_51; L_51 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_48, L_50, /*hidden argument*/NULL); int32_t L_52 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); V_2 = 2; goto IL_0144; } IL_0121: { StringBuilder_t * L_53 = V_0; String_t* L_54 = ___name0; NullCheck(L_54); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_54, 0, /*hidden argument*/NULL); V_9 = L_55; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_56; L_56 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_57; L_57 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_9), _stringLiteralD68508B50CDE1B2E777400476044304CB8149311, L_56, /*hidden argument*/NULL); NullCheck(L_53); StringBuilder_t * L_58; L_58 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_53, L_57, /*hidden argument*/NULL); V_2 = 1; } IL_0144: { StringBuilder_t * L_59 = V_0; NullCheck(L_59); StringBuilder_t * L_60; L_60 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_59, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, /*hidden argument*/NULL); int32_t L_61 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); int32_t L_62 = V_6; if (L_62) { goto IL_0293; } } { RuntimeObject* L_63 = V_5; NullCheck(L_63); bool L_64; L_64 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_63); if (!L_64) { goto IL_0293; } } { RuntimeObject* L_65 = V_5; NullCheck(L_65); RuntimeObject * L_66; L_66 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_65); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_66, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_67; L_67 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_66, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)); goto IL_0293; } IL_0181: { bool L_68 = ___local2; if (!L_68) { goto IL_0197; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_69 = ___name0; int32_t L_70 = V_3; NullCheck(L_69); Il2CppChar L_71; L_71 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_69, L_70, /*hidden argument*/NULL); bool L_72; L_72 = XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01b5; } } IL_0197: { bool L_73 = ___local2; if (L_73) { goto IL_01ad; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_74 = ___name0; int32_t L_75 = V_3; NullCheck(L_74); Il2CppChar L_76; L_76 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_74, L_75, /*hidden argument*/NULL); bool L_77; L_77 = XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_01b5; } } IL_01ad: { int32_t L_78 = V_6; int32_t L_79 = V_3; if ((!(((uint32_t)L_78) == ((uint32_t)L_79)))) { goto IL_028f; } } IL_01b5: { StringBuilder_t * L_80 = V_0; if (L_80) { goto IL_01c2; } } { int32_t L_81 = V_1; StringBuilder_t * L_82 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_82, ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_82; } IL_01c2: { int32_t L_83 = V_6; int32_t L_84 = V_3; if ((!(((uint32_t)L_83) == ((uint32_t)L_84)))) { goto IL_01e5; } } { RuntimeObject* L_85 = V_5; NullCheck(L_85); bool L_86; L_86 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_85); if (!L_86) { goto IL_01e5; } } { RuntimeObject* L_87 = V_5; NullCheck(L_87); RuntimeObject * L_88; L_88 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_87); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_88, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_89; L_89 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_88, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)1)); } IL_01e5: { StringBuilder_t * L_90 = V_0; String_t* L_91 = ___name0; int32_t L_92 = V_2; int32_t L_93 = V_3; int32_t L_94 = V_2; NullCheck(L_90); StringBuilder_t * L_95; L_95 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_90, L_91, L_92, ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)L_94)), /*hidden argument*/NULL); StringBuilder_t * L_96 = V_0; NullCheck(L_96); StringBuilder_t * L_97; L_97 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_96, _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF, /*hidden argument*/NULL); int32_t L_98 = V_1; int32_t L_99 = V_3; if ((((int32_t)L_98) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1))))) { goto IL_025e; } } { String_t* L_100 = ___name0; int32_t L_101 = V_3; NullCheck(L_100); Il2CppChar L_102; L_102 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_100, L_101, /*hidden argument*/NULL); bool L_103; L_103 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_025e; } } { String_t* L_104 = ___name0; int32_t L_105 = V_3; NullCheck(L_104); Il2CppChar L_106; L_106 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_104, ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)), /*hidden argument*/NULL); bool L_107; L_107 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_025e; } } { String_t* L_108 = ___name0; int32_t L_109 = V_3; NullCheck(L_108); Il2CppChar L_110; L_110 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_108, L_109, /*hidden argument*/NULL); V_10 = L_110; String_t* L_111 = ___name0; int32_t L_112 = V_3; NullCheck(L_111); Il2CppChar L_113; L_113 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_111, ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)), /*hidden argument*/NULL); int32_t L_114 = V_10; int32_t L_115; L_115 = XmlCharType_CombineSurrogateChar_m7ADCD651DDD6EBFB5B07A43A75FDEC5E3B1B7EE4(L_113, L_114, /*hidden argument*/NULL); V_11 = L_115; StringBuilder_t * L_116 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_117; L_117 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_118; L_118 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_11), _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, L_117, /*hidden argument*/NULL); NullCheck(L_116); StringBuilder_t * L_119; L_119 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_116, L_118, /*hidden argument*/NULL); int32_t L_120 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)); int32_t L_121 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); goto IL_0283; } IL_025e: { StringBuilder_t * L_122 = V_0; String_t* L_123 = ___name0; int32_t L_124 = V_3; NullCheck(L_123); Il2CppChar L_125; L_125 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_123, L_124, /*hidden argument*/NULL); V_9 = L_125; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_126; L_126 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_127; L_127 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_9), _stringLiteralD68508B50CDE1B2E777400476044304CB8149311, L_126, /*hidden argument*/NULL); NullCheck(L_122); StringBuilder_t * L_128; L_128 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_122, L_127, /*hidden argument*/NULL); int32_t L_129 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_0283: { StringBuilder_t * L_130 = V_0; NullCheck(L_130); StringBuilder_t * L_131; L_131 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_130, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, /*hidden argument*/NULL); } IL_028f: { int32_t L_132 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); } IL_0293: { int32_t L_133 = V_3; int32_t L_134 = V_1; if ((((int32_t)L_133) < ((int32_t)L_134))) { goto IL_0181; } } { int32_t L_135 = V_2; if (L_135) { goto IL_029f; } } { String_t* L_136 = ___name0; return L_136; } IL_029f: { int32_t L_137 = V_2; int32_t L_138 = V_1; if ((((int32_t)L_137) >= ((int32_t)L_138))) { goto IL_02af; } } { StringBuilder_t * L_139 = V_0; String_t* L_140 = ___name0; int32_t L_141 = V_2; int32_t L_142 = V_1; int32_t L_143 = V_2; NullCheck(L_139); StringBuilder_t * L_144; L_144 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_139, L_140, L_141, ((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143)), /*hidden argument*/NULL); } IL_02af: { StringBuilder_t * L_145 = V_0; NullCheck(L_145); String_t* L_146; L_146 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_145); return L_146; } } // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_mA8C924D09215198D5E0F279009C82A35468DC678 (Il2CppChar ___digit0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { Il2CppChar L_0 = ___digit0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)57)))) { goto IL_0018; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)70)))) { goto IL_0010; } } { Il2CppChar L_2 = ___digit0; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)97))); goto IL_0014; } IL_0010: { Il2CppChar L_3 = ___digit0; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)65))); } IL_0014: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B4_0, (int32_t)((int32_t)10))); } IL_0018: { Il2CppChar L_4 = ___digit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)48))); } } // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlConvert_FromBinHexString_mCC857B0AC4209CEEB34298C199D16454CE13B491 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = XmlConvert_FromBinHexString_mF2502CA8CB68A1ED78236C226074D7C9E352F9C7(L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // 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) { { String_t* L_0 = ___s0; 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*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_FromBinHexString_mF2502CA8CB68A1ED78236C226074D7C9E352F9C7_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___s0; NullCheck(L_2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3; L_3 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_2, /*hidden argument*/NULL); bool L_4 = ___allowOddCount1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = BinHexDecoder_Decode_mC06C9A0B4D48C2759B3033776BDE4BB6AE49384A(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Xml.XmlConvert::ToBinHexString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToBinHexString_m96E9A08250393ADEEEF5BC0C38409589D3C16BAD (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method) { { 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*)&XmlConvert_ToBinHexString_m96E9A08250393ADEEEF5BC0C38409589D3C16BAD_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___inArray0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___inArray0; NullCheck(L_3); String_t* L_4; L_4 = BinHexEncoder_Encode_m68E145CA10B94A3D2818160779E999E43FD170DA(L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; 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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mFC28F012892C00E0C8A562C6AD235CAF699E1C93_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { String_t* L_4; L_4 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mFC28F012892C00E0C8A562C6AD235CAF699E1C93_RuntimeMethod_var))); } IL_002b: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_7; L_7 = ValidateNames_ParseNameNoNamespaces_m9D3AED48588283CC6996A861181D3933686918E6(L_6, 0, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; String_t* L_9 = ___name0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0045; } } { String_t* L_11 = ___name0; int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_13; L_13 = XmlConvert_CreateInvalidNameCharException_m16C87E42FFDBA939527A84804DF96349325FE628(L_11, L_12, 1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mFC28F012892C00E0C8A562C6AD235CAF699E1C93_RuntimeMethod_var))); } IL_0045: { String_t* L_14 = ___name0; return L_14; } } // System.Exception System.Xml.XmlConvert::TryVerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyName_m225B9175D4907C76E2A37FE4089BA81F96793996 (String_t* ___name0, 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*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B7_0 = NULL; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; 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(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, /*hidden argument*/NULL); return L_4; } IL_001b: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ValidateNames_ParseNameNoNamespaces_m9D3AED48588283CC6996A861181D3933686918E6(L_5, 0, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; String_t* L_8 = ___name0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_0048; } } { int32_t L_10 = V_0; if (!L_10) { goto IL_0036; } } { G_B7_0 = _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; goto IL_003b; } IL_0036: { G_B7_0 = _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; } IL_003b: { String_t* L_11 = ___name0; int32_t L_12 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13; L_13 = XmlException_BuildCharExceptionArgs_m6B1DE4874CB2E413D1DE40B49205BB5EFB34642A(L_11, L_12, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_14 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_14, G_B7_0, L_13, /*hidden argument*/NULL); return L_14; } IL_0048: { return (Exception_t *)NULL; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mC82ADC98547DFEBD8AE2D9CEA691669FE355C7A7 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_VerifyNCName_m56AC887776EBA5B2BB5D4D399AC13D874140AFA3(L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m56AC887776EBA5B2BB5D4D399AC13D874140AFA3 (String_t* ___name0, int32_t ___exceptionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; 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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_m56AC887776EBA5B2BB5D4D399AC13D874140AFA3_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { String_t* L_4; L_4 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_m56AC887776EBA5B2BB5D4D399AC13D874140AFA3_RuntimeMethod_var))); } IL_002b: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_7; L_7 = ValidateNames_ParseNCName_mC48FCF5C2E90A26596C3EED8EEF0055540A8EBF8(L_6, 0, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; String_t* L_9 = ___name0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0045; } } { String_t* L_11 = ___name0; int32_t L_12 = V_0; int32_t L_13 = ___exceptionType1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_14; L_14 = XmlConvert_CreateInvalidNameCharException_m16C87E42FFDBA939527A84804DF96349325FE628(L_11, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_m56AC887776EBA5B2BB5D4D399AC13D874140AFA3_RuntimeMethod_var))); } IL_0045: { String_t* L_15 = ___name0; return L_15; } } // System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNCName_mB87CFCB56E5EA6690D94F7A071E46F912114FC7B (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNCName_m1B3BBA8EBBF31FF07CD3264FCDB0D54D09566254(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0013; } } { int32_t L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001c; } } IL_0013: { String_t* L_6 = ___name0; int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); Exception_t * L_8; L_8 = ValidateNames_GetInvalidNameException_mF8D523DA7D1DA0A5286EB911A9027FEF9B52AA17(L_6, 0, L_7, /*hidden argument*/NULL); return L_8; } IL_001c: { return (Exception_t *)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyTOKEN_m3A6BFBF99AA787B5931C9487550FCAD9EB05EF57 (String_t* ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___token0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___token0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (Exception_t *)NULL; } IL_000d: { String_t* L_3 = ___token0; NullCheck(L_3); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, 0, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_5 = ___token0; String_t* L_6 = ___token0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_9 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_crt_1(); NullCheck(L_9); int32_t L_11; L_11 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_9, L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_0047; } } { String_t* L_12 = ___token0; NullCheck(L_12); int32_t L_13; L_13 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_12, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, 4, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0053; } } IL_0047: { String_t* L_14 = ___token0; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_15 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_15, _stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81, L_14, /*hidden argument*/NULL); return L_15; } IL_0053: { return (Exception_t *)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNMTOKEN_m14194667D3FD2EBD6F16546531F642E0346F1269 (String_t* ___name0, 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*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; 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(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, /*hidden argument*/NULL); return L_4; } IL_001b: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ValidateNames_ParseNmtokenNoNamespaces_mAE5C604AB215233126B6EE9F0F7A42E8EC9A754C(L_5, 0, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; String_t* L_8 = ___name0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_003e; } } { String_t* L_10 = ___name0; int32_t L_11 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12; L_12 = XmlException_BuildCharExceptionArgs_m6B1DE4874CB2E413D1DE40B49205BB5EFB34642A(L_10, L_11, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_13 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_13, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_12, /*hidden argument*/NULL); return L_13; } IL_003e: { return (Exception_t *)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNormalizedString_m492AF54C02E50C7552399F7223B8D9466ECF9C6D (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_crt_1(); NullCheck(L_0); int32_t L_2; L_2 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001a; } } { String_t* L_3 = ___str0; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_4 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_4, _stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D, L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { return (Exception_t *)NULL; } } // System.String System.Xml.XmlConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mC3ADC626DDAB44248A868B0563DF5E9D636625B2 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (L_0) { goto IL_0009; } } { return _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; } IL_0009: { return _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; } } // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mCFAFEB1E1058D0061258C245960DE7D5AD695FA4 (int8_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = SByte_ToString_m0C268776C6F38D9EBB9A7C34A8104EB9745B477A((int8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF91A0FCA83F7DDDB96426EA363FE293AD4BE26DB (int16_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = Int16_ToString_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC((int16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254 (int32_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C (int64_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE((int64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m3CDF916C3AB064D0D0DF9201C46BD1EB67596608 (uint8_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8((uint8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2404A963C90269D4E7DE8A4C0F7E43AA73713B08 (uint16_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = UInt16_ToString_m1A3B311F92ADC0190FFB4B1CAB6E41D3499B1558((uint16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF3C31729988D42BA610C48C73B6724F34D920C41 (uint32_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m7188F1ADA25A6885A90F8C58EF59891DC265D678 (uint64_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_1; L_1 = UInt64_ToString_mD0F3D7511719711F9E78F0EBC578FFE6C05320B5((uint64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mDE8DC693C63F09BC26ACD1C4A9FFAA17141D0D84 (float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; bool L_1; L_1 = Single_IsNegativeInfinity_mEAFEEE1ECA626F64FE77685982B3DC3E612239D4(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; } IL_000e: { float L_2 = ___value0; bool L_3; L_3 = Single_IsPositiveInfinity_mB3D2AD85FDD4DF19EB2D1EC66E994F631484F2CD(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; } IL_001c: { float L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlConvert_IsNegativeZero_m1659C230E109C17BB1567D0FFE9FEC91E4C2C970(((double)((double)L_4)), /*hidden argument*/NULL); if (!L_5) { goto IL_002b; } } { return _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; } IL_002b: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_6; L_6 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_7; L_7 = Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B((float*)(&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFA18F44AD286528699A2C1FC6579F4DB0B6F53A5 (double ___value0, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_1; L_1 = Double_IsNegativeInfinity_m1BC9D6ACB615C570B603F438A73F37323AD22C39(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; } IL_000e: { double L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_3; L_3 = Double_IsPositiveInfinity_m637BC6D6B3F45B6EA9612962F8A9FC4A3ABD7397(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; } IL_001c: { double L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlConvert_IsNegativeZero_m1659C230E109C17BB1567D0FFE9FEC91E4C2C970(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } { return _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; } IL_002a: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_6; L_6 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_7; L_7 = Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B((double*)(&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m59D6835E6F58CD2963BFA9A5C4FCE2B15BC2E67D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___dateTimeOption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___dateTimeOption1; switch (L_0) { case 0: { goto IL_0018; } case 1: { goto IL_0022; } case 2: { goto IL_002c; } case 3: { goto IL_0064; } } } { goto IL_003d; } IL_0018: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XmlConvert_SwitchToLocalTime_mB5D69313F171ADA0DA4B7D5A61E62B29BADBC8E3(L_1, /*hidden argument*/NULL); ___value0 = L_2; goto IL_0064; } IL_0022: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = XmlConvert_SwitchToUtcTime_mEF3AF619ACF0E784E32070E63446FE7E3ABA5ED2(L_3, /*hidden argument*/NULL); ___value0 = L_4; goto IL_0064; } IL_002c: { int64_t L_5; L_5 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), L_5, 0, /*hidden argument*/NULL); goto IL_0064; } IL_003d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; int32_t L_8 = ___dateTimeOption1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2_il2cpp_TypeInfo_var)), &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_7; NullCheck(L_11); ArrayElementTypeCheck (L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); (L_11)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); String_t* L_12; L_12 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToString_m59D6835E6F58CD2963BFA9A5C4FCE2B15BC2E67D_RuntimeMethod_var))); } IL_0064: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = ___value0; XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), L_14, 1, /*hidden argument*/NULL); String_t* L_15; L_15 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_15; } } // System.String System.Xml.XmlConvert::ToString(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2D7A954621FAE07E852BDCBD671936CAFAB51007 (Guid_t ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75((Guid_t *)(&___value0), /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } IL_0022: { return (bool)1; } IL_0024: { String_t* L_6 = ___s0; bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); if (L_7) { goto IL_003e; } } { String_t* L_8 = ___s0; bool L_9; L_9 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } IL_003e: { return (bool)0; } IL_0040: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; String_t* L_12 = ___s0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); (L_13)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); String_t* L_14; L_14 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_13, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_15 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73_RuntimeMethod_var))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } IL_0022: { bool* L_6 = ___result1; *((int8_t*)L_6) = (int8_t)0; return (Exception_t *)NULL; } IL_0027: { String_t* L_7 = ___s0; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); if (L_8) { goto IL_0041; } } { String_t* L_9 = ___s0; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_9, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); if (!L_10) { goto IL_0046; } } IL_0041: { bool* L_11 = ___result1; *((int8_t*)L_11) = (int8_t)1; return (Exception_t *)NULL; } IL_0046: { bool* L_12 = ___result1; *((int8_t*)L_12) = (int8_t)0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_13; String_t* L_15 = ___s0; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_15); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_14; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); (L_16)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); String_t* L_17; L_17 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_16, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_18 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_18, L_17, /*hidden argument*/NULL); return L_18; } } // System.Char System.Xml.XmlConvert::ToChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_m07D10ACA183420CC7FD54C26F7EF4B61F998FBBB (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; 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*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToChar_m07D10ACA183420CC7FD54C26F7EF4B61F998FBBB_RuntimeMethod_var))); } IL_000e: { 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 ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1885083B225A9C3413CEAE49DFF7E6B5770675FB)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_5 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToChar_m07D10ACA183420CC7FD54C26F7EF4B61F998FBBB_RuntimeMethod_var))); } IL_0027: { String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 0, /*hidden argument*/NULL); return L_7; } } // 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) { 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*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; Il2CppChar* L_1 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_2; L_2 = Char_TryParse_m58AD12194106AC3129BA0CC9090FCEB4CEA6899A(L_0, (Il2CppChar*)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5 = ___s0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); (L_6)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); String_t* L_7; L_7 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_6, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_8 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_8, L_7, /*hidden argument*/NULL); return L_8; } IL_002b: { return (Exception_t *)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Decimal_Parse_mC3DC5E19B337540679899D8BC578D056401786DD(L_0, ((int32_t)39), L_1, /*hidden argument*/NULL); return L_2; } } // 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) { 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*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_2 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_3; L_3 = Decimal_TryParse_m3293BDD1FED798AA3D9068C82804218A9E24D46E(L_0, ((int32_t)39), L_1, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0032; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0032: { return (Exception_t *)NULL; } } // System.Decimal System.Xml.XmlConvert::ToInteger(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlConvert_ToInteger_mC2580BA65EEFE11717B5367B5E199577976F37C3 (String_t* ___s0, 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; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Decimal_Parse_mC3DC5E19B337540679899D8BC578D056401786DD(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { 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*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_2 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_3; L_3 = Decimal_TryParse_m3293BDD1FED798AA3D9068C82804218A9E24D46E(L_0, 7, L_1, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.SByte System.Xml.XmlConvert::ToSByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlConvert_ToSByte_m1D317979D3A07EE190C49759C0380A90F3480693 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int8_t L_2; L_2 = SByte_Parse_m012D3E8994DCFD9574128EA44D5EE2D8F41B04CD(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int8_t* L_2 = ___result1; bool L_3; L_3 = SByte_TryParse_mF0E247BC14CCD4C6B5BFEC0C5DA0D06996EF4287(L_0, 7, L_1, (int8_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Int16 System.Xml.XmlConvert::ToInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlConvert_ToInt16_mB8F7FFA16D3C4C99EEF8FE648134244C28CAFF67 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int16_t L_2; L_2 = Int16_Parse_m67BD9A28B16321BAD8179C98E57483F805B72765(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int16_t* L_2 = ___result1; bool L_3; L_3 = Int16_TryParse_m2F8D9285B1BAC2E89B2165215CEC1F1E67C1833C(L_0, 7, L_1, (int16_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_m84811669F130BF79DE56045FA574E87CF4BDC7C7 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int32_t L_2; L_2 = Int32_Parse_mE3AB672FA8624099763EEA9BB79C6822BB5A6605(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int32_t* L_2 = ___result1; bool L_3; L_3 = Int32_TryParse_m0F4EEF87406E5FBE8FCB83B77FBDDFB38975EFFC(L_0, 7, L_1, (int32_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m0B22AC6F9DAF2F3C1DA04647121C4F3BFCD2DA3A (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int64_t L_2; L_2 = Int64_Parse_mD33505B26B50F89502232161E1DED9BEB62246F2(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); int64_t* L_2 = ___result1; bool L_3; L_3 = Int64_TryParse_mE47C53C8B39CEFD494C8980CC7BDB700AE87CFA6(L_0, 7, L_1, (int64_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Byte System.Xml.XmlConvert::ToByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlConvert_ToByte_mDFD7CDB782A2B7989D81A73BD1683DD27D0F0A08 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint8_t L_2; L_2 = Byte_Parse_mE580E95584E84FE214F63669A91F439DA241B287(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint8_t* L_2 = ___result1; bool L_3; L_3 = Byte_TryParse_mA8E66D4746DBD59E0E317E8BD2ED928CBC726B00(L_0, 3, L_1, (uint8_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.UInt16 System.Xml.XmlConvert::ToUInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlConvert_ToUInt16_m82BEB013A366CECA63B87B4F6D496BD89B644453 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint16_t L_2; L_2 = UInt16_Parse_m9F96733E68BEFD5DE105B750976F8BD3D04C1938(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint16_t* L_2 = ___result1; bool L_3; L_3 = UInt16_TryParse_m812D7D739D101A2E81C0F3C85A58865C753E9494(L_0, 3, L_1, (uint16_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlConvert_ToUInt32_m50FF6A2FD226D08DD6E7D63E505FCA43F79FFA55 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint32_t L_2; L_2 = UInt32_Parse_m9DF984369F2635F307556C8F1763836F5CB28007(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint32_t* L_2 = ___result1; bool L_3; L_3 = UInt32_TryParse_m9454C2D97DD5D2EDF0D8A5E0E465D5217A227D6C(L_0, 3, L_1, (uint32_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlConvert_ToUInt64_m515CFB74F3AA9056E29D1B0115CBBDDA8D46FEF0 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint64_t L_2; L_2 = UInt64_Parse_mFD50234A4E07F06B59AF79F553D1BDDD5E7B0405(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); uint64_t* L_2 = ___result1; bool L_3; L_3 = UInt64_TryParse_m27CBAAFEF7B31F3759EABD5114E3EE7CEB4B8A79(L_0, 3, L_1, (uint64_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); String_t* L_8; L_8 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Single System.Xml.XmlConvert::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_mB7AA6B41029E834E22E8F08FA2668F03D0984793 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_001b; } } { return (-std::numeric_limits::infinity()); } IL_001b: { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { return (std::numeric_limits::infinity()); } IL_002e: { String_t* L_6 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_7; L_7 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); float L_8; L_8 = Single_Parse_m845D40BDCECFC1B949A8B06985485835AC94CEF0(L_6, ((int32_t)164), L_7, /*hidden argument*/NULL); V_0 = L_8; float L_9 = V_0; if ((!(((float)L_9) == ((float)(0.0f))))) { goto IL_0058; } } { String_t* L_10 = ___s0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0058; } } { return (-0.0f); } IL_0058: { float L_12 = V_0; return L_12; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { float* L_4 = ___result1; *((float*)L_4) = (float)(-std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_001e: { String_t* L_5 = ___s0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { float* L_7 = ___result1; *((float*)L_7) = (float)(std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_0034: { String_t* L_8 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); float* L_10 = ___result1; bool L_11; L_11 = Single_TryParse_m4462182A1E916026C594439F851F9BF60B834DA3(L_8, ((int32_t)164), L_9, (float*)L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0069; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; String_t* L_14 = ___s0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); (L_15)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); String_t* L_16; L_16 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_15, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_17 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_17, L_16, /*hidden argument*/NULL); return L_17; } IL_0069: { float* L_18 = ___result1; float L_19 = *((float*)L_18); if ((!(((float)L_19) == ((float)(0.0f))))) { goto IL_0084; } } { String_t* L_20 = ___s0; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_0084; } } { float* L_22 = ___result1; *((float*)L_22) = (float)(-0.0f); } IL_0084: { return (Exception_t *)NULL; } } // System.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95 (String_t* ___s0, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { return (-std::numeric_limits::infinity()); } IL_001f: { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { return (std::numeric_limits::infinity()); } IL_0036: { String_t* L_6 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_7; L_7 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); double L_8; L_8 = Double_Parse_m50E36FF4DB6B826B4BE5A54F0928B2A2A4363CF1(L_6, ((int32_t)167), L_7, /*hidden argument*/NULL); V_0 = L_8; double L_9 = V_0; if ((!(((double)L_9) == ((double)(0.0))))) { goto IL_0068; } } { String_t* L_10 = ___s0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0068; } } { return (-0.0); } IL_0068: { double L_12 = V_0; return L_12; } } // 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) { 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*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { double* L_4 = ___result1; *((double*)L_4) = (double)(-std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_0022: { String_t* L_5 = ___s0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_6) { goto IL_003c; } } { double* L_7 = ___result1; *((double*)L_7) = (double)(std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_003c: { String_t* L_8 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); double* L_10 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_11; L_11 = Double_TryParse_mC79B88116F5ADCC18A70395137B2FBF8EF19719B(L_8, ((int32_t)164), L_9, (double*)L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0071; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; String_t* L_14 = ___s0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); (L_15)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); String_t* L_16; L_16 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_15, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_17 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_17, L_16, /*hidden argument*/NULL); return L_17; } IL_0071: { double* L_18 = ___result1; double L_19 = *((double*)L_18); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_0094; } } { String_t* L_20 = ___s0; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_0094; } } { double* L_22 = ___result1; *((double*)L_22) = (double)(-0.0); } IL_0094: { return (Exception_t *)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * V_1 = NULL; { String_t* L_0 = ___s0; Exception_t * L_1; L_1 = XsdDuration_TryParse_m21DC50D117081733E913C459575FCC30A4343599(L_0, (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Exception_t * L_2 = V_1; if (!L_2) { goto IL_0019; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_3 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_MinValue_2(); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_3 = L_4; Exception_t * L_5 = V_1; return L_5; } IL_0019: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_6 = ___result1; Exception_t * L_7; L_7 = XsdDuration_TryToTimeSpan_m674C9BCA350E49E1FB6A1B70231262636E9DBE48((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_6, /*hidden argument*/NULL); return L_7; } } // System.String[] System.Xml.XmlConvert::get_AllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlConvert_get_AllDateTimeFormats_m5B582224C3F84D91E8E491B9EBBB7001F98B3FED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_s_allDateTimeFormats_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); XmlConvert_CreateAllDateTimeFormats_m6DC10DBEEB3D3626D94AA40197C82E39B9E06CD5(/*hidden argument*/NULL); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_s_allDateTimeFormats_5(); il2cpp_codegen_memory_barrier(); return L_1; } } // System.Void System.Xml.XmlConvert::CreateAllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert_CreateAllDateTimeFormats_m6DC10DBEEB3D3626D94AA40197C82E39B9E06CD5 (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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13D9609FF531C08DB4219887D2F667237E96112A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE358F823C39A638A3134E442FF53D303271291F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_s_allDateTimeFormats_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_00e9; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657); (L_5)->SetAt(static_cast(3), (String_t*)_stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17); (L_6)->SetAt(static_cast(4), (String_t*)_stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283); (L_7)->SetAt(static_cast(5), (String_t*)_stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); (L_8)->SetAt(static_cast(6), (String_t*)_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8); (L_9)->SetAt(static_cast(7), (String_t*)_stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E); (L_10)->SetAt(static_cast(8), (String_t*)_stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralE358F823C39A638A3134E442FF53D303271291F3); (L_11)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralE358F823C39A638A3134E442FF53D303271291F3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B); (L_12)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F); (L_13)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9); (L_14)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD); (L_15)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91); (L_16)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329); (L_17)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64); (L_18)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F); (L_19)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948); (L_20)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E); (L_21)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2); (L_22)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795); (L_23)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral13D9609FF531C08DB4219887D2F667237E96112A); (L_24)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral13D9609FF531C08DB4219887D2F667237E96112A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF); (L_25)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_s_allDateTimeFormats_5(L_25); } IL_00e9: { return; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_ToDateTime_mC67B5E5E1D31A46D2540DEC153819D7BC7700FC8 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = XmlConvert_get_AllDateTimeFormats_m5B582224C3F84D91E8E491B9EBBB7001F98B3FED(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XmlConvert_ToDateTime_mCC66D6E7B5328E3D24190CF1AA22D1404CF59791(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_ToDateTime_mCC66D6E7B5328E3D24190CF1AA22D1404CF59791 (String_t* ___s0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___formats1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___formats1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_2; L_2 = DateTimeFormatInfo_get_InvariantInfo_m31A6675886FA78C51DB1E652836BE7DAD0F02592(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_ParseExact_mEA47F373A45EC280EB667167EC61C4321F0A58A6(L_0, L_1, L_2, 3, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_ToDateTime_m6C500A177C7BDCF3C34D126B90B719EA8D795468 (String_t* ___s0, int32_t ___dateTimeOption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___s0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m2DF6E197CB35F704BE4A164743F4EDA284181EAC(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___dateTimeOption1; switch (L_3) { case 0: { goto IL_0029; } case 1: { goto IL_0032; } case 2: { goto IL_003b; } case 3: { goto IL_0073; } } } { goto IL_004c; } IL_0029: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = XmlConvert_SwitchToLocalTime_mB5D69313F171ADA0DA4B7D5A61E62B29BADBC8E3(L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0073; } IL_0032: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = XmlConvert_SwitchToUtcTime_mEF3AF619ACF0E784E32070E63446FE7E3ABA5ED2(L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0073; } IL_003b: { int64_t L_8; L_8 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), L_8, 0, /*hidden argument*/NULL); goto IL_0073; } IL_004c: { 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)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; int32_t L_11 = ___dateTimeOption1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2_il2cpp_TypeInfo_var)), &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); (L_14)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); String_t* L_15; L_15 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426)), L_14, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToDateTime_m6C500A177C7BDCF3C34D126B90B719EA8D795468_RuntimeMethod_var))); } IL_0073: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17 = V_0; return L_17; } } // 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) { { String_t* L_0 = ___s0; Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Exception_t *)NULL; Guid_t * L_0 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0(); *(Guid_t *)L_0 = L_1; } IL_000d: try { // begin try (depth: 1) Guid_t * L_2 = ___result1; String_t* L_3 = ___s0; Guid_t L_4; memset((&L_4), 0, sizeof(L_4)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_4), L_3, /*hidden argument*/NULL); *(Guid_t *)L_2 = L_4; goto IL_0065; } // 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_001b; } 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_0040; } throw e; } CATCH_001b: { // begin catch(System.ArgumentException) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; String_t* L_7 = ___s0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); (L_8)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); String_t* L_9; L_9 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_8, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_10 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0065; } // end catch (depth: 1) CATCH_0040: { // begin catch(System.FormatException) 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)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); (L_14)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); String_t* L_15; L_15 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_14, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_16 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_16, L_15, /*hidden argument*/NULL); V_0 = L_16; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0065; } // end catch (depth: 1) IL_0065: { Exception_t * L_17 = V_0; return L_17; } } // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToLocalTime_mB5D69313F171ADA0DA4B7D5A61E62B29BADBC8E3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_002c; } case 2: { goto IL_001c; } } } { goto IL_0034; } IL_001c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___value0; return L_2; } IL_001e: { int64_t L_3; L_3 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_4), L_3, 2, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); return L_5; } IL_0034: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; return L_6; } } // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToUtcTime_mEF3AF619ACF0E784E32070E63446FE7E3ABA5ED2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_001c; } case 2: { goto IL_002c; } } } { goto IL_0034; } IL_001c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___value0; return L_2; } IL_001e: { int64_t L_3; L_3 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_4), L_3, 1, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); return L_5; } IL_0034: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; return L_6; } } // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; { String_t* L_0 = ___s0; if (!L_0) { goto IL_004d; } } { 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 ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_004d; } } { String_t* L_3 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_4; L_4 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_3, /*hidden argument*/NULL); ___s0 = L_4; String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_7, _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F, 4, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_004d; } } IL_002b: { 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)2); 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); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); (L_12)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); String_t* L_13; L_13 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_12, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_14 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE_RuntimeMethod_var))); } IL_004d: { String_t* L_15 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_16; L_16 = Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799(L_15, 0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)(&V_0), /*hidden argument*/NULL); if (L_16) { goto IL_007a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_17; String_t* L_19 = ___s0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); (L_20)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); String_t* L_21; L_21 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_20, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_22 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE_RuntimeMethod_var))); } IL_007a: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23 = V_0; return L_23; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** L_0 = ___result1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; if (!L_1) { goto IL_0050; } } { 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 ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0050; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8(L_4, /*hidden argument*/NULL); ___s0 = L_5; String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9; L_9 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_8, _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F, 4, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0050; } } IL_002e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; String_t* L_12 = ___s0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); (L_13)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); String_t* L_14; L_14 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_13, /*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); return L_15; } IL_0050: { String_t* L_16 = ___s0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** L_17 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_18; L_18 = Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799(L_16, 0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)L_17, /*hidden argument*/NULL); if (L_18) { goto IL_007c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19; String_t* L_21 = ___s0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_21); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); (L_22)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); String_t* L_23; L_23 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_22, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_24 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_24, L_23, /*hidden argument*/NULL); return L_24; } IL_007c: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m7E4C8967F6553E69A8BF712F95B615271EE424D9 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___strPos11, int32_t ___strLen12, String_t* ___str23, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___strLen12; String_t* L_1 = ___str23; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_000b; } } { return (bool)0; } IL_000b: { V_0 = 0; goto IL_0013; } IL_000f: { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0013: { int32_t L_4 = V_0; int32_t L_5 = ___strLen12; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0025; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___chars0; int32_t L_7 = ___strPos11; int32_t L_8 = V_0; NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); String_t* L_11 = ___str23; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)L_13))) { goto IL_000f; } } IL_0025: { int32_t L_14 = V_0; int32_t L_15 = ___strLen12; return (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0); } } // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m6FC9AD045BD030BD80D5D7451D79192E9FC881B8 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_WhitespaceChars_6(); NullCheck(L_0); String_t* L_2; L_2 = String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_WhitespaceChars_6(); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2; L_2 = String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25(L_0, L_1, 1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m1659C230E109C17BB1567D0FFE9FEC91E4C2C970 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((!(((double)L_0) == ((double)(0.0))))) { goto IL_0024; } } { double L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int64_t L_2; L_2 = XmlConvert_DoubleToInt64Bits_m489590C87B01FBE5AABC667F031B2963A1F2AB22(L_1, /*hidden argument*/NULL); int64_t L_3; L_3 = XmlConvert_DoubleToInt64Bits_m489590C87B01FBE5AABC667F031B2963A1F2AB22((-0.0), /*hidden argument*/NULL); if ((!(((uint64_t)L_2) == ((uint64_t)L_3)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { return (bool)0; } } // System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m489590C87B01FBE5AABC667F031B2963A1F2AB22 (double ___value0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0))); return L_0; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_mF4A0B7D57F0923E52F9220882AC9665A8852B4BE (String_t* ___res0, String_t* ___arg1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___exceptionType2; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___exceptionType2; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001f; } } { goto IL_001f; } IL_0009: { String_t* L_2 = ___res0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5 = ___arg1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); String_t* L_6; L_6 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(L_2, L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); return L_7; } IL_001f: { String_t* L_8 = ___res0; String_t* L_9 = ___arg1; int32_t L_10 = ___lineNo3; int32_t L_11 = ___linePos4; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_12 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m819800529C3A91E8C5640AAA3F30EBD998238F10(L_12, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_mF2D54C29F342DB22C5E129ADFAF6A47D87DE690C (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___exceptionType2; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___exceptionType2; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0016; } } { goto IL_0016; } IL_0009: { String_t* L_2 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___args1; String_t* L_4; L_4 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(L_2, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0016: { String_t* L_6 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = ___args1; int32_t L_8 = ___lineNo3; int32_t L_9 = ___linePos4; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_10 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m546964BF1BBE64E4A2C9853E23F25FC3295D595E(L_10, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mC83C41FA71DC7D63E72AD3B694BBF7465E21A820 (Il2CppChar ___low0, Il2CppChar ___hi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___low0; Il2CppChar L_1 = ___hi1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_CreateInvalidSurrogatePairException_mF28FFADBE58F3EC741BFC66324CEB12230258746(L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mF28FFADBE58F3EC741BFC66324CEB12230258746 (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___low0; Il2CppChar L_1 = ___hi1; int32_t L_2 = ___exceptionType2; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_3; L_3 = XmlConvert_CreateInvalidSurrogatePairException_m5985C60724BD9A5DD22D8D8CBA1C08EC8B0E593C(L_0, L_1, L_2, 0, 0, /*hidden argument*/NULL); return L_3; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_m5985C60724BD9A5DD22D8D8CBA1C08EC8B0E593C (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; uint32_t V_1 = 0; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; Il2CppChar L_2 = ___hi1; V_1 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_4; L_4 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (String_t*)L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_1; Il2CppChar L_6 = ___low0; V_1 = L_6; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_8; L_8 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (String_t*)L_8); V_0 = L_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = V_0; int32_t L_10 = ___exceptionType2; int32_t L_11 = ___lineNo3; int32_t L_12 = ___linePos4; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_13; L_13 = XmlConvert_CreateException_mF2D54C29F342DB22C5E129ADFAF6A47D87DE690C(_stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mCE61A45678E5C538A389B123BCC070BB9F960398 (Il2CppChar ___hi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___hi0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_1; L_1 = XmlConvert_CreateInvalidHighSurrogateCharException_m2A8381B87AA801AB58D45E24B16EA148D7DF2EFB(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m2A8381B87AA801AB58D45E24B16EA148D7DF2EFB (Il2CppChar ___hi0, int32_t ___exceptionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___hi0; int32_t L_1 = ___exceptionType1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_CreateInvalidHighSurrogateCharException_mC1D2528DA71837C72DD9EC811FEA3230004AC320(L_0, L_1, 0, 0, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mC1D2528DA71837C72DD9EC811FEA3230004AC320 (Il2CppChar ___hi0, int32_t ___exceptionType1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Il2CppChar L_0 = ___hi0; V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_2; L_2 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, /*hidden argument*/NULL); int32_t L_3 = ___exceptionType1; int32_t L_4 = ___lineNo2; int32_t L_5 = ___linePos3; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_6; L_6 = XmlConvert_CreateException_mF4A0B7D57F0923E52F9220882AC9665A8852B4BE(_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_m16C87E42FFDBA939527A84804DF96349325FE628 (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { int32_t L_0 = ___index1; if (!L_0) { goto IL_000a; } } { G_B3_0 = _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; goto IL_000f; } IL_000a: { G_B3_0 = _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; } IL_000f: { String_t* L_1 = ___name0; int32_t L_2 = ___index1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = XmlException_BuildCharExceptionArgs_m6B1DE4874CB2E413D1DE40B49205BB5EFB34642A(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = ___exceptionType2; int32_t L_5 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_6; L_6 = XmlConvert_CreateException_mF2D54C29F342DB22C5E129ADFAF6A47D87DE690C(G_B3_0, L_3, L_4, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); return L_6; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_0014; } } { String_t* L_1; L_1 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, /*hidden argument*/NULL); String_t* L_2 = ___argumentName1; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0014: { String_t* L_4 = ___argumentName1; ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Xml.XmlConvert::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert__cctor_m2CCF12705624C605409820972C32BC554A8DF05D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB(/*hidden argument*/NULL); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_xmlCharType_0(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_crt_1(L_2); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_c_EncodedCharLength_2(7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_WhitespaceChars_6(L_5); 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.XmlCustomFormatter::FromEnum(System.Int64,System.String[],System.Int64[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromEnum_m8749D34409F1C28F902F929A279F03BF7C84284E (int64_t ___value0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values1, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___ids2, String_t* ___typeName3, 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; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { 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; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_1 = ___ids2; NullCheck(L_1); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); int64_t L_2 = ___value0; V_2 = L_2; V_3 = (-1); V_4 = 0; goto IL_0057; } IL_0013: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = ___ids2; int32_t L_4 = V_4; NullCheck(L_3); int32_t L_5 = L_4; int64_t L_6 = (L_3)->GetAt(static_cast(L_5)); if (L_6) { goto IL_001e; } } { int32_t L_7 = V_4; V_3 = L_7; goto IL_0051; } IL_001e: { int64_t L_8 = V_2; if (!L_8) { goto IL_005c; } } { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_9 = ___ids2; int32_t L_10 = V_4; NullCheck(L_9); int32_t L_11 = L_10; int64_t L_12 = (L_9)->GetAt(static_cast(L_11)); int64_t L_13 = ___value0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_14 = ___ids2; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; int64_t L_17 = (L_14)->GetAt(static_cast(L_16)); if ((!(((uint64_t)((int64_t)((int64_t)L_12&(int64_t)L_13))) == ((uint64_t)L_17)))) { goto IL_0051; } } { StringBuilder_t * L_18 = V_0; NullCheck(L_18); int32_t L_19; L_19 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_003e; } } { StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_20, ((int32_t)32), /*hidden argument*/NULL); } IL_003e: { StringBuilder_t * L_22 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = ___values1; int32_t L_24 = V_4; NullCheck(L_23); int32_t L_25 = L_24; String_t* L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_22); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_22, L_26, /*hidden argument*/NULL); int64_t L_28 = V_2; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_29 = ___ids2; int32_t L_30 = V_4; NullCheck(L_29); int32_t L_31 = L_30; int64_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_2 = ((int64_t)((int64_t)L_28&(int64_t)((~L_32)))); } IL_0051: { int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0057: { int32_t L_34 = V_4; int32_t L_35 = V_1; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0013; } } IL_005c: { int64_t L_36 = V_2; if (!L_36) { goto IL_0099; } } { String_t* L_37 = ___typeName3; if (!L_37) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_38; L_38 = CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E(/*hidden argument*/NULL); int64_t L_39 = ___value0; int64_t L_40 = L_39; RuntimeObject * L_41 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)), &L_40); String_t* L_42 = ___typeName3; String_t* L_43; L_43 = String_Format_m061EEC38D33A13CC1E98DBD6869E97A0C2989F88(L_38, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35)), L_41, L_42, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_44 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlCustomFormatter_FromEnum_m8749D34409F1C28F902F929A279F03BF7C84284E_RuntimeMethod_var))); } IL_007e: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_45; L_45 = CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E(/*hidden argument*/NULL); int64_t L_46 = ___value0; int64_t L_47 = L_46; RuntimeObject * L_48 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)), &L_47); String_t* L_49; L_49 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_45, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BF1039B56259D73BD0BEE9EF7031C5CDFAF393E)), L_48, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_50 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlCustomFormatter_FromEnum_m8749D34409F1C28F902F929A279F03BF7C84284E_RuntimeMethod_var))); } IL_0099: { StringBuilder_t * L_51 = V_0; NullCheck(L_51); int32_t L_52; L_52 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_51, /*hidden argument*/NULL); if (L_52) { goto IL_00af; } } { int32_t L_53 = V_3; if ((((int32_t)L_53) == ((int32_t)(-1)))) { goto IL_00af; } } { StringBuilder_t * L_54 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_55 = ___values1; int32_t L_56 = V_3; NullCheck(L_55); int32_t L_57 = L_56; String_t* L_58 = (L_55)->GetAt(static_cast(L_57)); NullCheck(L_54); StringBuilder_t * L_59; L_59 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_54, L_58, /*hidden argument*/NULL); } IL_00af: { StringBuilder_t * L_60 = V_0; NullCheck(L_60); String_t* L_61; L_61 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); return L_61; } } // System.String System.Xml.Serialization.XmlCustomFormatter::FromXmlName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromXmlName_mB02FA7EF8527573EF5B677F474DC06B860CE1628 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_m306D39D0A22195DCD6525E870C289DD195307630(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Serialization.XmlCustomFormatter::FromXmlNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromXmlNCName_m00BED642A75392C4F4B4370D1BD7BB853A416EDC (String_t* ___ncName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___ncName0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Serialization.XmlCustomFormatter::ToXmlString(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_ToXmlString_mDDD53EC6A053576F63FC5B14695835F60CC531D6 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, RuntimeObject * ___value1, 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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral506DB52F56B75C81EC3FAF713D759D2452D9F932); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51C6279E31F7483126B79E3000116001A915B690); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB5F5BC179359BB02810BD7BD8F296B34A8C6EE8); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint32_t V_1 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1 = ___type0; NullCheck(L_1); String_t* L_2; L_2 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; uint32_t L_4; L_4 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m090DE44E9EE459B1F4D428363E55AECB90555EDD(L_3, /*hidden argument*/NULL); V_1 = L_4; uint32_t L_5 = V_1; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)1683620383))))) { goto IL_00b8; } } { uint32_t L_6 = V_1; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)1042916651))))) { goto IL_006f; } } { uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)735213196))))) { goto IL_0049; } } { uint32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)520654156)))) { goto IL_01d5; } } { uint32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)735213196)))) { goto IL_016c; } } { goto IL_0428; } IL_0049: { uint32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)748388108)))) { goto IL_02a7; } } { uint32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)799079693)))) { goto IL_02fb; } } { uint32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1042916651)))) { goto IL_02e6; } } { goto IL_0428; } IL_006f: { uint32_t L_13 = V_1; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)1412591975))))) { goto IL_0092; } } { uint32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1293334960)))) { goto IL_0196; } } { uint32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1412591975)))) { goto IL_027d; } } { goto IL_0428; } IL_0092: { uint32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)1467875291)))) { goto IL_02d1; } } { uint32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)1564253156)))) { goto IL_01c0; } } { uint32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)1683620383)))) { goto IL_023e; } } { goto IL_0428; } IL_00b8: { uint32_t L_19 = V_1; if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)-1595207928))))) { goto IL_0109; } } { uint32_t L_20 = V_1; if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)-2012103568))))) { goto IL_00e3; } } { uint32_t L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)1710517951)))) { goto IL_0157; } } { uint32_t L_22 = V_1; if ((((int32_t)L_22) == ((int32_t)((int32_t)-2012103568)))) { goto IL_0292; } } { goto IL_0428; } IL_00e3: { uint32_t L_23 = V_1; if ((((int32_t)L_23) == ((int32_t)((int32_t)-1779859874)))) { goto IL_0214; } } { uint32_t L_24 = V_1; if ((((int32_t)L_24) == ((int32_t)((int32_t)-1621202992)))) { goto IL_0268; } } { uint32_t L_25 = V_1; if ((((int32_t)L_25) == ((int32_t)((int32_t)-1595207928)))) { goto IL_01ea; } } { goto IL_0428; } IL_0109: { uint32_t L_26 = V_1; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)-1172149291))))) { goto IL_0134; } } { uint32_t L_27 = V_1; if ((((int32_t)L_27) == ((int32_t)((int32_t)-1497080443)))) { goto IL_0253; } } { uint32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)((int32_t)-1471413475)))) { goto IL_0181; } } { uint32_t L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)((int32_t)-1172149291)))) { goto IL_01ff; } } { goto IL_0428; } IL_0134: { uint32_t L_30 = V_1; if ((((int32_t)L_30) == ((int32_t)((int32_t)-1024663725)))) { goto IL_0229; } } { uint32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)((int32_t)-730669991)))) { goto IL_01ab; } } { uint32_t L_32 = V_1; if ((((int32_t)L_32) == ((int32_t)((int32_t)-263295302)))) { goto IL_02bc; } } { goto IL_0428; } IL_0157: { String_t* L_33 = V_0; bool L_34; L_34 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_33, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, /*hidden argument*/NULL); if (L_34) { goto IL_0310; } } { goto IL_0428; } IL_016c: { String_t* L_35 = V_0; bool L_36; L_36 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_35, _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63, /*hidden argument*/NULL); if (L_36) { goto IL_031c; } } { goto IL_0428; } IL_0181: { String_t* L_37 = V_0; bool L_38; L_38 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_37, _stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7, /*hidden argument*/NULL); if (L_38) { goto IL_0328; } } { goto IL_0428; } IL_0196: { String_t* L_39 = V_0; bool L_40; L_40 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_39, _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6, /*hidden argument*/NULL); if (L_40) { goto IL_0334; } } { goto IL_0428; } IL_01ab: { String_t* L_41 = V_0; bool L_42; L_42 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_41, _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300, /*hidden argument*/NULL); if (L_42) { goto IL_0341; } } { goto IL_0428; } IL_01c0: { String_t* L_43 = V_0; bool L_44; L_44 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_43, _stringLiteral51C6279E31F7483126B79E3000116001A915B690, /*hidden argument*/NULL); if (L_44) { goto IL_035a; } } { goto IL_0428; } IL_01d5: { String_t* L_45 = V_0; bool L_46; L_46 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_45, _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D, /*hidden argument*/NULL); if (L_46) { goto IL_0373; } } { goto IL_0428; } IL_01ea: { String_t* L_47 = V_0; bool L_48; L_48 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_47, _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8, /*hidden argument*/NULL); if (L_48) { goto IL_037f; } } { goto IL_0428; } IL_01ff: { String_t* L_49 = V_0; bool L_50; L_50 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_49, _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7, /*hidden argument*/NULL); if (L_50) { goto IL_038b; } } { goto IL_0428; } IL_0214: { String_t* L_51 = V_0; bool L_52; L_52 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_51, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, /*hidden argument*/NULL); if (L_52) { goto IL_0397; } } { goto IL_0428; } IL_0229: { String_t* L_53 = V_0; bool L_54; L_54 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_53, _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7, /*hidden argument*/NULL); if (L_54) { goto IL_03a3; } } { goto IL_0428; } IL_023e: { String_t* L_55 = V_0; bool L_56; L_56 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_55, _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7, /*hidden argument*/NULL); if (L_56) { goto IL_03af; } } { goto IL_0428; } IL_0253: { String_t* L_57 = V_0; bool L_58; L_58 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_57, _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29, /*hidden argument*/NULL); if (L_58) { goto IL_03bb; } } { goto IL_0428; } IL_0268: { String_t* L_59 = V_0; bool L_60; L_60 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_59, _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3, /*hidden argument*/NULL); if (L_60) { goto IL_03c7; } } { goto IL_0428; } IL_027d: { String_t* L_61 = V_0; bool L_62; L_62 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_61, _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88, /*hidden argument*/NULL); if (L_62) { goto IL_03d3; } } { goto IL_0428; } IL_0292: { String_t* L_63 = V_0; bool L_64; L_64 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_63, _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7, /*hidden argument*/NULL); if (L_64) { goto IL_03df; } } { goto IL_0428; } IL_02a7: { String_t* L_65 = V_0; bool L_66; L_66 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_65, _stringLiteral506DB52F56B75C81EC3FAF713D759D2452D9F932, /*hidden argument*/NULL); if (L_66) { goto IL_03eb; } } { goto IL_0428; } IL_02bc: { String_t* L_67 = V_0; bool L_68; L_68 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_67, _stringLiteralFB5F5BC179359BB02810BD7BD8F296B34A8C6EE8, /*hidden argument*/NULL); if (L_68) { goto IL_03f7; } } { goto IL_0428; } IL_02d1: { String_t* L_69 = V_0; bool L_70; L_70 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_69, _stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9, /*hidden argument*/NULL); if (L_70) { goto IL_03f7; } } { goto IL_0428; } IL_02e6: { String_t* L_71 = V_0; bool L_72; L_72 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_71, _stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437, /*hidden argument*/NULL); if (L_72) { goto IL_040c; } } { goto IL_0428; } IL_02fb: { String_t* L_73 = V_0; bool L_74; L_74 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_73, _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D, /*hidden argument*/NULL); if (L_74) { goto IL_0421; } } { goto IL_0428; } IL_0310: { RuntimeObject * L_75 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_76; L_76 = XmlConvert_ToString_mC3ADC626DDAB44248A868B0563DF5E9D636625B2(((*(bool*)((bool*)UnBox(L_75, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_76; } IL_031c: { RuntimeObject * L_77 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_78; L_78 = XmlConvert_ToString_m3CDF916C3AB064D0D0DF9201C46BD1EB67596608(((*(uint8_t*)((uint8_t*)UnBox(L_77, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_78; } IL_0328: { RuntimeObject * L_79 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_80; L_80 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(((*(Il2CppChar*)((Il2CppChar*)UnBox(L_79, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_80; } IL_0334: { RuntimeObject * L_81 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_82; L_82 = XmlConvert_ToString_m59D6835E6F58CD2963BFA9A5C4FCE2B15BC2E67D(((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_81, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), 3, /*hidden argument*/NULL); return L_82; } IL_0341: { RuntimeObject * L_83 = ___value1; V_2 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_83, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_84; L_84 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_85; L_85 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E, L_84, /*hidden argument*/NULL); return L_85; } IL_035a: { RuntimeObject * L_86 = ___value1; V_2 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_86, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_87; L_87 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_88; L_88 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), _stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657, L_87, /*hidden argument*/NULL); return L_88; } IL_0373: { RuntimeObject * L_89 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_90; L_90 = XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_89, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_90; } IL_037f: { RuntimeObject * L_91 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_92; L_92 = XmlConvert_ToString_mFA18F44AD286528699A2C1FC6579F4DB0B6F53A5(((*(double*)((double*)UnBox(L_91, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_92; } IL_038b: { RuntimeObject * L_93 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_94; L_94 = XmlConvert_ToString_mF91A0FCA83F7DDDB96426EA363FE293AD4BE26DB(((*(int16_t*)((int16_t*)UnBox(L_93, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_94; } IL_0397: { RuntimeObject * L_95 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_96; L_96 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(((*(int32_t*)((int32_t*)UnBox(L_95, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_96; } IL_03a3: { RuntimeObject * L_97 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_98; L_98 = XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C(((*(int64_t*)((int64_t*)UnBox(L_97, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_98; } IL_03af: { RuntimeObject * L_99 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_100; L_100 = XmlConvert_ToString_mCFAFEB1E1058D0061258C245960DE7D5AD695FA4(((*(int8_t*)((int8_t*)UnBox(L_99, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_100; } IL_03bb: { RuntimeObject * L_101 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_102; L_102 = XmlConvert_ToString_mDE8DC693C63F09BC26ACD1C4A9FFAA17141D0D84(((*(float*)((float*)UnBox(L_101, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_102; } IL_03c7: { RuntimeObject * L_103 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_104; L_104 = XmlConvert_ToString_m2404A963C90269D4E7DE8A4C0F7E43AA73713B08(((*(uint16_t*)((uint16_t*)UnBox(L_103, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_104; } IL_03d3: { RuntimeObject * L_105 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_106; L_106 = XmlConvert_ToString_mF3C31729988D42BA610C48C73B6724F34D920C41(((*(uint32_t*)((uint32_t*)UnBox(L_105, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_106; } IL_03df: { RuntimeObject * L_107 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_108; L_108 = XmlConvert_ToString_m7188F1ADA25A6885A90F8C58EF59891DC265D678(((*(uint64_t*)((uint64_t*)UnBox(L_107, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_108; } IL_03eb: { RuntimeObject * L_109 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_110; L_110 = XmlConvert_ToString_m2D7A954621FAE07E852BDCBD671936CAFAB51007(((*(Guid_t *)((Guid_t *)UnBox(L_109, Guid_t_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_110; } IL_03f7: { RuntimeObject * L_111 = ___value1; if (!L_111) { goto IL_0406; } } { RuntimeObject * L_112 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_113; L_113 = Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_112, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_113; } IL_0406: { String_t* L_114 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_114; } IL_040c: { RuntimeObject * L_115 = ___value1; if (!L_115) { goto IL_041b; } } { RuntimeObject * L_116 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_117; L_117 = XmlConvert_ToBinHexString_m96E9A08250393ADEEEF5BC0C38409589D3C16BAD(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_116, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_117; } IL_041b: { String_t* L_118 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_118; } IL_0421: { RuntimeObject * L_119 = ___value1; return ((String_t*)CastclassSealed((RuntimeObject*)L_119, String_t_il2cpp_TypeInfo_var)); } IL_0428: { RuntimeObject * L_120 = ___value1; if (((RuntimeObject*)IsInst((RuntimeObject*)L_120, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var))) { goto IL_0437; } } { RuntimeObject * L_121 = ___value1; NullCheck(L_121); String_t* L_122; L_122 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_121); return L_122; } IL_0437: { RuntimeObject * L_123 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_124; L_124 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_123, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var))); String_t* L_125; L_125 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_123, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var)), (String_t*)NULL, L_124); return L_125; } } // System.Object System.Xml.Serialization.XmlCustomFormatter::FromXmlString(System.Xml.Serialization.TypeData,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCustomFormatter_FromXmlString_m237FC9F2755F626080234572AC7B7E2636C5A9F2 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, String_t* ___value1, 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*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral506DB52F56B75C81EC3FAF713D759D2452D9F932); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51C6279E31F7483126B79E3000116001A915B690); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB5F5BC179359BB02810BD7BD8F296B34A8C6EE8); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint32_t V_1 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); { String_t* L_0 = ___value1; if (L_0) { goto IL_0005; } } { return NULL; } IL_0005: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1 = ___type0; NullCheck(L_1); String_t* L_2; L_2 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; uint32_t L_4; L_4 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m090DE44E9EE459B1F4D428363E55AECB90555EDD(L_3, /*hidden argument*/NULL); V_1 = L_4; uint32_t L_5 = V_1; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)1683620383))))) { goto IL_00b8; } } { uint32_t L_6 = V_1; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)1042916651))))) { goto IL_006f; } } { uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)735213196))))) { goto IL_0049; } } { uint32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)520654156)))) { goto IL_01d5; } } { uint32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)735213196)))) { goto IL_016c; } } { goto IL_0405; } IL_0049: { uint32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)748388108)))) { goto IL_02a7; } } { uint32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)799079693)))) { goto IL_02fb; } } { uint32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)1042916651)))) { goto IL_02e6; } } { goto IL_0405; } IL_006f: { uint32_t L_13 = V_1; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)1412591975))))) { goto IL_0092; } } { uint32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1293334960)))) { goto IL_0196; } } { uint32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1412591975)))) { goto IL_027d; } } { goto IL_0405; } IL_0092: { uint32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)1467875291)))) { goto IL_02d1; } } { uint32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)1564253156)))) { goto IL_01c0; } } { uint32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)1683620383)))) { goto IL_023e; } } { goto IL_0405; } IL_00b8: { uint32_t L_19 = V_1; if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)-1595207928))))) { goto IL_0109; } } { uint32_t L_20 = V_1; if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)-2012103568))))) { goto IL_00e3; } } { uint32_t L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)1710517951)))) { goto IL_0157; } } { uint32_t L_22 = V_1; if ((((int32_t)L_22) == ((int32_t)((int32_t)-2012103568)))) { goto IL_0292; } } { goto IL_0405; } IL_00e3: { uint32_t L_23 = V_1; if ((((int32_t)L_23) == ((int32_t)((int32_t)-1779859874)))) { goto IL_0214; } } { uint32_t L_24 = V_1; if ((((int32_t)L_24) == ((int32_t)((int32_t)-1621202992)))) { goto IL_0268; } } { uint32_t L_25 = V_1; if ((((int32_t)L_25) == ((int32_t)((int32_t)-1595207928)))) { goto IL_01ea; } } { goto IL_0405; } IL_0109: { uint32_t L_26 = V_1; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)-1172149291))))) { goto IL_0134; } } { uint32_t L_27 = V_1; if ((((int32_t)L_27) == ((int32_t)((int32_t)-1497080443)))) { goto IL_0253; } } { uint32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)((int32_t)-1471413475)))) { goto IL_0181; } } { uint32_t L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)((int32_t)-1172149291)))) { goto IL_01ff; } } { goto IL_0405; } IL_0134: { uint32_t L_30 = V_1; if ((((int32_t)L_30) == ((int32_t)((int32_t)-1024663725)))) { goto IL_0229; } } { uint32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)((int32_t)-730669991)))) { goto IL_01ab; } } { uint32_t L_32 = V_1; if ((((int32_t)L_32) == ((int32_t)((int32_t)-263295302)))) { goto IL_02bc; } } { goto IL_0405; } IL_0157: { String_t* L_33 = V_0; bool L_34; L_34 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_33, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, /*hidden argument*/NULL); if (L_34) { goto IL_0310; } } { goto IL_0405; } IL_016c: { String_t* L_35 = V_0; bool L_36; L_36 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_35, _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63, /*hidden argument*/NULL); if (L_36) { goto IL_031c; } } { goto IL_0405; } IL_0181: { String_t* L_37 = V_0; bool L_38; L_38 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_37, _stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7, /*hidden argument*/NULL); if (L_38) { goto IL_0328; } } { goto IL_0405; } IL_0196: { String_t* L_39 = V_0; bool L_40; L_40 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_39, _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6, /*hidden argument*/NULL); if (L_40) { goto IL_0335; } } { goto IL_0405; } IL_01ab: { String_t* L_41 = V_0; bool L_42; L_42 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_41, _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300, /*hidden argument*/NULL); if (L_42) { goto IL_0342; } } { goto IL_0405; } IL_01c0: { String_t* L_43 = V_0; bool L_44; L_44 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_43, _stringLiteral51C6279E31F7483126B79E3000116001A915B690, /*hidden argument*/NULL); if (L_44) { goto IL_0356; } } { goto IL_0405; } IL_01d5: { String_t* L_45 = V_0; bool L_46; L_46 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_45, _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D, /*hidden argument*/NULL); if (L_46) { goto IL_0371; } } { goto IL_0405; } IL_01ea: { String_t* L_47 = V_0; bool L_48; L_48 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_47, _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8, /*hidden argument*/NULL); if (L_48) { goto IL_037d; } } { goto IL_0405; } IL_01ff: { String_t* L_49 = V_0; bool L_50; L_50 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_49, _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7, /*hidden argument*/NULL); if (L_50) { goto IL_0389; } } { goto IL_0405; } IL_0214: { String_t* L_51 = V_0; bool L_52; L_52 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_51, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, /*hidden argument*/NULL); if (L_52) { goto IL_0395; } } { goto IL_0405; } IL_0229: { String_t* L_53 = V_0; bool L_54; L_54 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_53, _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7, /*hidden argument*/NULL); if (L_54) { goto IL_03a1; } } { goto IL_0405; } IL_023e: { String_t* L_55 = V_0; bool L_56; L_56 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_55, _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7, /*hidden argument*/NULL); if (L_56) { goto IL_03ad; } } { goto IL_0405; } IL_0253: { String_t* L_57 = V_0; bool L_58; L_58 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_57, _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29, /*hidden argument*/NULL); if (L_58) { goto IL_03b9; } } { goto IL_0405; } IL_0268: { String_t* L_59 = V_0; bool L_60; L_60 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_59, _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3, /*hidden argument*/NULL); if (L_60) { goto IL_03c5; } } { goto IL_0405; } IL_027d: { String_t* L_61 = V_0; bool L_62; L_62 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_61, _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88, /*hidden argument*/NULL); if (L_62) { goto IL_03d1; } } { goto IL_0405; } IL_0292: { String_t* L_63 = V_0; bool L_64; L_64 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_63, _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7, /*hidden argument*/NULL); if (L_64) { goto IL_03dd; } } { goto IL_0405; } IL_02a7: { String_t* L_65 = V_0; bool L_66; L_66 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_65, _stringLiteral506DB52F56B75C81EC3FAF713D759D2452D9F932, /*hidden argument*/NULL); if (L_66) { goto IL_03e9; } } { goto IL_0405; } IL_02bc: { String_t* L_67 = V_0; bool L_68; L_68 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_67, _stringLiteralFB5F5BC179359BB02810BD7BD8F296B34A8C6EE8, /*hidden argument*/NULL); if (L_68) { goto IL_03f5; } } { goto IL_0405; } IL_02d1: { String_t* L_69 = V_0; bool L_70; L_70 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_69, _stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9, /*hidden argument*/NULL); if (L_70) { goto IL_03f5; } } { goto IL_0405; } IL_02e6: { String_t* L_71 = V_0; bool L_72; L_72 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_71, _stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437, /*hidden argument*/NULL); if (L_72) { goto IL_03fc; } } { goto IL_0405; } IL_02fb: { String_t* L_73 = V_0; bool L_74; L_74 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_73, _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D, /*hidden argument*/NULL); if (L_74) { goto IL_0403; } } { goto IL_0405; } IL_0310: { String_t* L_75 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_76; L_76 = XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73(L_75, /*hidden argument*/NULL); bool L_77 = L_76; RuntimeObject * L_78 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_77); return L_78; } IL_031c: { String_t* L_79 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); uint8_t L_80; L_80 = XmlConvert_ToByte_mDFD7CDB782A2B7989D81A73BD1683DD27D0F0A08(L_79, /*hidden argument*/NULL); uint8_t L_81 = L_80; RuntimeObject * L_82 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_81); return L_82; } IL_0328: { String_t* L_83 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_84; L_84 = XmlConvert_ToInt32_m84811669F130BF79DE56045FA574E87CF4BDC7C7(L_83, /*hidden argument*/NULL); Il2CppChar L_85 = ((Il2CppChar)((int32_t)((uint16_t)L_84))); RuntimeObject * L_86 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_85); return L_86; } IL_0335: { String_t* L_87 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_88; L_88 = XmlConvert_ToDateTime_m6C500A177C7BDCF3C34D126B90B719EA8D795468(L_87, 3, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_89 = L_88; RuntimeObject * L_90 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_89); return L_90; } IL_0342: { String_t* L_91 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_92; L_92 = XmlConvert_ToDateTime_mC67B5E5E1D31A46D2540DEC153819D7BC7700FC8(L_91, /*hidden argument*/NULL); V_2 = L_92; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_93; L_93 = DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_94 = L_93; RuntimeObject * L_95 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_94); return L_95; } IL_0356: { String_t* L_96 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_97 = ((XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var))->get_allTimeFormats_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_98; L_98 = DateTimeFormatInfo_get_InvariantInfo_m31A6675886FA78C51DB1E652836BE7DAD0F02592(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_99; L_99 = DateTime_ParseExact_mEA47F373A45EC280EB667167EC61C4321F0A58A6(L_96, L_97, L_98, ((int32_t)139), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_100 = L_99; RuntimeObject * L_101 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_100); return L_101; } IL_0371: { String_t* L_102 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_103; L_103 = XmlConvert_ToDecimal_m927342742687C6D8947928EB67FD4751149007D2(L_102, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_104 = L_103; RuntimeObject * L_105 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_104); return L_105; } IL_037d: { String_t* L_106 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_107; L_107 = XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95(L_106, /*hidden argument*/NULL); double L_108 = L_107; RuntimeObject * L_109 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_108); return L_109; } IL_0389: { String_t* L_110 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int16_t L_111; L_111 = XmlConvert_ToInt16_mB8F7FFA16D3C4C99EEF8FE648134244C28CAFF67(L_110, /*hidden argument*/NULL); int16_t L_112 = L_111; RuntimeObject * L_113 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_112); return L_113; } IL_0395: { String_t* L_114 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_115; L_115 = XmlConvert_ToInt32_m84811669F130BF79DE56045FA574E87CF4BDC7C7(L_114, /*hidden argument*/NULL); int32_t L_116 = L_115; RuntimeObject * L_117 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_116); return L_117; } IL_03a1: { String_t* L_118 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int64_t L_119; L_119 = XmlConvert_ToInt64_m0B22AC6F9DAF2F3C1DA04647121C4F3BFCD2DA3A(L_118, /*hidden argument*/NULL); int64_t L_120 = L_119; RuntimeObject * L_121 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_120); return L_121; } IL_03ad: { String_t* L_122 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int8_t L_123; L_123 = XmlConvert_ToSByte_m1D317979D3A07EE190C49759C0380A90F3480693(L_122, /*hidden argument*/NULL); int8_t L_124 = L_123; RuntimeObject * L_125 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_124); return L_125; } IL_03b9: { String_t* L_126 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); float L_127; L_127 = XmlConvert_ToSingle_mB7AA6B41029E834E22E8F08FA2668F03D0984793(L_126, /*hidden argument*/NULL); float L_128 = L_127; RuntimeObject * L_129 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_128); return L_129; } IL_03c5: { String_t* L_130 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); uint16_t L_131; L_131 = XmlConvert_ToUInt16_m82BEB013A366CECA63B87B4F6D496BD89B644453(L_130, /*hidden argument*/NULL); uint16_t L_132 = L_131; RuntimeObject * L_133 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_132); return L_133; } IL_03d1: { String_t* L_134 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); uint32_t L_135; L_135 = XmlConvert_ToUInt32_m50FF6A2FD226D08DD6E7D63E505FCA43F79FFA55(L_134, /*hidden argument*/NULL); uint32_t L_136 = L_135; RuntimeObject * L_137 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_136); return L_137; } IL_03dd: { String_t* L_138 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); uint64_t L_139; L_139 = XmlConvert_ToUInt64_m515CFB74F3AA9056E29D1B0115CBBDDA8D46FEF0(L_138, /*hidden argument*/NULL); uint64_t L_140 = L_139; RuntimeObject * L_141 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_140); return L_141; } IL_03e9: { String_t* L_142 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Guid_t L_143; L_143 = XmlConvert_ToGuid_mBD0A679D3E6D01FAAFF77FFD8D14244F956B31D8(L_142, /*hidden argument*/NULL); Guid_t L_144 = L_143; RuntimeObject * L_145 = Box(Guid_t_il2cpp_TypeInfo_var, &L_144); return L_145; } IL_03f5: { String_t* L_146 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_147; L_147 = Convert_FromBase64String_mE08CC857316933F99470E768622A623AFF69C98C(L_146, /*hidden argument*/NULL); return (RuntimeObject *)L_147; } IL_03fc: { String_t* L_148 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_149; L_149 = XmlConvert_FromBinHexString_mCC857B0AC4209CEEB34298C199D16454CE13B491(L_148, /*hidden argument*/NULL); return (RuntimeObject *)L_149; } IL_0403: { String_t* L_150 = ___value1; return L_150; } IL_0405: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_151 = ___type0; NullCheck(L_151); Type_t * L_152; L_152 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_151, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_153; L_153 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_152, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_153) { goto IL_0421; } } { String_t* L_154 = ___value1; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_155 = ___type0; NullCheck(L_155); Type_t * L_156; L_156 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_155, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_157; L_157 = Convert_ChangeType_m73EE17D4A3292525A61D24E37099211605242751(L_154, L_156, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_157; } IL_0421: { String_t* L_158 = ___value1; return L_158; } } // System.Void System.Xml.Serialization.XmlCustomFormatter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCustomFormatter__cctor_m781FD1B3F603B153540F2F8F696EE1AE427F3DAB (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*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A0AA3281AD8097F34172BB119D920D00EF23FF8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32C160F8BF4BD5741D98F55E5487C9CD4ED0A921); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41B29E6818EB3DC63FDFF520DBC2B07B4616C31D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43D4BC32C912978CB5A42000324BB5E01F316AC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4437BD97E9EF1504EFFC424F3AF22F53BAE124F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44A2C30EE3C713B4D21FA53CE82508AA974EF69F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral536AD1D6D09E3FF60B110BCF7C61CAC2A6B0D397); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AC99274726A9DE2BFDE72AF9A09B4090D70A00D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AFD3918EA9B0319000EB4A5665DDEB07CCB249B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60A8E46FB58B32469B01DE3ACE927FE91B27EC52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FE1D10402FA73D38B1019624B3D2A5B5C867A30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A0A2392ACF5A7B95F7BEF7E2031663D5C54B568); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral804227437FFBF6A9357C617E09C9B6C0EEBC5105); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D16E9432C04457309BE5660A7FAA2D0E26E3A7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6C3F7BBA285DE996C4023ED62F90C544C0C113); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1F08D0314C64CDEC75E61CB4671CE182F8F39A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF2C12D438B63BDDB45563C56D85460A0AC2B6DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE86D98C6DCF741AC261234D4DD6564807FFD6604); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF055DA8792043562266B190C75E998854771F7DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4A51C3F560CFFF758004A896D0F296062D4D2D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFADD687304F8552C5DEE5C6D3CBD807002BF3720); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC344454A143AB042DC5757AA44FB10C745C1E4D); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral60A8E46FB58B32469B01DE3ACE927FE91B27EC52); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral60A8E46FB58B32469B01DE3ACE927FE91B27EC52); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralB1F08D0314C64CDEC75E61CB4671CE182F8F39A5); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteralB1F08D0314C64CDEC75E61CB4671CE182F8F39A5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralE86D98C6DCF741AC261234D4DD6564807FFD6604); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteralE86D98C6DCF741AC261234D4DD6564807FFD6604); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral06B9DFA12BDAA9D4A99EBF38FF26F14CB054DB63); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral536AD1D6D09E3FF60B110BCF7C61CAC2A6B0D397); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteral536AD1D6D09E3FF60B110BCF7C61CAC2A6B0D397); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral43D4BC32C912978CB5A42000324BB5E01F316AC5); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteral43D4BC32C912978CB5A42000324BB5E01F316AC5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral44A2C30EE3C713B4D21FA53CE82508AA974EF69F); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteral44A2C30EE3C713B4D21FA53CE82508AA974EF69F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral8D16E9432C04457309BE5660A7FAA2D0E26E3A7E); (L_9)->SetAt(static_cast(8), (String_t*)_stringLiteral8D16E9432C04457309BE5660A7FAA2D0E26E3A7E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral4437BD97E9EF1504EFFC424F3AF22F53BAE124F4); (L_10)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral4437BD97E9EF1504EFFC424F3AF22F53BAE124F4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralAD6C3F7BBA285DE996C4023ED62F90C544C0C113); (L_11)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteralAD6C3F7BBA285DE996C4023ED62F90C544C0C113); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralFC344454A143AB042DC5757AA44FB10C745C1E4D); (L_12)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteralFC344454A143AB042DC5757AA44FB10C745C1E4D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralF4A51C3F560CFFF758004A896D0F296062D4D2D8); (L_13)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteralF4A51C3F560CFFF758004A896D0F296062D4D2D8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1A0AA3281AD8097F34172BB119D920D00EF23FF8); (L_14)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral1A0AA3281AD8097F34172BB119D920D00EF23FF8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral6FE1D10402FA73D38B1019624B3D2A5B5C867A30); (L_15)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral6FE1D10402FA73D38B1019624B3D2A5B5C867A30); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral5AC99274726A9DE2BFDE72AF9A09B4090D70A00D); (L_16)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral5AC99274726A9DE2BFDE72AF9A09B4090D70A00D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralDF2C12D438B63BDDB45563C56D85460A0AC2B6DF); (L_17)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteralDF2C12D438B63BDDB45563C56D85460A0AC2B6DF); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteralFADD687304F8552C5DEE5C6D3CBD807002BF3720); (L_18)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteralFADD687304F8552C5DEE5C6D3CBD807002BF3720); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral41B29E6818EB3DC63FDFF520DBC2B07B4616C31D); (L_19)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral41B29E6818EB3DC63FDFF520DBC2B07B4616C31D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral5AFD3918EA9B0319000EB4A5665DDEB07CCB249B); (L_20)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral5AFD3918EA9B0319000EB4A5665DDEB07CCB249B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteralF055DA8792043562266B190C75E998854771F7DE); (L_21)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteralF055DA8792043562266B190C75E998854771F7DE); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral804227437FFBF6A9357C617E09C9B6C0EEBC5105); (L_22)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteral804227437FFBF6A9357C617E09C9B6C0EEBC5105); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral32C160F8BF4BD5741D98F55E5487C9CD4ED0A921); (L_23)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral32C160F8BF4BD5741D98F55E5487C9CD4ED0A921); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral7A0A2392ACF5A7B95F7BEF7E2031663D5C54B568); (L_24)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral7A0A2392ACF5A7B95F7BEF7E2031663D5C54B568); ((XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var))->set_allTimeFormats_0(L_24); 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.XmlDateTimeConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDateTimeConverter__ctor_m3FE81AC8A54103061A8BB189B171C33EB2417DFE (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * L_1 = (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D *)il2cpp_codegen_object_new(XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D_il2cpp_TypeInfo_var); XmlDateTimeConverter__ctor_m3FE81AC8A54103061A8BB189B171C33EB2417DFE(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.Xml.Schema.XmlDateTimeConverter::ToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlDateTimeConverter_ToDateTime_mE95602D7AA5611DB7208788E6D3736996B9F627D (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = XmlBaseConverter_DateTimeOffsetToDateTime_m2D0EEEB753897764A14EF5D09AAC9FB96C58F031(L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.Xml.Schema.XmlDateTimeConverter::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlDateTimeConverter_ToDateTime_m6A382CF047D081FF86C56410064111E4643F0402 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTime_m6A382CF047D081FF86C56410064111E4643F0402_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)19)))) { case 0: { goto IL_0043; } case 1: { goto IL_003c; } case 2: { goto IL_0066; } case 3: { goto IL_005f; } case 4: { goto IL_0058; } case 5: { goto IL_004a; } case 6: { goto IL_0051; } } } { goto IL_006d; } IL_003c: { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = XmlBaseConverter_StringToDate_m3D1181332BD1441B5FAF706C647D967AE347F8F2(L_4, /*hidden argument*/NULL); return L_5; } IL_0043: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = XmlBaseConverter_StringToTime_m2D2775BBA24A5F2B23FBA78E8D2FA0B78B916A0D(L_6, /*hidden argument*/NULL); return L_7; } IL_004a: { String_t* L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = XmlBaseConverter_StringToGDay_mDD7FDFEF2CE28105B431E00B05B9E225B4811317(L_8, /*hidden argument*/NULL); return L_9; } IL_0051: { String_t* L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; L_11 = XmlBaseConverter_StringToGMonth_m22E2BAAB8003DDBCEC99C990A4DA13247381B103(L_10, /*hidden argument*/NULL); return L_11; } IL_0058: { String_t* L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = XmlBaseConverter_StringToGMonthDay_mAC645C01B7F056EC1253302767E75EABB0562F17(L_12, /*hidden argument*/NULL); return L_13; } IL_005f: { String_t* L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = XmlBaseConverter_StringToGYear_mFF85F28FAE9BFD47BEFE8CEC497162FA6E0F3EC4(L_14, /*hidden argument*/NULL); return L_15; } IL_0066: { String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = XmlBaseConverter_StringToGYearMonth_mAA46931002B832302849499116C363C220E8D359(L_16, /*hidden argument*/NULL); return L_17; } IL_006d: { String_t* L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19; L_19 = XmlBaseConverter_StringToDateTime_m292C7264C436B8660A058DA997AC9A8D50A9D967(L_18, /*hidden argument*/NULL); return L_19; } } // System.DateTime System.Xml.Schema.XmlDateTimeConverter::ToDateTime(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlDateTimeConverter_ToDateTime_m1B47F88C5CCBDB3C9E2359B285FAB3A0CC841B55 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTime_m1B47F88C5CCBDB3C9E2359B285FAB3A0CC841B55_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_7, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0043; } } { RuntimeObject * L_11 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12; L_12 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(37 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.DateTimeOffset) */, __this, ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_11, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))))); return L_12; } IL_0043: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { RuntimeObject * L_16 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))); return L_17; } IL_005d: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0076; } } { RuntimeObject * L_21 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = VirtFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_22; } IL_0076: { RuntimeObject * L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_25; L_25 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_23, L_24, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_25, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlDateTimeConverter::ToDateTimeOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlDateTimeConverter_ToDateTimeOffset_m1C32839651A9959219B8FCD8309352B406EE2D17 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1; memset((&L_1), 0, sizeof(L_1)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTimeOffset System.Xml.Schema.XmlDateTimeConverter::ToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlDateTimeConverter_ToDateTimeOffset_mFEB682BDE59F541D946CE5C8EA2A005BA2F0DFBA (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTimeOffset_mFEB682BDE59F541D946CE5C8EA2A005BA2F0DFBA_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)19)))) { case 0: { goto IL_0043; } case 1: { goto IL_003c; } case 2: { goto IL_0066; } case 3: { goto IL_005f; } case 4: { goto IL_0058; } case 5: { goto IL_004a; } case 6: { goto IL_0051; } } } { goto IL_006d; } IL_003c: { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_5; L_5 = XmlBaseConverter_StringToDateOffset_m5005447B6F47A28718314D10E4CFFC4996EEFEE2(L_4, /*hidden argument*/NULL); return L_5; } IL_0043: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_7; L_7 = XmlBaseConverter_StringToTimeOffset_m8412CC3F2B096D462BDBB0128CAF4B2B9C31126A(L_6, /*hidden argument*/NULL); return L_7; } IL_004a: { String_t* L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_9; L_9 = XmlBaseConverter_StringToGDayOffset_m156D0DD968AC10A95DEC64B05F01C52783CA40D8(L_8, /*hidden argument*/NULL); return L_9; } IL_0051: { String_t* L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_11; L_11 = XmlBaseConverter_StringToGMonthOffset_m9D49BE7D26FB2D52FC37AE9D1F2EE432C2B685CF(L_10, /*hidden argument*/NULL); return L_11; } IL_0058: { String_t* L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_13; L_13 = XmlBaseConverter_StringToGMonthDayOffset_m6B8047D45F00B0CEA8836A6DB8C2BB144E64E66F(L_12, /*hidden argument*/NULL); return L_13; } IL_005f: { String_t* L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_15; L_15 = XmlBaseConverter_StringToGYearOffset_m4EAE444EB0ABA68CCDE466A17D6B384D0E3816B0(L_14, /*hidden argument*/NULL); return L_15; } IL_0066: { String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_17; L_17 = XmlBaseConverter_StringToGYearMonthOffset_m47B2BCB0C9D3170D0A5420D863498A28CF07804D(L_16, /*hidden argument*/NULL); return L_17; } IL_006d: { String_t* L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_19; L_19 = XmlBaseConverter_StringToDateTimeOffset_mE225170F39C0FF878E5A08B75476AB6F5F319B9B(L_18, /*hidden argument*/NULL); return L_19; } } // System.DateTimeOffset System.Xml.Schema.XmlDateTimeConverter::ToDateTimeOffset(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlDateTimeConverter_ToDateTimeOffset_m45F6183A59FF14BD056DECBF3C91B2916707EAFA (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTimeOffset_m45F6183A59FF14BD056DECBF3C91B2916707EAFA_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { RuntimeObject * L_7 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_8; L_8 = VirtFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(40 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.DateTime) */, __this, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_7, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))))); return L_8; } IL_002f: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0043; } } { RuntimeObject * L_12 = ___value0; return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_12, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } IL_0043: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { RuntimeObject * L_16 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_17; L_17 = VirtFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , String_t* >::Invoke(41 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))); return L_17; } IL_005d: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007b; } } { RuntimeObject * L_21 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = VirtFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_23; L_23 = DateTimeOffset_op_Implicit_mB847AA80CEF4E09BD1F860A7481A550851390301(L_22, /*hidden argument*/NULL); return L_23; } IL_007b: { RuntimeObject * L_24 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_26; L_26 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_24, L_25, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_26, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlDateTimeConverter::ToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDateTimeConverter_ToString_m8DAC310EB8485298A43A10D073469BEDE18E36FB (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)19)))) { case 0: { goto IL_0035; } case 1: { goto IL_002e; } case 2: { goto IL_0058; } case 3: { goto IL_0051; } case 4: { goto IL_004a; } case 5: { goto IL_003c; } case 6: { goto IL_0043; } } } { goto IL_005f; } IL_002e: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlBaseConverter_DateToString_m9C33F44FEBB72024697EC4BB007BB2F74AD843F2(L_2, /*hidden argument*/NULL); return L_3; } IL_0035: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlBaseConverter_TimeToString_m71A0037469A875BE76788E268723EF2D5974B4E9(L_4, /*hidden argument*/NULL); return L_5; } IL_003c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_7; L_7 = XmlBaseConverter_GDayToString_mEF87621CC993E280DF81C38721E8F5CF73F1AE26(L_6, /*hidden argument*/NULL); return L_7; } IL_0043: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_9; L_9 = XmlBaseConverter_GMonthToString_m851575F8F977AFB1448166D455FB943743255F23(L_8, /*hidden argument*/NULL); return L_9; } IL_004a: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_11; L_11 = XmlBaseConverter_GMonthDayToString_mA12DB427304DF489DDE7CAF897884D89B95A1378(L_10, /*hidden argument*/NULL); return L_11; } IL_0051: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlBaseConverter_GYearToString_mFC6426D8779DC538316B38C1F621E3A17E51A5AE(L_12, /*hidden argument*/NULL); return L_13; } IL_0058: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_15; L_15 = XmlBaseConverter_GYearMonthToString_m5C581ECE3F5DE825B4DE80D56CF9324091552F09(L_14, /*hidden argument*/NULL); return L_15; } IL_005f: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_17; L_17 = XmlBaseConverter_DateTimeToString_mA5CA6F4539126A06CC75688D89995886C9758AE3(L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Xml.Schema.XmlDateTimeConverter::ToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDateTimeConverter_ToString_m691DBFE34788BF4603DA80C1704C67D52C958BF3 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)19)))) { case 0: { goto IL_0035; } case 1: { goto IL_002e; } case 2: { goto IL_0058; } case 3: { goto IL_0051; } case 4: { goto IL_004a; } case 5: { goto IL_003c; } case 6: { goto IL_0043; } } } { goto IL_005f; } IL_002e: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlBaseConverter_DateOffsetToString_m80F3129D11E3674B43E91CB09D21D7051360C322(L_2, /*hidden argument*/NULL); return L_3; } IL_0035: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlBaseConverter_TimeOffsetToString_mA151EF043865A3DA5DA241EBE9F233EB6C5C2E68(L_4, /*hidden argument*/NULL); return L_5; } IL_003c: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_7; L_7 = XmlBaseConverter_GDayOffsetToString_m556758003A124EBBF05669B30716DFF541CFE1A3(L_6, /*hidden argument*/NULL); return L_7; } IL_0043: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_9; L_9 = XmlBaseConverter_GMonthOffsetToString_m744FE533D907164BCD30965DB2E5C9CF58E11D79(L_8, /*hidden argument*/NULL); return L_9; } IL_004a: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_11; L_11 = XmlBaseConverter_GMonthDayOffsetToString_m02F99ADEFFDB610A8CAD9E74DF768603C020CB3F(L_10, /*hidden argument*/NULL); return L_11; } IL_0051: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlBaseConverter_GYearOffsetToString_m253B9FB9BC7680253F82812FEC511FFE53085C36(L_12, /*hidden argument*/NULL); return L_13; } IL_0058: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_15; L_15 = XmlBaseConverter_GYearMonthOffsetToString_m5E79E24ACEBD6260D6D4217E207FF2051D974FD1(L_14, /*hidden argument*/NULL); return L_15; } IL_005f: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_17; L_17 = XmlBaseConverter_DateTimeOffsetToString_m17D782548BC66E0DCFB00419B2D910D7F64839D9(L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Xml.Schema.XmlDateTimeConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDateTimeConverter_ToString_m5949376999F507A25BEF605B47E7EC52E9EF1C3F (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToString_m5949376999F507A25BEF605B47E7EC52E9EF1C3F_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { RuntimeObject * L_7 = ___value0; String_t* L_8; L_8 = VirtFuncInvoker1< String_t*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(49 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTime) */, __this, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_7, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))))); return L_8; } IL_002f: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0049; } } { RuntimeObject * L_12 = ___value0; String_t* L_13; L_13 = VirtFuncInvoker1< String_t*, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(50 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTimeOffset) */, __this, ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_12, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))))); return L_13; } IL_0049: { Type_t * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_15 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005d; } } { RuntimeObject * L_17 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)); } IL_005d: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0076; } } { RuntimeObject * L_21 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_22; } IL_0076: { RuntimeObject * L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_25 = ___nsResolver1; RuntimeObject * L_26; L_26 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_23, L_24, L_25); return ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlDateTimeConverter::ChangeType(System.DateTime,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlDateTimeConverter_ChangeType_m090C368E3DCCBD30CB75FDD1259C152CFA0564AD (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_m090C368E3DCCBD30CB75FDD1259C152CFA0564AD_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003d; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = L_10; RuntimeObject * L_12 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_003d: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0057; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_17; L_17 = VirtFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(40 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.DateTime) */, __this, L_16); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_18 = L_17; RuntimeObject * L_19 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0057: { Type_t * L_20 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_006c; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23 = ___value0; String_t* L_24; L_24 = VirtFuncInvoker1< String_t*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(49 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTime) */, __this, L_23); return L_24; } IL_006c: { Type_t * L_25 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_26 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27; L_27 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0086; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_28; L_28 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_30 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_30, L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_0086: { Type_t * L_31 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_32 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00a0; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_34; L_34 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_36 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_36, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_00a0: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_37 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_38 = L_37; RuntimeObject * L_39 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_38); Type_t * L_40 = ___destinationType1; RuntimeObject * L_41; L_41 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_39, L_40, (RuntimeObject*)NULL); return L_41; } } // System.Object System.Xml.Schema.XmlDateTimeConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0051; } } { String_t* L_12 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, __this, L_12); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = L_13; RuntimeObject * L_15 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_0051: { Type_t * L_16 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_17 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006b; } } { String_t* L_19 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_20; L_20 = VirtFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , String_t* >::Invoke(41 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.String) */, __this, L_19); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_21 = L_20; RuntimeObject * L_22 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_21); return L_22; } IL_006b: { Type_t * L_23 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_007a; } } { String_t* L_26 = ___value0; return L_26; } IL_007a: { Type_t * L_27 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0094; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_30; L_30 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_31 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_32 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_32, L_30, L_31, /*hidden argument*/NULL); return L_32; } IL_0094: { Type_t * L_33 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_34 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00ae; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_36; L_36 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_37 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_38 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_38, L_36, L_37, /*hidden argument*/NULL); return L_38; } IL_00ae: { String_t* L_39 = ___value0; Type_t * L_40 = ___destinationType1; RuntimeObject* L_41 = ___nsResolver2; RuntimeObject * L_42; L_42 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_39, L_40, L_41); return L_42; } } // System.Object System.Xml.Schema.XmlDateTimeConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0058; } } { RuntimeObject * L_14 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = VirtFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, __this, L_14); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = L_15; RuntimeObject * L_17 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_16); return L_17; } IL_0058: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0072; } } { RuntimeObject * L_21 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_22; L_22 = VirtFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , RuntimeObject * >::Invoke(42 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.Object) */, __this, L_21); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_23 = L_22; RuntimeObject * L_24 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_23); return L_24; } IL_0072: { Type_t * L_25 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_26 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27; L_27 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0088; } } { RuntimeObject * L_28 = ___value0; RuntimeObject* L_29 = ___nsResolver2; String_t* L_30; L_30 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_28, L_29); return L_30; } IL_0088: { Type_t * L_31 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_32 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_010b; } } { Type_t * L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_35 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_36; L_36 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00b4; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_37; L_37 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_38 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_39 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_39, L_37, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_38, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_39; } IL_00b4: { Type_t * L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_41 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00d8; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_44 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_45 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_44, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); RuntimeObject * L_46 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_45); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_47 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_47, L_43, L_46, /*hidden argument*/NULL); return L_47; } IL_00d8: { Type_t * L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_49 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_50; L_50 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_00f7; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_51; L_51 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_52 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_53 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_53, L_51, ((String_t*)CastclassSealed((RuntimeObject*)L_52, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_53; } IL_00f7: { Type_t * L_54 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_55 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_56; L_56 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_010b; } } { RuntimeObject * L_57 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_57, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_010b: { Type_t * L_58 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_59 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_60; L_60 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_018e; } } { Type_t * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_62 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_63; L_63 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_61, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_0137; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_64; L_64 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_65 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_66 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_66, L_64, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_65, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_66; } IL_0137: { Type_t * L_67 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_68 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_69; L_69 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_67, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_015b; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_70; L_70 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_71 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_72 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_71, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); RuntimeObject * L_73 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_72); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_74 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_74, L_70, L_73, /*hidden argument*/NULL); return L_74; } IL_015b: { Type_t * L_75 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_76 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_77; L_77 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_75, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_017a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_78; L_78 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_79 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_80 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_80, L_78, ((String_t*)CastclassSealed((RuntimeObject*)L_79, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_80; } IL_017a: { Type_t * L_81 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_82 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_83; L_83 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_81, L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_018e; } } { RuntimeObject * L_84 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_84, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_018e: { RuntimeObject * L_85 = ___value0; Type_t * L_86 = ___destinationType1; RuntimeObject* L_87 = ___nsResolver2; RuntimeObject * L_88; L_88 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_85, L_86, L_87); return L_88; } } #ifdef __clang__ #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.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc3; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___version0; bool L_2; L_2 = XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787(__this, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } { String_t* L_3; L_3 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC84E568C2748F9FEA10B49CBF3076D4B6DA24940)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662_RuntimeMethod_var))); } IL_0021: { String_t* L_5 = ___standalone2; if (!L_5) { goto IL_0061; } } { String_t* L_6 = ___standalone2; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0061; } } { String_t* L_8 = ___standalone2; bool L_9; L_9 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_8, _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); if (!L_9) { goto IL_0061; } } { String_t* L_10 = ___standalone2; bool L_11; L_11 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_10, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/NULL); if (!L_11) { goto IL_0061; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (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_13 = L_12; String_t* L_14 = ___standalone2; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); String_t* L_15; L_15 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5750306EEF268CDF7C94C9DB0356DB272D8B5C1)), L_13, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662_RuntimeMethod_var))); } IL_0061: { String_t* L_17 = ___encoding1; XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52(__this, L_17, /*hidden argument*/NULL); String_t* L_18 = ___standalone2; XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C(__this, L_18, /*hidden argument*/NULL); String_t* L_19 = ___version0; XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline(__this, L_19, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlDeclaration::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Version(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_version_2(L_0); return; } } // System.String System.Xml.XmlDeclaration::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_3(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, 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; } XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * G_B2_0 = NULL; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_encoding_3(G_B3_0); return; } } // System.String System.Xml.XmlDeclaration::get_Standalone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_4(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, 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*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000f; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_standalone_4(L_1); return; } IL_000f: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0031; } } { String_t* L_4 = ___value0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); if (L_5) { goto IL_0031; } } { String_t* L_6 = ___value0; bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/NULL); if (!L_7) { goto IL_0039; } } IL_0031: { String_t* L_8 = ___value0; __this->set_standalone_4(L_8); return; } IL_0039: { 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 = ___value0; 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*)&_stringLiteralD5750306EEF268CDF7C94C9DB0356DB272D8B5C1)), L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C_RuntimeMethod_var))); } } // System.String System.Xml.XmlDeclaration::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Value_mC604235E8B5E558974144843BAC6AFEB6ACFAA09 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Value_m379201DC1F929CB66069B592CEC28D80CC44C324 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(34 /* System.Void System.Xml.XmlNode::set_InnerText(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlDeclaration::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_InnerText_m408E6654FE03635650ADD99E74E0E6952F79C27E (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, 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*)&_stringLiteral3AFC0DE819870B50AA0F59F4823CD7064A39BC72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA849558816A84F373F471C0275248DA08F91A4A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF67CF5B59E32B552C2C143E0A3990B9794C84DA7); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { String_t* L_0; L_0 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(__this, /*hidden argument*/NULL); String_t* L_1; L_1 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteralF67CF5B59E32B552C2C143E0A3990B9794C84DA7, L_0, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3; L_3 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_004e; } } { StringBuilder_t * L_5 = V_0; NullCheck(L_5); StringBuilder_t * L_6; L_6 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, _stringLiteralA849558816A84F373F471C0275248DA08F91A4A6, /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; String_t* L_8; L_8 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_7, L_8, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); } IL_004e: { String_t* L_12; L_12 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0081; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteral3AFC0DE819870B50AA0F59F4823CD7064A39BC72, /*hidden argument*/NULL); StringBuilder_t * L_16 = V_0; String_t* L_17; L_17 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); } IL_0081: { StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); return L_22; } } // System.Void System.Xml.XmlDeclaration::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; String_t* L_0; L_0 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); V_3 = L_0; String_t* L_1; L_1 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); V_4 = L_1; String_t* L_2; L_2 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(__this, /*hidden argument*/NULL); V_5 = L_2; String_t* L_3 = ___value0; XmlLoader_ParseXmlDeclarationValue_m7D60DB334B178D6E87C7D079308CA8C0696D13EB(L_3, (String_t**)(&V_0), (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL); } IL_0029: try { // begin try (depth: 1) { String_t* L_4 = V_0; if (!L_4) { goto IL_0045; } } IL_002c: { String_t* L_5 = V_0; bool L_6; L_6 = XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787(__this, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0045; } } IL_0035: { String_t* L_7; L_7 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC84E568C2748F9FEA10B49CBF3076D4B6DA24940)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0_RuntimeMethod_var))); } IL_0045: { String_t* L_9 = V_0; XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline(__this, L_9, /*hidden argument*/NULL); String_t* L_10 = V_1; if (!L_10) { goto IL_0056; } } IL_004f: { String_t* L_11 = V_1; XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52(__this, L_11, /*hidden argument*/NULL); } IL_0056: { String_t* L_12 = V_2; if (!L_12) { goto IL_0060; } } IL_0059: { String_t* L_13 = V_2; XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C(__this, L_13, /*hidden argument*/NULL); } IL_0060: { goto IL_007c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0062; } throw e; } CATCH_0062: { // begin catch(System.Object) String_t* L_14 = V_3; XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52(__this, L_14, /*hidden argument*/NULL); String_t* L_15 = V_4; XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C(__this, L_15, /*hidden argument*/NULL); String_t* L_16 = V_5; XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline(__this, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0_RuntimeMethod_var))); } // end catch (depth: 1) IL_007c: { return; } } // System.String System.Xml.XmlDeclaration::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Name_m376F6CF0D90F4A5DE9F9C4DF7F30EFE0CC10AE3B (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } { return _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; } } // System.String System.Xml.XmlDeclaration::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_LocalName_m7FF4662F0C5D12DEE46ECD2331EE21E466C252FF (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, __this); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlDeclaration::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDeclaration_get_NodeType_mF80705252DE5B3182F5902A416AB65E64F638199 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.Xml.XmlNode System.Xml.XmlDeclaration::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDeclaration_CloneNode_mB7140AF3405CA3D7108DB1DC711A5D0726C83E0D (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); String_t* L_3; L_3 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_4; L_4 = VirtFuncInvoker3< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.Xml.XmlDeclaration::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_WriteTo_m8FD6197BAAB2D91DAA8FE0749CCA8170AAF57FFB (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, __this); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); NullCheck(L_0); VirtActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlDeclaration::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_WriteContentTo_m1C67CC922F904FD6F5C44AB16A2B48E935AA438D (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___ver0, const RuntimeMethod* method) { { String_t* L_0 = ___ver0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)3))) { goto IL_002f; } } { String_t* L_2 = ___ver0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)49))))) { goto IL_002f; } } { String_t* L_4 = ___ver0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)46))))) { goto IL_002f; } } { String_t* L_6 = ___ver0; String_t* L_7 = ___ver0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); bool L_9; L_9 = XmlCharType_IsOnlyDigits_mDDDB9F04F65B7A2CB08FBA3D47DC8F5118B3C412(L_6, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL); return L_9; } IL_002f: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_mD3CBE6ACBBCB1A3F2C75B2A65612FA0B80EE2C80 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nt0; XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_1 = (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 *)il2cpp_codegen_object_new(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59_il2cpp_TypeInfo_var); XmlImplementation__ctor_m02BACC3AFEBF8E1F973D793E33E1FE174BDD5104(L_1, L_0, /*hidden argument*/NULL); XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___imp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_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*)&_stringLiteral26E478A40A804C5FF9FB7A90DCD4F5E8539E8E38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral791879DECB3477AD61FF2F50186DCF089516C2FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE6A4511D58A9B6C235D9E76F3BADFD11EFD8892); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520); s_Il2CppMethodInitialized = true; } XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * V_0 = NULL; { XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36(__this, /*hidden argument*/NULL); XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = ___imp0; __this->set_implementation_1(L_0); DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * L_1 = (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB *)il2cpp_codegen_object_new(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB_il2cpp_TypeInfo_var); DomNameTable__ctor_mE7B9FF131B02128A611A35B7F8BCFCB5D40BA268(L_1, __this, /*hidden argument*/NULL); __this->set_domNameTable_2(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(__this, /*hidden argument*/NULL); V_0 = L_2; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3 = V_0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_3); String_t* L_5; L_5 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_4); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, _stringLiteralCE6A4511D58A9B6C235D9E76F3BADFD11EFD8892); __this->set_strDocumentName_21(L_7); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, _stringLiteral791879DECB3477AD61FF2F50186DCF089516C2FA); __this->set_strDocumentFragmentName_22(L_9); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, _stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901); __this->set_strCommentName_23(L_11); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_12, _stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4); __this->set_strTextName_24(L_13); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_14, _stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655); __this->set_strCDataSectionName_25(L_15); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_16, _stringLiteral26E478A40A804C5FF9FB7A90DCD4F5E8539E8E38); __this->set_strEntityName_26(L_17); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_18, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); __this->set_strID_27(L_19); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_20 = V_0; NullCheck(L_20); String_t* L_21; L_21 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_20, _stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520); __this->set_strNonSignificantWhitespaceName_33(L_21); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_22 = V_0; NullCheck(L_22); String_t* L_23; L_23 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_22, _stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C); __this->set_strSignificantWhitespaceName_34(L_23); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_24, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); __this->set_strXmlns_28(L_25); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_26 = V_0; NullCheck(L_26); String_t* L_27; L_27 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_26, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); __this->set_strXml_29(L_27); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_28 = V_0; NullCheck(L_28); String_t* L_29; L_29 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_28, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); __this->set_strSpace_30(L_29); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_30 = V_0; NullCheck(L_30); String_t* L_31; L_31 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_30, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); __this->set_strLang_31(L_31); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_32 = V_0; NullCheck(L_32); String_t* L_33; L_33 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_32, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); __this->set_strReservedXmlns_35(L_33); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_34 = V_0; NullCheck(L_34); String_t* L_35; L_35 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_34, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); __this->set_strReservedXml_36(L_35); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_36 = V_0; String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_36); String_t* L_38; L_38 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_36, L_37); __this->set_strEmpty_32(L_38); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_baseURI_37(L_39); RuntimeObject * L_40 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_40, /*hidden argument*/NULL); __this->set_objLock_40(L_40); return; } } // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_7(); return L_0; } } // System.Void System.Xml.XmlDocument::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_7(L_0); return; } } // System.Void System.Xml.XmlDocument::CheckName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_CheckName_m6394DDD0AB1FE4C184EB3E15E420727B681C608A (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNmtoken_m38061EA2885294FBE43A1A710886DC056C087C3C(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0023; } } { String_t* L_5 = ___name0; int32_t L_6 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7; L_7 = XmlException_BuildCharExceptionArgs_m6B1DE4874CB2E413D1DE40B49205BB5EFB34642A(L_5, L_6, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_8 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_CheckName_m6394DDD0AB1FE4C184EB3E15E420727B681C608A_RuntimeMethod_var))); } IL_0023: { return; } } // System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { { DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * L_0 = __this->get_domNameTable_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; RuntimeObject* L_4 = ___schemaInfo3; NullCheck(L_0); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = DomNameTable_AddName_m9F623ED9BC5401D68468EB308D68EB57769F299E(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetXmlName_mD9C1633744B07D015851CFBC4285AB87B50278DD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { { DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * L_0 = __this->get_domNameTable_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; RuntimeObject* L_4 = ___schemaInfo3; NullCheck(L_0); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = DomNameTable_GetName_m39FD5222CE72D342DA17937F3A7EF2B1E180C61C(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t G_B6_0 = 0; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; RuntimeObject* L_3 = ___schemaInfo3; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; bool L_5; L_5 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0070; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_8, /*hidden argument*/NULL); V_2 = L_9; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_10, /*hidden argument*/NULL); V_3 = L_11; RuntimeObject * L_12 = V_1; String_t* L_13 = __this->get_strXmlns_28(); if ((((RuntimeObject*)(RuntimeObject *)L_12) == ((RuntimeObject*)(String_t*)L_13))) { goto IL_0049; } } { RuntimeObject * L_14 = V_1; String_t* L_15 = __this->get_strEmpty_32(); if ((!(((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(String_t*)L_15)))) { goto IL_0046; } } { RuntimeObject * L_16 = V_3; String_t* L_17 = __this->get_strXmlns_28(); G_B6_0 = ((((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(String_t*)L_17))? 1 : 0); goto IL_004a; } IL_0046: { G_B6_0 = 0; goto IL_004a; } IL_0049: { G_B6_0 = 1; } IL_004a: { RuntimeObject * L_18 = V_2; String_t* L_19 = __this->get_strReservedXmlns_35(); if (!((int32_t)((int32_t)G_B6_0^(int32_t)((((RuntimeObject*)(RuntimeObject *)L_18) == ((RuntimeObject*)(String_t*)L_19))? 1 : 0)))) { goto IL_0070; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = (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_21 = L_20; String_t* L_22 = ___namespaceURI2; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral033D1A6AEAFA549F3817926A246C7A61244A174C)), L_21, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_24 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57_RuntimeMethod_var))); } IL_0070: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_25 = V_0; return L_25; } } // System.Boolean System.Xml.XmlDocument::AddIdInfo(System.Xml.XmlName,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_AddIdInfo_m0317D8BC240E156E59B96015FD3F724F9223CBF2 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___attrName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIDAttrDecl_6(); if (!L_0) { goto IL_0016; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_htElementIDAttrDecl_6(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_2 = ___eleName0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); if (L_3) { goto IL_0038; } } IL_0016: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_htElementIDAttrDecl_6(); if (L_4) { goto IL_0029; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); __this->set_htElementIDAttrDecl_6(L_5); } IL_0029: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_htElementIDAttrDecl_6(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = ___eleName0; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8 = ___attrName1; NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_8); return (bool)1; } IL_0038: { return (bool)0; } } // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement__mDB0E931FEEAB1E776DD3F1940C2FFD5A85B0ABFE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, 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*)&XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_0 = NULL; { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___eleName0; NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_0, /*hidden argument*/NULL); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_2 = ___eleName0; NullCheck(L_2); String_t* L_3; L_3 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = XmlDocument_GetXmlName_mD9C1633744B07D015851CFBC4285AB87B50278DD(__this, L_1, L_3, L_4, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = V_0; if (!L_6) { goto IL_002e; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_htElementIDAttrDecl_6(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8 = V_0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); return ((XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)CastclassClass((RuntimeObject*)L_9, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var)); } IL_002e: { return (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)NULL; } } // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIDAttrDecl_6(); if (L_0) { goto IL_000a; } } { return (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)NULL; } IL_000a: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_1 = ___eleName0; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_2; L_2 = XmlDocument_GetIDInfoByElement__mDB0E931FEEAB1E776DD3F1940C2FFD5A85B0ABFE(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elementList0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, 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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_2 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_3 = NULL; RuntimeObject* V_4 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___elementList0; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_1 = L_2; } IL_000d: try { // begin try (depth: 1) { goto IL_003f; } IL_000f: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_4, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var)); WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_5 = V_2; NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_5); if (L_6) { goto IL_002d; } } IL_0023: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_8 = V_2; NullCheck(L_7); int32_t L_9; L_9 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); goto IL_003f; } IL_002d: { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11; L_11 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_10); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_12 = ___elem1; if ((!(((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_11, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)L_12)))) { goto IL_003f; } } IL_003b: { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_13 = V_2; V_3 = L_13; IL2CPP_LEAVE(0x9B, FINALLY_0049); } IL_003f: { RuntimeObject* L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_000f; } } IL_0047: { IL2CPP_LEAVE(0x5D, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_005c; } } IL_0055: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_005c: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9B, IL_009b) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = V_0; NullCheck(L_19); RuntimeObject* L_20; L_20 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_19); V_1 = L_20; } IL_0064: try { // begin try (depth: 1) { goto IL_007b; } IL_0066: { RuntimeObject* L_21 = V_1; NullCheck(L_21); RuntimeObject * L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); V_5 = ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_22, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23 = ___elementList0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_24 = V_5; NullCheck(L_23); VirtActionInvoker1< RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_23, L_24); } IL_007b: { RuntimeObject* L_25 = V_1; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_0066; } } IL_0083: { IL2CPP_LEAVE(0x99, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) { RuntimeObject* L_27 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_4; if (!L_28) { goto IL_0098; } } IL_0091: { RuntimeObject* L_29 = V_4; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_29); } IL_0098: { IL2CPP_END_FINALLY(133) } } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x99, IL_0099) } IL_0099: { return (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)NULL; } IL_009b: { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_30 = V_3; return L_30; } } // System.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIdMap_5(); if (!L_0) { goto IL_0016; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_htElementIdMap_5(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3; L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(17 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (L_3) { goto IL_004a; } } IL_0016: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_htElementIdMap_5(); if (L_4) { goto IL_0029; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); __this->set_htElementIdMap_5(L_5); } IL_0029: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_6, /*hidden argument*/NULL); V_0 = L_6; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_9 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_10; L_10 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_9); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = __this->get_htElementIdMap_5(); String_t* L_12 = ___id0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_0; NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_12, L_13); return; } IL_004a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = __this->get_htElementIdMap_5(); String_t* L_15 = ___id0; NullCheck(L_14); RuntimeObject * L_16; L_16 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_15); V_1 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_16, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_18 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_19; L_19 = XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD(__this, L_17, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0073; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_20 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_21 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_22 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_22, L_21, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_23; L_23 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_22); } IL_0073: { return; } } // System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, 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 * V_0 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_1 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIdMap_5(); if (!L_0) { goto IL_004f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_htElementIdMap_5(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3; L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(17 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (!L_3) { goto IL_004f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_htElementIdMap_5(); String_t* L_5 = ___id0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); V_0 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_6, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_9; L_9 = XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD(__this, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_10 = V_1; if (!L_10) { goto IL_004f; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = V_0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_12 = V_1; NullCheck(L_11); VirtActionInvoker1< RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_11, L_12); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); if (L_14) { goto IL_004f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = __this->get_htElementIdMap_5(); String_t* L_16 = ___id0; NullCheck(L_15); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_15, L_16); } IL_004f: { return; } } // System.Xml.XmlNode System.Xml.XmlDocument::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_CloneNode_m88F56DA38EF4C13E950C56C1DD4471FCA1A0F2CE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0; L_0 = XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(4 /* System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() */, L_0); V_0 = L_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; String_t* L_3 = __this->get_baseURI_37(); NullCheck(L_2); XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline(L_2, L_3, /*hidden argument*/NULL); bool L_4 = ___deep0; if (!L_4) { goto IL_0024; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_6 = V_0; bool L_7 = ___deep0; NullCheck(L_5); XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(L_5, __this, L_6, L_7, /*hidden argument*/NULL); } IL_0024: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8 = V_0; return L_8; } } // System.Xml.XmlNodeType System.Xml.XmlDocument::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocument_get_NodeType_mC9DB1220AE880F8C69FC7466B383723F70D11DE3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)9)); } } // System.Xml.XmlNode System.Xml.XmlDocument::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_get_ParentNode_m9347599DD7CC027B2A055F52F9F00CC2DCA7838F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlDocument_get_DocumentType_m19FAD07E65620BD8DCE7F07D56061A48F8A0ACC9 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(42 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, ((int32_t)10)); return ((XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *)CastclassClass((RuntimeObject*)L_0, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var)); } } // System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlDocument_get_Declaration_m2E26B596993624FCBD80AB584A513D36627DE56C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Xml.XmlNode::get_HasChildNodes() */, __this); if (!L_0) { goto IL_0014; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); return ((XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)IsInstClass((RuntimeObject*)L_1, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var)); } IL_0014: { return (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)NULL; } } // System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = __this->get_implementation_1(); return L_0; } } // System.String System.Xml.XmlDocument::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_Name_m587ADBC66321C1B135BD2BC551B7038A47FFE1D8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDocumentName_21(); return L_0; } } // System.String System.Xml.XmlDocument::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_LocalName_mD7FB814FB30B7153D84F12B7ABBA6B32BA9BDDF8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDocumentName_21(); return L_0; } } // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(42 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, 1); return ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); } } // System.Boolean System.Xml.XmlDocument::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsContainer_mB7D1B559967C75A424FAD6A98054393215599B5C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlLinkedNode System.Xml.XmlDocument::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlDocument_get_LastNode_m4949608E7CA6EC40905431312F164CA0B4FF6057 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_3(); return L_0; } } // System.Void System.Xml.XmlDocument::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_LastNode_m762F944088FE16F3866C8219D5BF11609372A4C4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_3(L_0); return; } } // System.Xml.XmlDocument System.Xml.XmlDocument::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlDocument_get_OwnerDocument_m99CDF8418F070B7C6F4794557D94263970C257E6 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)NULL; } } // System.Void System.Xml.XmlDocument::set_Schemas(System.Xml.Schema.XmlSchemaSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___value0, const RuntimeMethod* method) { { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_0 = ___value0; __this->set_schemas_8(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_CanReportValidity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_reportValidity_9(); return L_0; } } // System.Boolean System.Xml.XmlDocument::get_HasSetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bSetResolver_39(); return L_0; } } // System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_resolver_38(); return L_0; } } // System.Boolean System.Xml.XmlDocument::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0056; } } { int32_t L_1 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)7))) { case 0: { goto IL_003a; } case 1: { goto IL_003a; } case 2: { goto IL_008a; } case 3: { goto IL_003c; } case 4: { goto IL_008a; } case 5: { goto IL_008a; } case 6: { goto IL_003a; } case 7: { goto IL_003a; } case 8: { goto IL_008a; } case 9: { goto IL_008a; } case 10: { goto IL_0070; } } } { goto IL_008a; } IL_003a: { return (bool)1; } IL_003c: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_2; L_2 = VirtFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_2) { goto IL_0054; } } { String_t* L_3; L_3 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FE25385F8BFC1F8C027A8AD8AECE97C41561D6)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var))); } IL_0054: { return (bool)1; } IL_0056: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_5; L_5 = XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_006e; } } { String_t* L_6; L_6 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06C6EF334A248557A31ACC1740CAA2A6A788ECD5)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var))); } IL_006e: { return (bool)1; } IL_0070: { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_8; L_8 = VirtFuncInvoker0< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * >::Invoke(48 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration() */, __this); if (!L_8) { goto IL_0088; } } { String_t* L_9; L_9 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF06C8F24964E50FF1069A8CEE33E689908FFB7E)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_10 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var))); } IL_0088: { return (bool)1; } IL_008a: { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_mD6DD1BB12BFF7EC4964B6CC2B8BD49AA0295DB5A (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___refNode1; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___refNode1; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); if (!L_2) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___refNode1; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_0 = L_5; goto IL_0033; } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); int32_t L_8 = ___nt0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0028; } } { return (bool)1; } IL_0028: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___refNode1; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_9) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_10))) { goto IL_0036; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_0; NullCheck(L_11); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_11); V_0 = L_12; } IL_0033: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = V_0; if (L_13) { goto IL_001d; } } IL_0036: { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m82B28327382E38DE4D10B7C6130C8CB32A10B081 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___refNode1; V_0 = L_0; goto IL_0016; } IL_0004: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); int32_t L_3 = ___nt0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_000f; } } { return (bool)1; } IL_000f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); V_0 = L_5; } IL_0016: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; if (L_6) { goto IL_0004; } } { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_CanInsertAfter_m253FF71365B6FA747DE1A6D3CA04D8EAF7EBE43F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refChild1, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___refChild1; if (L_0) { goto IL_000b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(17 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); ___refChild1 = L_1; } IL_000b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___refChild1; if (L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___newChild0; NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0053; } } { int32_t L_6 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)7))) { case 0: { goto IL_0045; } case 1: { goto IL_0045; } case 2: { goto IL_0065; } case 3: { goto IL_0047; } case 4: { goto IL_0065; } case 5: { goto IL_0065; } case 6: { goto IL_0045; } case 7: { goto IL_0045; } } } { goto IL_0065; } IL_0045: { return (bool)1; } IL_0047: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___refChild1; bool L_8; L_8 = XmlDocument_HasNodeTypeInPrevSiblings_mD6DD1BB12BFF7EC4964B6CC2B8BD49AA0295DB5A(__this, 1, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0053: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___refChild1; NullCheck(L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10; L_10 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_9); bool L_11; L_11 = XmlDocument_HasNodeTypeInNextSiblings_m82B28327382E38DE4D10B7C6130C8CB32A10B081(__this, ((int32_t)10), L_10, /*hidden argument*/NULL); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_0065: { return (bool)0; } } // System.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m569F3A679B5B54F81F86DAF3144C9EECFEFA5571 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = __this->get_strXmlns_28(); bool L_2; L_2 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { String_t* L_3 = ___prefix0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { String_t* L_5 = ___localName1; String_t* L_6 = __this->get_strXmlns_28(); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } IL_0024: { String_t** L_8 = ___namespaceURI2; String_t* L_9 = __this->get_strReservedXmlns_35(); *((RuntimeObject **)L_8) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9); return; } IL_002d: { String_t* L_10 = ___prefix0; String_t* L_11 = __this->get_strXml_29(); bool L_12; L_12 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0043; } } { String_t** L_13 = ___namespaceURI2; String_t* L_14 = __this->get_strReservedXml_36(); *((RuntimeObject **)L_13) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_14); } IL_0043: { return; } } // System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * XmlDocument_CreateCDataSection_m66D0F6060A5B7729A19E5221D8C5846FF1CA8875 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_fCDataNodesPresent_18((bool)1); String_t* L_0 = ___data0; XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_1 = (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *)il2cpp_codegen_object_new(XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * XmlDocument_CreateComment_m2DF2D18A90FF283A17DDCB9223A8798307D0F32F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_1 = (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *)il2cpp_codegen_object_new(XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlDocument_CreateDocumentType_m3D69C65ED0CDE14A4FC2BC20A7649B847C827C87 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___publicId1; String_t* L_2 = ___systemId2; String_t* L_3 = ___internalSubset3; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_4 = (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *)il2cpp_codegen_object_new(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); XmlDocumentType__ctor_m669F036BB7C7DAF1524DE9B43D5A8D06ED052389(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * XmlDocument_CreateDocumentFragment_m069AA95D3F9374DE987862656313D5CDA15550DD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_0 = (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 *)il2cpp_codegen_object_new(XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4_il2cpp_TypeInfo_var); XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_m80569856067CA84B35C72EE9A263779380BB447C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_1 = NULL; RuntimeObject* V_2 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_7 = NULL; { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0; L_0 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(__this, /*hidden argument*/NULL); V_0 = L_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___elem0; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_2; L_2 = XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_3 = V_1; if (!L_3) { goto IL_00bb; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_4 = V_1; NullCheck(L_4); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_5; L_5 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00bb; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_6 = V_1; NullCheck(L_6); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_7; L_7 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_8; L_8 = Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F_RuntimeMethod_var); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_9 = L_8; RuntimeObject * L_10 = Box(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var, &L_9); V_2 = (RuntimeObject*)L_10; goto IL_00b0; } IL_0033: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_11); V_3 = ((SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var)); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_13 = V_3; NullCheck(L_13); int32_t L_14; L_14 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0050; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_15 = V_3; NullCheck(L_15); int32_t L_16; L_16 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00b0; } } IL_0050: { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_4 = L_17; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_18 = V_3; NullCheck(L_18); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19; L_19 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_19, /*hidden argument*/NULL); V_5 = L_20; String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_6 = L_21; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0083; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_24 = V_3; NullCheck(L_24); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25; L_25 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_25, /*hidden argument*/NULL); V_4 = L_26; goto IL_0098; } IL_0083: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_27 = V_3; NullCheck(L_27); String_t* L_28; L_28 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_27, /*hidden argument*/NULL); V_4 = L_28; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_29 = V_3; NullCheck(L_29); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_30; L_30 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31; L_31 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_30, /*hidden argument*/NULL); V_6 = L_31; } IL_0098: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_32 = V_3; String_t* L_33 = V_4; String_t* L_34 = V_5; String_t* L_35 = V_6; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_36; L_36 = XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B(__this, L_32, L_33, L_34, L_35, /*hidden argument*/NULL); V_7 = L_36; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_37 = ___elem0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_38 = V_7; NullCheck(L_37); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_39; L_39 = VirtFuncInvoker1< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * >::Invoke(48 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_37, L_38); } IL_00b0: { RuntimeObject* L_40 = V_2; NullCheck(L_40); bool L_41; L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_0033; } } IL_00bb: { return; } } // System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0; L_0 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(__this, /*hidden argument*/NULL); V_0 = L_0; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1 = V_0; if (!L_1) { goto IL_003f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2 = ___elem0; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_2); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_4, /*hidden argument*/NULL); G_B2_0 = L_3; if ((((int32_t)L_5) == ((int32_t)1))) { G_B3_0 = L_3; goto IL_0021; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = ___elem0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6); G_B4_0 = L_7; G_B4_1 = G_B2_0; goto IL_0027; } IL_0021: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8 = ___elem0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_8); G_B4_0 = L_9; G_B4_1 = G_B3_0; } IL_0027: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_10, G_B4_1, G_B4_0, /*hidden argument*/NULL); V_1 = L_10; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_11 = V_0; NullCheck(L_11); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_12; L_12 = SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline(L_11, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = V_1; NullCheck(L_12); bool L_14; L_14 = Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286(L_12, L_13, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mCB48F25D4EF4B5BB6B8EB330EBFA3D8A5764B286_RuntimeMethod_var); if (!L_14) { goto IL_003f; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_15 = V_2; return L_15; } IL_003f: { return (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * G_B2_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * G_B1_0 = NULL; { String_t* L_0 = ___attrPrefix1; String_t* L_1 = ___attrLocalname2; XmlDocument_SetDefaultNamespace_m569F3A679B5B54F81F86DAF3144C9EECFEFA5571(__this, L_0, L_1, (String_t**)(&___attrNamespaceURI3), /*hidden argument*/NULL); String_t* L_2 = ___attrPrefix1; String_t* L_3 = ___attrLocalname2; String_t* L_4 = ___attrNamespaceURI3; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5; L_5 = VirtFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(60 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) */, __this, L_2, L_3, L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = L_5; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_7 = ___attdef0; NullCheck(L_7); String_t* L_8; L_8 = SchemaDeclBase_get_DefaultValueRaw_mCC5A7521B07D0FD35EC496D20E078D782E468939(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(35 /* System.Void System.Xml.XmlNode::set_InnerXml(System.String) */, L_6, L_8); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_9 = L_6; V_0 = ((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_9, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_10 = V_0; G_B1_0 = L_9; if (!L_10) { G_B2_0 = L_9; goto IL_0031; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_11 = V_0; NullCheck(L_11); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_11, (bool)0, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_0031: { return G_B2_0; } } // System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * XmlDocument_CreateEntityReference_m1F0F4C37E52298E8E25B324A13D74B50CF23B5D9 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_1 = (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)il2cpp_codegen_object_new(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * XmlDocument_CreateProcessingInstruction_mC4D5A6C3F5AC1D6B5157891237AB624E7AF61080 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___target0; String_t* L_1 = ___data1; XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_2 = (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *)il2cpp_codegen_object_new(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); XmlProcessingInstruction__ctor_mB08CD58B8FC50C36BE6B4715C658A3FD9C4D9ACA(L_2, L_0, L_1, __this, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlDocument_CreateXmlDeclaration_mAE533815A020818A2D1873E15E29771D5199A3F7 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___version0; String_t* L_1 = ___encoding1; String_t* L_2 = ___standalone2; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_3 = (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)il2cpp_codegen_object_new(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * XmlDocument_CreateTextNode_mB4CC3FEE759A703A0BBAB3C4F14AEB36D9F3BB1D (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_1 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * XmlDocument_CreateSignificantWhitespace_m24DEB257DAB8D105AD2773628177EDE52CA12714 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_1 = (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *)il2cpp_codegen_object_new(XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * XmlDocument_CreateWhitespace_mADC257744110308422382A85C60EAEDFDECEDEB0 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_1 = (XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *)il2cpp_codegen_object_new(XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); XmlWhitespace__ctor_m3A108BEE96CE7575F27A1DED29804E41C8B847D0(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, bool ___deep1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; int32_t V_1 = 0; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * V_2 = NULL; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_3 = NULL; { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (L_0) { goto IL_0015; } } { String_t* L_1; L_1 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3FED9B982102FDD475F39E2487268020045A46E)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C_RuntimeMethod_var))); } IL_0015: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_1 = L_4; int32_t L_5 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) { case 0: { goto IL_006d; } case 1: { goto IL_00a2; } case 2: { goto IL_00c9; } case 3: { goto IL_012a; } case 4: { goto IL_0179; } case 5: { goto IL_01a6; } case 6: { goto IL_00ed; } case 7: { goto IL_00db; } case 8: { goto IL_01a6; } case 9: { goto IL_013c; } case 10: { goto IL_0164; } case 11: { goto IL_01a6; } case 12: { goto IL_0188; } case 13: { goto IL_0197; } case 14: { goto IL_01a6; } case 15: { goto IL_01a6; } case 16: { goto IL_0105; } } } { goto IL_01a6; } IL_006d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___node0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_12; L_12 = VirtFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_7, L_9, L_11); V_0 = L_12; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = V_0; XmlDocument_ImportAttributes_mF23984BF03BB546591DB01D6A86C625C9FF577AD(__this, L_13, L_14, /*hidden argument*/NULL); bool L_15 = ___deep1; if (!L_15) { goto IL_01d4; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_0; bool L_18 = ___deep1; XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(__this, L_16, L_17, L_18, /*hidden argument*/NULL); goto IL_01d4; } IL_00a2: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = ___node0; NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_19); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = ___node0; NullCheck(L_21); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_21); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_23 = ___node0; NullCheck(L_23); String_t* L_24; L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_23); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_25; L_25 = VirtFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(59 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_20, L_22, L_24); V_0 = L_25; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_0; XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(__this, L_26, L_27, (bool)1, /*hidden argument*/NULL); goto IL_01d4; } IL_00c9: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = ___node0; NullCheck(L_28); String_t* L_29; L_29 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_28); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_30; L_30 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, __this, L_29); V_0 = L_30; goto IL_01d4; } IL_00db: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31 = ___node0; NullCheck(L_31); String_t* L_32; L_32 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_31); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_33; L_33 = VirtFuncInvoker1< XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *, String_t* >::Invoke(50 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, __this, L_32); V_0 = L_33; goto IL_01d4; } IL_00ed: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_34 = ___node0; NullCheck(L_34); String_t* L_35; L_35 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_34); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_36 = ___node0; NullCheck(L_36); String_t* L_37; L_37 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_36); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_38; L_38 = VirtFuncInvoker2< XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *, String_t*, String_t* >::Invoke(54 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, __this, L_35, L_37); V_0 = L_38; goto IL_01d4; } IL_0105: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_39 = ___node0; V_2 = ((XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)CastclassClass((RuntimeObject*)L_39, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var)); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_40 = V_2; NullCheck(L_40); String_t* L_41; L_41 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(L_40, /*hidden argument*/NULL); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_42 = V_2; NullCheck(L_42); String_t* L_43; L_43 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(L_42, /*hidden argument*/NULL); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_44 = V_2; NullCheck(L_44); String_t* L_45; L_45 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(L_44, /*hidden argument*/NULL); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_46; L_46 = VirtFuncInvoker3< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, __this, L_41, L_43, L_45); V_0 = L_46; goto IL_01d4; } IL_012a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_47 = ___node0; NullCheck(L_47); String_t* L_48; L_48 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_47); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_49; L_49 = VirtFuncInvoker1< XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *, String_t* >::Invoke(49 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, __this, L_48); V_0 = L_49; goto IL_01d4; } IL_013c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_50 = ___node0; V_3 = ((XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *)CastclassClass((RuntimeObject*)L_50, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var)); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_51 = V_3; NullCheck(L_51); String_t* L_52; L_52 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_51); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_53 = V_3; NullCheck(L_53); String_t* L_54; L_54 = XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline(L_53, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_55 = V_3; NullCheck(L_55); String_t* L_56; L_56 = XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline(L_55, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_57 = V_3; NullCheck(L_57); String_t* L_58; L_58 = XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline(L_57, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_59; L_59 = VirtFuncInvoker4< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *, String_t*, String_t*, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, __this, L_52, L_54, L_56, L_58); V_0 = L_59; goto IL_01d4; } IL_0164: { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_60; L_60 = VirtFuncInvoker0< XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * >::Invoke(52 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, __this); V_0 = L_60; bool L_61 = ___deep1; if (!L_61) { goto IL_01d4; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_62 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_63 = V_0; bool L_64 = ___deep1; XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(__this, L_62, L_63, L_64, /*hidden argument*/NULL); goto IL_01d4; } IL_0179: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_65 = ___node0; NullCheck(L_65); String_t* L_66; L_66 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_65); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_67; L_67 = VirtFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(53 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, __this, L_66); V_0 = L_67; goto IL_01d4; } IL_0188: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_68 = ___node0; NullCheck(L_68); String_t* L_69; L_69 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_68); XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_70; L_70 = VirtFuncInvoker1< XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *, String_t* >::Invoke(58 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, __this, L_69); V_0 = L_70; goto IL_01d4; } IL_0197: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_71 = ___node0; NullCheck(L_71); String_t* L_72; L_72 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_71); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_73; L_73 = VirtFuncInvoker1< XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *, String_t* >::Invoke(57 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, __this, L_72); V_0 = L_73; goto IL_01d4; } IL_01a6: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_74; L_74 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_75; L_75 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7180DA204588CF41B56FA236B1DEFF0D3CB61C60)), /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_76 = ___node0; NullCheck(L_76); int32_t L_77; L_77 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_76); V_1 = L_77; RuntimeObject * L_78 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_1)); NullCheck(L_78); String_t* L_79; L_79 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_78); V_1 = *(int32_t*)UnBox(L_78); String_t* L_80; L_80 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_74, L_75, L_79, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_81 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_81, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C_RuntimeMethod_var))); } IL_01d4: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_82 = V_0; return L_82; } } // System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_mF23984BF03BB546591DB01D6A86C625C9FF577AD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromElem0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toElem1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___fromElem0; NullCheck(L_0); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1; L_1 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1); V_0 = L_2; V_1 = 0; goto IL_0046; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___fromElem0; NullCheck(L_3); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_4; L_4 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3); int32_t L_5 = V_1; NullCheck(L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6; L_6 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7; L_7 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_6); if (!L_7) { goto IL_0042; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___toElem1; NullCheck(L_8); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_9; L_9 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___fromElem0; NullCheck(L_10); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_11; L_11 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_10); int32_t L_12 = V_1; NullCheck(L_11); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13; L_13 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_11, L_12, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C(__this, L_13, (bool)1, /*hidden argument*/NULL); NullCheck(L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15; L_15 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_9, L_14); } IL_0042: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0046: { int32_t L_17 = V_1; int32_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0010; } } { return; } } // System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toNode1, bool ___deep2, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___fromNode0; NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_0 = L_1; goto IL_001f; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___toNode1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; bool L_4 = ___deep2; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C(__this, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_2, L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8; L_8 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_7); V_0 = L_8; } IL_001f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; if (L_9) { goto IL_0009; } } { return; } } // 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) { { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = __this->get_implementation_1(); NullCheck(L_0); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1; L_1 = XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateAttribute_m65EA107FDE6479D6A3438004E20B530AF2BCC727 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3; L_3 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_4 = (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)il2cpp_codegen_object_new(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E(L_4, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateDefaultAttribute_mB56208590D2583F4905A361E56004B45ED6CD66B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_3 = (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)il2cpp_codegen_object_new(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); XmlUnspecifiedAttribute__ctor_m1C3FF58C6D59200A0E34294C09EDBFE4401C03E3(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_CreateElement_m3FE5EB0B65AA60FA9F67FAF5F67BACBC6DD27B5B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3; L_3 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_4 = (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)il2cpp_codegen_object_new(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920(L_4, L_3, (bool)1, __this, /*hidden argument*/NULL); V_0 = L_4; bool L_5; L_5 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0021; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = V_0; XmlDocument_AddDefaultAttributes_m80569856067CA84B35C72EE9A263779380BB447C(__this, L_6, /*hidden argument*/NULL); } IL_0021: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_7 = V_0; return L_7; } } // System.Boolean System.Xml.XmlDocument::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsReadOnly_mBF4F6970B69F949F1BB7F91EEE399B5FDD26F3A3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocument_get_Entities_m0A2BA922218E21549F4166215BA17B834A251471 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = __this->get_entities_4(); if (L_0) { goto IL_0014; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_1 = (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(L_1, __this, /*hidden argument*/NULL); __this->set_entities_4(L_1); } IL_0014: { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2 = __this->get_entities_4(); return L_2; } } // System.Void System.Xml.XmlDocument::set_Entities(System.Xml.XmlNamedNodeMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___value0, const RuntimeMethod* method) { { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = ___value0; __this->set_entities_4(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); return L_0; } } // System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isLoading_20(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_ActualLoadingStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_actualLoadingStatus_10(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_ReadNode_m64DD6094013B0E61333E99538815684D5FAE33C0 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0002: try { // begin try (depth: 1) XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(__this, (bool)1, /*hidden argument*/NULL); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = ___reader0; NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = XmlLoader_ReadCurrentNode_mE6664ABA90D4091FAC61C72D47C22598A9902468(L_0, __this, L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_LEAVE(0x20, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x20, IL_0020) } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; return L_3; } } // System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * XmlDocument_SetupReader_mE489A93B1C2A662593485D31D8F7EEB431471093 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * ___tr0, const RuntimeMethod* method) { { XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_0 = ___tr0; NullCheck(L_0); XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m29E2DB5734FC69EAEC032173153849BA5FA55240(L_0, (bool)1, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_1 = ___tr0; NullCheck(L_1); XmlTextReader_set_EntityHandling_m29AE6CA596A4042B11B17B7FCE12957D0BA5EEED(L_1, 2, /*hidden argument*/NULL); bool L_2; L_2 = XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_3 = ___tr0; XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_4; L_4 = XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlTextReader_set_XmlResolver_m111F1C8EA989A4AA231794F97D834D00C1783C28(L_3, L_4, /*hidden argument*/NULL); } IL_0022: { XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_5 = ___tr0; return L_5; } } // System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_Load_m936AB20FCD92521C3E1C1639EA425880AD2F0295 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(__this, (bool)1, /*hidden argument*/NULL); __this->set_actualLoadingStatus_10((bool)1); VirtActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); __this->set_fEntRefNodesPresent_17((bool)0); __this->set_fCDataNodesPresent_18((bool)0); __this->set_reportValidity_9((bool)1); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = ___reader0; bool L_2 = __this->get_preserveWhitespace_19(); NullCheck(L_0); XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA(L_0, __this, L_1, L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x53, FINALLY_003d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(__this, (bool)0, /*hidden argument*/NULL); __this->set_actualLoadingStatus_10((bool)0); __this->set_reportValidity_9((bool)1); IL2CPP_END_FINALLY(61) } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { return; } } // System.Void System.Xml.XmlDocument::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_LoadXml_m567E70293BA1A02429AD75892C26893CCADEAA3B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___xml0; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_1 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_1, L_0, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(__this, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_3 = (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)il2cpp_codegen_object_new(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); XmlTextReader__ctor_m057179163A3E567DE13E8F596ED09D2508C6A4C1(L_3, L_1, L_2, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_4; L_4 = XmlDocument_SetupReader_mE489A93B1C2A662593485D31D8F7EEB431471093(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0018: try { // begin try (depth: 1) XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_5 = V_0; VirtActionInvoker1< XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * >::Invoke(63 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, __this, L_5); IL2CPP_LEAVE(0x28, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_6 = V_0; NullCheck(L_6); VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlReader::Close() */, L_6); IL2CPP_END_FINALLY(33) } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { return; } } // System.Void System.Xml.XmlDocument::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_InnerText_mB3E21FA29431474EB1484CFA4BB1693DF87B3D51 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6DF679FD2D20B0F2C6E93D0736075B7733773462)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_set_InnerText_mB3E21FA29431474EB1484CFA4BB1693DF87B3D51_RuntimeMethod_var))); } } // System.Void System.Xml.XmlDocument::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_InnerXml_m2E5B55F2673A101CB1FD20BD5D8AC4A2AE2B9199 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(64 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlDocument::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_WriteTo_m7C7367687112E7AA39AACEBEA78FA18F07491485 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(38 /* System.Void System.Xml.XmlNode::WriteContentTo(System.Xml.XmlWriter) */, __this, L_0); return; } } // System.Void System.Xml.XmlDocument::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_WriteContentTo_m071C10704437D47D7DD90C1EF7E5414B3A354628 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___xw0, 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*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_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; { RuntimeObject* L_0; L_0 = XmlNode_GetEnumerator_mC187AF2BF73786D5CE179372FED102A19630C1FC(__this, /*hidden argument*/NULL); V_0 = L_0; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_0009: { RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_1); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_3 = ___xw0; NullCheck(((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_2, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var))); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_2, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), L_3); } IL_001a: { RuntimeObject* L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0009; } } IL_0022: { IL2CPP_LEAVE(0x35, FINALLY_0024); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) { RuntimeObject* L_6 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_6, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0034; } } IL_002e: { RuntimeObject* L_8 = V_1; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_8); } IL_0034: { IL2CPP_END_FINALLY(36) } } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x35, IL_0035) } IL_0035: { return; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlDocument_GetEventArgs_m77253C3360FD4AAD5FC23390B63668837C97FFA4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_reportValidity_9((bool)0); int32_t L_0 = ___action5; switch (L_0) { case 0: { goto IL_001c; } case 1: { goto IL_002e; } case 2: { goto IL_0040; } } } { goto IL_0052; } IL_001c: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_1 = __this->get_onNodeInsertingDelegate_11(); if (L_1) { goto IL_0052; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_2 = __this->get_onNodeInsertedDelegate_12(); if (L_2) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_002e: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_3 = __this->get_onNodeRemovingDelegate_13(); if (L_3) { goto IL_0052; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_4 = __this->get_onNodeRemovedDelegate_14(); if (L_4) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_0040: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_5 = __this->get_onNodeChangingDelegate_15(); if (L_5) { goto IL_0052; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_6 = __this->get_onNodeChangedDelegate_16(); if (L_6) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_0052: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___oldParent1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___newParent2; String_t* L_10 = ___oldValue3; String_t* L_11 = ___newValue4; int32_t L_12 = ___action5; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m8CB66A1D898A92942A782F4CDB3E3B3216D0D54C(L_13, L_7, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_0 = __this->get_onNodeInsertingDelegate_11(); if (L_0) { goto IL_0012; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_1 = __this->get_onNodeInsertedDelegate_12(); if (L_1) { goto IL_0012; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_0012: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_2); V_0 = L_3; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newParent1; String_t* L_6 = V_0; String_t* L_7 = V_0; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_8 = (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m8CB66A1D898A92942A782F4CDB3E3B3216D0D54C(L_8, L_4, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL, L_5, L_6, L_7, 0, /*hidden argument*/NULL); return L_8; } } // System.Void System.Xml.XmlDocument::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_BeforeEvent_m6C38E38718615623C922F2B4DC9106122B4AABBE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_005e; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_1 = ___args0; NullCheck(L_1); int32_t L_2; L_2 = XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_001d; } case 1: { goto IL_0033; } case 2: { goto IL_0049; } } } { return; } IL_001d: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_4 = __this->get_onNodeInsertingDelegate_11(); if (!L_4) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_5 = __this->get_onNodeInsertingDelegate_11(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = ___args0; NullCheck(L_5); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_5, __this, L_6, /*hidden argument*/NULL); return; } IL_0033: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_7 = __this->get_onNodeRemovingDelegate_13(); if (!L_7) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_8 = __this->get_onNodeRemovingDelegate_13(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_9 = ___args0; NullCheck(L_8); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_8, __this, L_9, /*hidden argument*/NULL); return; } IL_0049: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_10 = __this->get_onNodeChangingDelegate_15(); if (!L_10) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_11 = __this->get_onNodeChangingDelegate_15(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_12 = ___args0; NullCheck(L_11); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_11, __this, L_12, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Void System.Xml.XmlDocument::AfterEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AfterEvent_mB8725A1A4429DF176D4FF7FF2AAD60950490E840 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_005e; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_1 = ___args0; NullCheck(L_1); int32_t L_2; L_2 = XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_001d; } case 1: { goto IL_0033; } case 2: { goto IL_0049; } } } { return; } IL_001d: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_4 = __this->get_onNodeInsertedDelegate_12(); if (!L_4) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_5 = __this->get_onNodeInsertedDelegate_12(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = ___args0; NullCheck(L_5); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_5, __this, L_6, /*hidden argument*/NULL); return; } IL_0033: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_7 = __this->get_onNodeRemovedDelegate_14(); if (!L_7) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_8 = __this->get_onNodeRemovedDelegate_14(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_9 = ___args0; NullCheck(L_8); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_8, __this, L_9, /*hidden argument*/NULL); return; } IL_0049: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_10 = __this->get_onNodeChangedDelegate_16(); if (!L_10) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_11 = __this->get_onNodeChangedDelegate_16(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_12 = ___args0; NullCheck(L_11); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_11, __this, L_12, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_GetDefaultAttribute_m4ACB01551C8B9E64C11DE9A250E8EAC032AC04F8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_1 = NULL; RuntimeObject* V_2 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_3 = NULL; { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0; L_0 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(__this, /*hidden argument*/NULL); V_0 = L_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___elem0; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_2; L_2 = XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_3 = V_1; if (!L_3) { goto IL_00b0; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_4 = V_1; NullCheck(L_4); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_5; L_5 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00b0; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_6 = V_1; NullCheck(L_6); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_7; L_7 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_8; L_8 = Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F_RuntimeMethod_var); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_9 = L_8; RuntimeObject * L_10 = Box(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var, &L_9); V_2 = (RuntimeObject*)L_10; goto IL_00a8; } IL_0033: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_11); V_3 = ((SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var)); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_13 = V_3; NullCheck(L_13); int32_t L_14; L_14 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0050; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_15 = V_3; NullCheck(L_15); int32_t L_16; L_16 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00a8; } } IL_0050: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_17 = V_3; NullCheck(L_17); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_18; L_18 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_18, /*hidden argument*/NULL); String_t* L_20 = ___attrLocalname2; bool L_21; L_21 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00a8; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_007f; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_24 = V_3; NullCheck(L_24); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25; L_25 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_25, /*hidden argument*/NULL); String_t* L_27 = ___attrPrefix1; bool L_28; L_28 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_26, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_009c; } } IL_007f: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_29 = V_0; NullCheck(L_29); int32_t L_30; L_30 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)1))) { goto IL_00a8; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_31 = V_3; NullCheck(L_31); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_32; L_32 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_31, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_33; L_33 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_32, /*hidden argument*/NULL); String_t* L_34 = ___attrNamespaceURI3; bool L_35; L_35 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00a8; } } IL_009c: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_36 = V_3; String_t* L_37 = ___attrPrefix1; String_t* L_38 = ___attrLocalname2; String_t* L_39 = ___attrNamespaceURI3; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_40; L_40 = XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B(__this, L_36, L_37, L_38, L_39, /*hidden argument*/NULL); return L_40; } IL_00a8: { RuntimeObject* L_41 = V_2; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_0033; } } IL_00b0: { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Xml.XmlEntity System.Xml.XmlDocument::GetEntityNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * XmlDocument_GetEntityNode_m42037E36DE52D878A296F6577B2677922EC4E809 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * V_0 = NULL; { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0; L_0 = VirtFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_0) { goto IL_0024; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_1; L_1 = VirtFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); NullCheck(L_1); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2; L_2 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_1, /*hidden argument*/NULL); V_0 = L_2; XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_3 = V_0; if (!L_3) { goto IL_0024; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_4 = V_0; String_t* L_5 = ___name0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, String_t* >::Invoke(5 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_4, L_5); return ((XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)CastclassClass((RuntimeObject*)L_6, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var)); } IL_0024: { return (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)NULL; } } // System.String System.Xml.XmlDocument::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_BaseURI_mE2126CA7FEE0553B725DAC9441882FC39802958F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_37(); return L_0; } } // System.Void System.Xml.XmlDocument::SetBaseURI(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_37(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlDocument::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___newChild0; NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); bool L_2; L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(24 /* System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) */, __this, L_1); if (L_2) { goto IL_001e; } } { String_t* L_3; L_3 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9_RuntimeMethod_var))); } IL_001e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(17 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); bool L_7; L_7 = VirtFuncInvoker2< bool, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(25 /* System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_5, L_6); if (L_7) { goto IL_003d; } } { String_t* L_8; L_8 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52E7AA29D33516D76AAE995603260C880821A398)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9_RuntimeMethod_var))); } IL_003d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___newChild0; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_11; L_11 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(__this, L_10, __this, /*hidden argument*/NULL); V_0 = L_11; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_12 = V_0; if (!L_12) { goto IL_0050; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = V_0; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_13); } IL_0050: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___newChild0; V_1 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_14, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = __this->get_lastChild_3(); if (L_15) { goto IL_0068; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_1; NullCheck(L_16); L_16->set_next_1(L_17); goto IL_0085; } IL_0068: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = __this->get_lastChild_3(); NullCheck(L_19); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_20 = L_19->get_next_1(); NullCheck(L_18); L_18->set_next_1(L_20); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = __this->get_lastChild_3(); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_22 = V_1; NullCheck(L_21); L_21->set_next_1(L_22); } IL_0085: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_1; __this->set_lastChild_3(L_23); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_1; NullCheck(L_24); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_24, __this); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_25 = V_0; if (!L_25) { goto IL_009d; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_26 = V_0; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_26); } IL_009d: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_27 = V_1; return L_27; } } // System.Void System.Xml.XmlDocument::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__cctor_mCE7221B100285332DE22A2DB5C9864C94A15A07A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * L_0 = (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 *)il2cpp_codegen_object_new(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13_il2cpp_TypeInfo_var); EmptyEnumerator__ctor_mD2C6EAC8EB181ECB0E6D7D33FC6AEAB25465CF27(L_0, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_EmptyEnumerator_41(L_0); XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * L_1 = (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B *)il2cpp_codegen_object_new(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57(L_1, 0, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_NotKnownSchemaInfo_42(L_1); XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * L_2 = (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B *)il2cpp_codegen_object_new(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57(L_2, 1, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_ValidSchemaInfo_43(L_2); XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * L_3 = (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B *)il2cpp_codegen_object_new(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57(L_3, 2, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_InvalidSchemaInfo_44(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.XmlDocumentFragment::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDocument0, const RuntimeMethod* method) { { XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36(__this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___ownerDocument0; if (L_0) { goto IL_0019; } } { String_t* L_1; L_1 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA73D573DF83D11DB88B9E63E9DF538F46194507D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0_RuntimeMethod_var))); } IL_0019: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = ___ownerDocument0; ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0(L_3); return; } } // System.String System.Xml.XmlDocumentFragment::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_Name_m9E37C2A9ECE2A3FDDC7A97C5E46E70E9DBC88090 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strDocumentFragmentName_22(); return L_1; } } // System.String System.Xml.XmlDocumentFragment::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_LocalName_mEEBC2F510B8006FAE184913229382374F1E82BF3 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strDocumentFragmentName_22(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlDocumentFragment::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocumentFragment_get_NodeType_m4C08528F91134BDA881C82424EBEBA2C279A7D24 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)11)); } } // System.Xml.XmlNode System.Xml.XmlDocumentFragment::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocumentFragment_get_ParentNode_m22A4A565EEF5FB982A38B245F7A956ABE7510377 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlDocumentFragment_get_OwnerDocument_mF6B3228507D98E9ED030E4456E025CA07AFE17F7 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)CastclassClass((RuntimeObject*)L_0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlDocumentFragment::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment_set_InnerXml_m171CCBE60D535A37D6EBF1375757E706C816D098 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_2; L_2 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(L_0, __this, L_1, 1, /*hidden argument*/NULL); return; } } // System.Xml.XmlNode System.Xml.XmlDocumentFragment::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocumentFragment_CloneNode_m95999AAE413143E4133DFBD00D00EE099EAD7C71 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * V_1 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; NullCheck(L_1); XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_2; L_2 = VirtFuncInvoker0< XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * >::Invoke(52 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, L_1); V_1 = L_2; bool L_3 = ___deep0; if (!L_3) { goto IL_001a; } } { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_4 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; bool L_6 = ___deep0; NullCheck(L_4); VirtActionInvoker3< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(28 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_4, L_5, __this, L_6); } IL_001a: { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_7 = V_1; return L_7; } } // System.Boolean System.Xml.XmlDocumentFragment::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentFragment_get_IsContainer_mBC68769661834825E25E2AC82FEE2F46CDF79038 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlDocumentFragment_get_LastNode_mAD7C5C44F8723FC3897C5B578E472A17BFB9D346 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_1(); return L_0; } } // System.Void System.Xml.XmlDocumentFragment::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment_set_LastNode_mA164D7B99E4E2DD7E4993DAF3E57BC35BE000986 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_1(L_0); return; } } // System.Boolean System.Xml.XmlDocumentFragment::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentFragment_IsValidChildType_m1F2D7F9DDF24BD90BADB8C72C8F7975269A2FAA7 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, int32_t ___type0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_004e; } case 1: { goto IL_0068; } case 2: { goto IL_004e; } case 3: { goto IL_004e; } case 4: { goto IL_004e; } case 5: { goto IL_0068; } case 6: { goto IL_004e; } case 7: { goto IL_004e; } case 8: { goto IL_0068; } case 9: { goto IL_0068; } case 10: { goto IL_0068; } case 11: { goto IL_0068; } case 12: { goto IL_004e; } case 13: { goto IL_004e; } case 14: { goto IL_0068; } case 15: { goto IL_0068; } case 16: { goto IL_0050; } } } { goto IL_0068; } IL_004e: { return (bool)1; } IL_0050: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; if (!L_2) { goto IL_0064; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)17)))) { goto IL_0066; } } IL_0064: { return (bool)1; } IL_0066: { return (bool)0; } IL_0068: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentFragment::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentFragment_CanInsertAfter_m13378DD3A58F1477AAABC16631AACFB43F6AF461 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refChild1, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___newChild0; NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)17))))) { goto IL_0019; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___refChild1; if (L_2) { goto IL_0017; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3; L_3 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return (bool)((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0017: { return (bool)0; } IL_0019: { return (bool)1; } } // System.Void System.Xml.XmlDocumentFragment::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment_WriteTo_mFF17B0C1F7CA19297191112950C13CF524403C39 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(38 /* System.Void System.Xml.XmlNode::WriteContentTo(System.Xml.XmlWriter) */, __this, L_0); return; } } // System.Void System.Xml.XmlDocumentFragment::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment_WriteContentTo_m0BD17FDE19FF00CEC8F64389C9DEBBCC3B968062 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, 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*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_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; { RuntimeObject* L_0; L_0 = XmlNode_GetEnumerator_mC187AF2BF73786D5CE179372FED102A19630C1FC(__this, /*hidden argument*/NULL); V_0 = L_0; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_0009: { RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_1); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_3 = ___w0; NullCheck(((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_2, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var))); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_2, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), L_3); } IL_001a: { RuntimeObject* L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0009; } } IL_0022: { IL2CPP_LEAVE(0x35, FINALLY_0024); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) { RuntimeObject* L_6 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_6, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0034; } } IL_002e: { RuntimeObject* L_8 = V_1; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_8); } IL_0034: { IL2CPP_END_FINALLY(36) } } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x35, IL_0035) } IL_0035: { 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.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m669F036BB7C7DAF1524DE9B43D5A8D06ED052389 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc4; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; __this->set_name_2(L_1); String_t* L_2 = ___publicId1; __this->set_publicId_3(L_2); String_t* L_3 = ___systemId2; __this->set_systemId_4(L_3); __this->set_namespaces_6((bool)1); String_t* L_4 = ___internalSubset3; __this->set_internalSubset_5(L_4); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc4; NullCheck(L_5); bool L_6; L_6 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0050; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = ___doc4; NullCheck(L_7); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_7, (bool)1, /*hidden argument*/NULL); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_8 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_8, /*hidden argument*/NULL); NullCheck(L_8); XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150(L_8, __this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = ___doc4; NullCheck(L_9); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_9, (bool)0, /*hidden argument*/NULL); } IL_0050: { return; } } // System.String System.Xml.XmlDocumentType::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_Name_m33C2B5BA85E672825363A0418AB829554D879D57 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.String System.Xml.XmlDocumentType::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_LocalName_mBB12CDDEC42BC36F396A375D6A8B93559617F8A6 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlDocumentType::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocumentType_get_NodeType_m8808C8AF979ACE4C0363353DD46DFD2790E28059 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Xml.XmlNode System.Xml.XmlDocumentType::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocumentType_CloneNode_m1CB5F705D4B8A0330A9A57FB05D22ECB34C7D986 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = __this->get_name_2(); String_t* L_2 = __this->get_publicId_3(); String_t* L_3 = __this->get_systemId_4(); String_t* L_4 = __this->get_internalSubset_5(); NullCheck(L_0); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_5; L_5 = VirtFuncInvoker4< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *, String_t*, String_t*, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Boolean System.Xml.XmlDocumentType::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentType_get_IsReadOnly_mCE99722890659219D28C6C51D45140B0060FCC34 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = __this->get_entities_7(); if (L_0) { goto IL_0014; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_1 = (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(L_1, __this, /*hidden argument*/NULL); __this->set_entities_7(L_1); } IL_0014: { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2 = __this->get_entities_7(); return L_2; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Notations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Notations_m3AACD560964AA333D42AAB5609234C6D1E333B25 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = __this->get_notations_8(); if (L_0) { goto IL_0014; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_1 = (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(L_1, __this, /*hidden argument*/NULL); __this->set_notations_8(L_1); } IL_0014: { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2 = __this->get_notations_8(); return L_2; } } // System.String System.Xml.XmlDocumentType::get_PublicId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_3(); return L_0; } } // System.String System.Xml.XmlDocumentType::get_SystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_4(); return L_0; } } // System.String System.Xml.XmlDocumentType::get_InternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_5(); return L_0; } } // System.Boolean System.Xml.XmlDocumentType::get_ParseWithNamespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_namespaces_6(); return L_0; } } // System.Void System.Xml.XmlDocumentType::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType_WriteTo_m6B204B4B8BDA834FC6620A8D72028D987C7ED0B8 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1 = __this->get_name_2(); String_t* L_2 = __this->get_publicId_3(); String_t* L_3 = __this->get_systemId_4(); String_t* L_4 = __this->get_internalSubset_5(); NullCheck(L_0); VirtActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(6 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Void System.Xml.XmlDocumentType::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType_WriteContentTo_m4E774AB7454EE26F7318B1045ACC3AB64F8C348B (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::get_DtdSchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_9(); return L_0; } } // System.Void System.Xml.XmlDocumentType::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_9(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlAnyElementAttribute_get_Order_m5B435DCA604E14120750EA963CD2921835D0C32F_inline (XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_2(); 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 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 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 bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); 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_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_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 XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get_ownerDoc_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_0 = __this->get_xmlElements_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_0 = __this->get_xmlArray_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayAttribute_get_Order_mE82B0436307278D80F425CC5A0D968D309EDEEC8_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_0 = __this->get_xmlAnyElements_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 Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_clrTypeDefault_2(); 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 XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_inline (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___charProperties0; __this->set_charProperties_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); 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 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 int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_typeCode_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_version_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = __this->get_implementation_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_37(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = __this->get_attdefs_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_presence_3(); return L_0; } } 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 int32_t SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_schemaType_10(); return L_0; } } 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 void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method) { { bool L_0 = ___f0; __this->set_fSpecified_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003_inline (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isLoading_20(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bSetResolver_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_resolver_38(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_action_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } }